wusize / ovdet

[CVPR2023] Code Release of Aligning Bag of Regions for Open-Vocabulary Object Detection
https://openaccess.thecvf.com/content/CVPR2023/papers/Wu_Aligning_Bag_of_Regions_for_Open-Vocabulary_Object_Detection_CVPR_2023_paper.pdf
Other
174 stars 4 forks source link

About "ovdet" #23

Closed xiaoyi728 closed 1 year ago

xiaoyi728 commented 1 year ago

When I run the tools/train.py file, I always get an error message "ModuleNotFoundError: No module named 'ovdet'", even though I have imported the module. Can you give me some suggestions on how to solve this problem?

wusize commented 1 year ago

Hi! Please refer to this issue.

xiaoyi728 commented 1 year ago

Thank you for your reply, I have found a solution to the problem.