rlleshi / phar

deep learning sex position classifier
Apache License 2.0
227 stars 26 forks source link

Installation problem #16

Open larkinxp opened 8 months ago

larkinxp commented 8 months ago

I checked the other installation issues and this appears to be different. I installed the phar package dependencies locally and tried to run the demo, but I get this error:

Traceback (most recent call last):
  File "/home/user/projects/test/scripts/phar/src/demo/multimodial_demo.py", line 20, in <module>
    from demo.demo_skeleton import frame_extraction
ModuleNotFoundError: No module named 'demo.demo_skeleton'

I am not an expert with python but it appears that I cannot install the source code as a module without a setup.py file.

neomafo88 commented 8 months ago

from src.demo.demo_skeleton import frame_extraction