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

Questions

Liyw979 opened this issue · comments

commented
  1. The paper says you are using a batch_size = 2,however, the py-faster-rcnn your code based on does not seem to support batch_size = 2.
  2. What does the slice_feats node do in the training phase?
  3. Why is the slice_point set to 128?