zhufengx / SRN_multilabel

144 stars 39 forks source link

Where can i get the txt file of val labels? #9

Closed icoz69 closed 6 years ago

icoz69 commented 6 years ago

hi i am trying to re-implement this work on pytorch. labels of training set and test set are given in txt file while label of val set is in mdb file which i dont know how to open it. is there a txt file of it ?

nsarafianos commented 6 years ago

For the WIDER dataset the authors have provided a txt file with the name "wider_att_train_imglist.txt". What you need to do is read this at the same time with the respective label file ("wider_att_train_label.txt") and whenever you see "val" in the image path save it to a different place than when you see "train".

icoz69 commented 6 years ago

@nsarafianos thank you. i got it

zhufengx commented 6 years ago

Hi, @icoz69 @nsarafianos Please refer to #8