yangxue0827 / R-DFPN_FPN_Tensorflow

R-DFPN: Rotation Dense Feature Pyramid Networks (Tensorflow)
http://www.mdpi.com/2072-4292/10/1/132
120 stars 47 forks source link

How to make the annotation? #2

Open DL-ljw opened 6 years ago

DL-ljw commented 6 years ago

Hi, thanks for your work. I want to annotate my own data with 8 parameters rather than the 4 parameters(PASCAL VOC uses the labelimg). Is there tools to do this? In your paper, you use five parameters(x,y,w,h,theta),but the sample.xml you give has eight parameters. Can you explain to me ?Thanks a lot.

yangxue0827 commented 6 years ago

I convert 8 parameters to 5 parameters in my code.

DL-ljw commented 6 years ago

My dataset is annotated with 5 parameters. What I will change to use my annotations directly. I have checked the code, but can not find the conversation. Tanks for your help.