rlleshi / phar

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

can't seem to get it to run #3

Closed cwilliamjay closed 2 years ago

cwilliamjay commented 2 years ago

At first, I got Module Demo not found. I removed the period at demo.demo_skeleton import frame extraction. The multimodial_demo.py is in the same directory as the demo_skeleton.py I thought that was a path problem. Afterward, I get this:

An attempt has been made to start a new process before the current process has finished its bootstrapping phase.

    This probably means that you are not using fork to start your
    child processes and you have forgotten to use the proper idiom
    in the main module:

        if __name__ == '__main__':
            freeze_support()
            ... 

I'm using Windows 10 been trying for a few days can you help a noob out.

rlleshi commented 2 years ago

I am not sure about the installation on Windows. Could you try on WSL perhaps?

cwilliamjay commented 2 years ago

Thanks will try WSL

rlleshi commented 2 years ago

Otherwise, I would recommend that you try out the docker image. That should work without any problems.