Open intelligencestreamlabs opened 4 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.
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?