Closed icoz69 closed 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".
@nsarafianos thank you. i got it
Hi, @icoz69 @nsarafianos Please refer to #8
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 ?