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
172 stars 4 forks source link

About run #10

Open Haowen-Du opened 1 year ago

Haowen-Du commented 1 year ago

Could you please let me know what are the running parameters for the two files dist_test.sh and dist_train.sh, and how can we make the code run on Pytorch? What are the versions of Python and Pytorch being used?

wusize commented 1 year ago

Hi! Thanks for your intersest. Our project is built upon MMDetection 3.x. We use exactly the same way of MMDet to run the training and testing. You may refer to the tutorial of MMDet.

Haowen-Du commented 1 year ago

Thank you for your response. The code is now running smoothly, and I appreciate your excellent work.