thtang / CheXNet-with-localization

Weakly Supervised Learning for Findings Detection in Medical Images
https://www.csie.ntu.edu.tw/~yvchen/f106-adl/doc/HTCMedical.pdf
GNU General Public License v3.0
314 stars 108 forks source link

About BBox_List_2017.csv #15

Open sp7414 opened 3 years ago

sp7414 commented 3 years ago

Hello, I want to train my own data using your weakly supervised net, however, while preparing the necessary files, I'm in trouble of creating my own BBox_List_2017.csv ,cause I have about 2000 labels to calculate these four values : x y w h, my thought on this at present is that maybe I could read the xml files and automatically calculate those four values, then put them in the csv file. But It's so hard to find the algorithm to complete this requirement.

I'm wondering what is your measure to finish the BBox_List_2017.csv. Could you please give me some advice on this? I would appreciate that a lot!