prouast / heartbeat

Desktop implementation of Remote Photoplethysmography – Measuring heart rate using facial video.
GNU General Public License v3.0
550 stars 147 forks source link

Code performance and porting to Python #41

Closed DiTo97 closed 2 years ago

DiTo97 commented 2 years ago

Hi @prouast,

First all of all, thanks for the great work. I wanted to ask two things specifically:

  1. Is this code base still relevant with respect to the current SOTA in rPPG estimation? If not, which are the improvements that you think should be tackled with the highest priority at its current state?
  2. How robust to motion is your implementation?
  3. How challenging would it be to port it all to Python? I gave a quick glance at the repository, and was debating which path would be the easiest between re-implementing your whole logic in Python or wrapping your C++ code with Python binders.

As you may have already assumed, I would need this code to talk to a larger Python module.

prouast commented 2 years ago

Hi, is a finished project from 2016 containing a very naive implementation of rPPG. If you would like to build a SOTA model in Python, I would recommend starting from scratch.