Multiple-instance-learning
Multiple-instance-learning copied to clipboard
what are the datas in 'img_tag.txt' and './data/zh_vocab.pkl' look like ?
Could you give me some piece or files to show?
Could you give me some piece or files to show?
I have updated the README file, you can refer to that.
@Epiphqny thanks! By the way, in 'img_tag.txt, the number of tags is 1032? just as the last dim in your code. And are these tags the 1032-top hign frequency ?
I have made my own 'img_tag.txt' and './data/zh_vocab.pkl' , but maybe different with yours. Could you show me the first complete data in data_loader ? In my work, MIL is the first step, so I want to simplily realize it.
for i, (images, targets, lengths) in enumerate(data_loader):
thanks for your generosity!
realy need what's 'targets' looks like! thanks!
Hey @kangkang59812 have you figured out what it looks like? I also would highly appreciate knowing how img_tag.txt and zh_vocab.pkl look like...
Hey @kangkang59812 have you figured out what it looks like? I also would highly appreciate knowing how img_tag.txt and zh_vocab.pkl look like...
No. I just did my work following the paper about MIML.