AiCure / open_dbm

Tool for measurement of digital biomarkers from video or audio of an individual’s behavior.
https://aicure.github.io/open_dbm
GNU Affero General Public License v3.0
65 stars 27 forks source link

error in log despite working fine #36

Open kthun91 opened 2 years ago

kthun91 commented 2 years ago

Bug Type

Performance

Source

source (default)

OpenDBM Version

2.0

Custom Code

No

OS Platform and Distribution

any

Mobile device / Browser (for Doc bugs)

No response

Python version

3.6

GCC/Compiler version

No response

Docker version

No response

GPU model and memory

No response

🐞 Describe the bug. Steps/Code to Reproduce

Terminal output:

ERROR:root:Failed to process video file

affected file: /dbm_lib/dbm_features//raw_features/movement/facial_tremor.py Line 164

#     except Exception as e:
        logger.error('Failed to process video file')

The message confused me when I tried to build a singularity container and shouldn't be there.

Expected Results

Actual Results and relevant log outputs

INFO:root:Concluded computing tremor features
ERROR:root:Failed to process video file(facial_tremor)
INFO:root:Calculating derived variables...

error appears every time

ADParedes commented 2 years ago

Thank you for leaving this report. Created an internal ticket to tackle in an upcoming sprint.

ADParedes commented 1 year ago

Hi, we recently refactored the code and updated the software. Can you confirm you are still experiencing this issue? Also, please let me know what OS you have. If you have a MAC M1 -- there is an incompatibility issue with OpenFace and Mac M1. More specifically Openface was developed in with amd64 architecture -- this is not well supported in MAC M1