Simple-Robotics / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
70 stars 15 forks source link

Fix setup.py install #5

Closed MedericFourmy closed 1 year ago

MedericFourmy commented 1 year ago

For now, installing cosypose using python setup.py install or pip install . (equivalent) has 2 issues:

This PR solves the first issue for now.

NB: python setup.py develop or pip install -e .` works perfectly fine but is normally used while developing the package itself

nim65s commented 1 year ago

Thanks. Can you open an issue for the second part ?