Simple-Robotics / cosypose

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

setup.py install: problem with file paths #6

Open MedericFourmy opened 1 year ago

MedericFourmy commented 1 year ago

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

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

MedericFourmy commented 1 year ago