VisionLearningGroup / DA_Detection

Implementation of "Strong-Weak Distribution Alignment for Adaptive Object Detection"

Home Page:http://cs-people.bu.edu/keisaito/research/CVPR2019.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I see the baseline results?

pittyacg opened this issue · comments

I have tried using trainval_net_so.py, hoping that is the file which reproduces the baseline results, but with no luck. I have an error when importing from model.faster_rcnn.resnet_imglevel import resnet because those files do not exists. The other training files seem to work.

Also, could you provide some documentation for the code? Why are there so many files for training? Isn't enough changing some parameters? If yes, which are those parameters and what do they do?

Thanks