Source-Free-Object-Detection-by-Learning-to-Overlook-Domain-Style icon indicating copy to clipboard operation
Source-Free-Object-Detection-by-Learning-to-Overlook-Domain-Style copied to clipboard

Nice work

Open ross-Hr opened this issue 1 year ago • 3 comments

Hi, Can upgrade python to 3.7+ ?

ross-Hr avatar May 11 '23 14:05 ross-Hr

Thank you so much for your appreciation of our work!

Our work is based on jwyang/faster-rcnn.pytorch, which requires python version 2.7 or 3.6 and pytorch version 1.0. I think python3.7+ may be feasible, but I suggest you use pytorch1.0.0 to meet the requirements of jwyang/faster-rcnn.pytorch. Note that we haven't tried it, so there's no guarantee it will work.

In addition, please ensure that the source domain model and the target domain model use the same environment for training.

Flashkong avatar May 12 '23 11:05 Flashkong

Thank you so much for your appreciation of our work!

Our work is based on jwyang/faster-rcnn.pytorch, which requires python version 2.7 or 3.6 and pytorch version 1.0. I think python3.7+ may be feasible, but I suggest you use pytorch1.0.0 to meet the requirements of jwyang/faster-rcnn.pytorch. Note that we haven't tried it, so there's no guarantee it will work.

In addition, please ensure that the source domain model and the target domain model use the same environment for training.

Hi, Have you attempted to apply your method to other detectors like YOLO? Do you believe it could be used with YOLO, considering that YOLO lacks an Region Proposal Network?

simvarail avatar Jun 01 '23 15:06 simvarail

Our work provides a novel idea for SFOD by overlooking target domain style for model adaptation. Theoretically, this "overlooking domain style" idea can be applied to any type of detector, whether it is single-stage or two-stage, or even transformer-based detectors. However, it is important to note that the application based this idea may vary depending on the specific detector and should be tailored accordingly.

Flashkong avatar Jun 01 '23 16:06 Flashkong