YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
283 stars 39 forks source link

ModuleNotFoundError: No module named 'yolox.data.datasets.vid_classes' #18

Closed Evanwu1125 closed 1 year ago

Evanwu1125 commented 1 year ago

I intended to run the online demo, but I got this bug. How can I solve it? (I have already equipped yolox in my environment)

YuHengsss commented 1 year ago

Please recreate a new conda env for yolov. Directly using yolox env will make python find reference file in YOLOX dir and result in this problem.