yuhuayc / da-faster-rcnn

An implementation of our CVPR 2018 work 'Domain Adaptive Faster R-CNN for Object Detection in the Wild'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

training problem

AnthonyZhai opened this issue · comments

hi , @yuhuayc
In you Usage section, you mentioned that

source domain data should start with the filename 'source_', and target domain data with 'target_'.

1 But i can't find any codes including 'source_' or 'target_' in pascal_voc.py (if i train on pascal) which is used to load data. Please tell me the reason and how to fix it,asap.
2 Besides,could you tell me more details about how to train on pascal_voc or my own datasets:

  1. what hyperparameters or cfgfile should i modify?
  2. what details should i noticed?