javiribera / locating-objects-without-bboxes

PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Other
249 stars 51 forks source link

weird error #31

Closed danielyyt closed 4 years ago

danielyyt commented 4 years ago

Hi, I am using this commit version: commit d8485608c2625d675e61dfd692da675e8dde4225

I tried to train using this train command: python -m object-locator.train --train-dir real_train --batch-size 32 --visdom-env mytrainingsession --visdom-server localhost --lr 1e-3 --val-dir real_train --optim Adam --save saved_model.ckpt

got this error: https://pastebin.com/JMbjWZPn

i attached the gt.csv file gt.xlsx

thanks in advance!

danielyyt commented 4 years ago

fixed :)

javiribera commented 4 years ago

It'd be great if you could share how you fixed it! Thanks