Open PrashantDixit0 opened 1 year ago
In current file structure, it is not able to import modules from yolox and throwing following error.
/ByteTrack/tools/demo_track.py", line 10, in from yolox.data.data_augment import preproc
from yolox.data.data_augment import preproc
ModuleNotFoundError: No module named 'yolox'
In current file structure, it is not able to import modules from yolox and throwing following error.
/ByteTrack/tools/demo_track.py", line 10, in
from yolox.data.data_augment import preproc
ModuleNotFoundError: No module named 'yolox'