Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in log despite working fine #36

Open
kthun91 opened this issue Aug 8, 2022 · 2 comments
Open

error in log despite working fine #36

kthun91 opened this issue Aug 8, 2022 · 2 comments

Comments

@kthun91
Copy link

kthun91 commented Aug 8, 2022

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
  • Appears in terminal, but function works just fine or not.

  • The error message appears every time the function is called.

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

  • error if exception is thrown
  • no error if function was successful

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
Copy link
Contributor

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

@ADParedes
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants