yuhuayc/da-faster-rcnn

Questions

Liyw979 opened this issue · 0 comments

  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?