Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 521 Bytes

Introduction

This is a partially unofficial reimplementation of PhysNet (BMCV 2019) training on UBFC-rPPG dataset.

Quick Start

  1. Install dependencies
bash setup.sh
pip install -r requirements.txt
  1. Set your config in configs/config.py

  2. Train the model

python main.py

Acknowledgement