Skip to content

A unofficial reimplementation of PhysNet (BMCV 2019)

License

Notifications You must be signed in to change notification settings

qqizhao/MyPhysNet

Repository files navigation

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