This respository is a web form demo for the research paper Multi-Task Temporal Shift Attention Networks for On-Device Contactless Vitals Measurement. The paper has been accepted to NeurIPS 2020 (Oral, Top 1%).
You may visit here to checkout our python source code.
Try out our live demo via link here.
Instructions:
- Please allow the camera access
- Place your face centered the red square
- The result will be shown after 30 seconds.
First, install the pacakges:
npm install
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.