You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: