Thinklab-SJTU / R3Det_Tensorflow

Code for AAAI 2021 paper: R3Det: Refined Single-Stage Detector with Feature Refinement for Rotating Object
Apache License 2.0
540 stars 122 forks source link

Does it support training on non-annotation images? #56

Closed JimmyLauren closed 4 years ago

JimmyLauren commented 4 years ago

Hi, thanks for your excellent work. In my case, i encounter background false detection and i don't want to add another label for these false detection. Does it support training on non-annotation images? If not, what modification should i do to make the non-annotation training work?

yangxue0827 commented 4 years ago

可以给纯背景图片分配一个伪币标签,如[0,0,2,2,1]。这样基本不会被采样到正样本,影响正常训练。