Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.03k stars 390 forks source link

Add section to readme how to setup the environment and improve imports #23

Closed FabianHertwig closed 4 years ago

FabianHertwig commented 4 years ago

Hi,

thank you for your repository!

I added info on how to install the requirements and get started with the demo to the readme. I also improved the imports by removing the sys.path.insert() line and adding a __init__.py, so the directory gets recognized as a module by python. I also renamed the python directory to src as it might be confusing when running from python import ...

Cheers, Fabian