NVlabs / Deep_Object_Pose

Deep Object Pose Estimation (DOPE) – ROS inference (CoRL 2018)
Other
1.03k stars 287 forks source link

No module named 'cuboid #372

Open intelligencestreamlabs opened 4 months ago

intelligencestreamlabs commented 4 months ago

Inference after training on a custom data I have tried to use train2/inference.py after training on a custom data and I got " line 21, in from cuboid import Cuboid3d ModuleNotFoundError: No module named 'cuboid'"

should I use inference.py in inference folder instead?

phsilvarepo commented 3 months ago

Hello there,

I fixed this by copying the files in the common subfolder to the train2.py. Somehow it is not being able to acess the files in the common folder, there is probably a better solution to this but it worked.