Connor Eaton

Results 15 comments of Connor Eaton

@stephenparvaresh Have you figured this out? If so, can you share?

@stephenparvaresh Thanks for your quick response and sharing your repo. I'm running your code as instructed in your readme. Its showing the cropped video and printing the FPS in the...

@stephenparvaresh Sorry to bug you again. Its still not acting as expected. I pulled your repo and ran exactly as is and it just lagged for up to 5 minutes,...

The above print out was from running a pre recorded video, in case that is important. Here is a print out from webcam (confirming with wearable that my pulse is...

@stephenparvaresh Cool, I just pulled and tried again. It performs the same. I'm running on Mac OS. What do you mean by ~12 fps? My video is 30 fps, maybe...

Thanks for all your advice. I still can't get it to work. It still only computes 4 hr values, then lags for 20+ minutes and the graph interface never loads....

Thank you very much, this is very helpful. I have been trying to run your code, but I keep running into this bug: `Traceback (most recent call last): File "HBLSTM-CRF.py",...

@keyan IIUC, the Kalman filter estimates smoothed data by considering observed data and an a prior model. What I don't understand is how to determine the a priori model in...

@Serhiy-Shekhovtsov When I run get_pulse_from_video.py I get this error: ``` Traceback (most recent call last): File "get_pulse_from_video.py", line 214, in print([int(val) for val in App.processor.results]) AttributeError: 'findFaceGetPulse' object has no...

@Serhiy-Shekhovtsov Hmm, it all of a sudden runs now, but breaks quickly. It shows a video I recorded from my webcam (.mov) for a few seconds then crashes with this...