Deep_Object_Pose icon indicating copy to clipboard operation
Deep_Object_Pose copied to clipboard

No module named 'cuboid

Open intelligencestreamlabs opened this issue 1 year ago • 1 comments

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?

intelligencestreamlabs avatar Jul 01 '24 16:07 intelligencestreamlabs

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.

phsilvarepo avatar Jul 26 '24 14:07 phsilvarepo