-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
VOC or COCO dataset model file #19
Comments
Hi, this project does not contain voc and coco, this one may help you. |
Thanks for the scripts. I did use pascal_voc.py to load the data. But i'm getting into following error Found 1464 images in the folder ../datasets/voc/VOC2012 Is it something to with torch version i'm using ? i tried with both torch 0.4.1 & 1.3.0 version both are giving the same issue. I see the issue is related to this snippet of code in train.py
I appreciate any help in resolving this. |
Hi, @shivSD, I met the same error when use the pascal_voc.py, have you debugged it? |
@Liu6697 I think the problem is with what Something like following should work:
|
@BhargavaRamM Thanks!!! |
Hi, @Liu6697 How about your trainning results on voc? |
Hi,
do you support voc or coco dataset ? if not can you guide me through the training process (changes need). Or if you support please can you share model files or script to train.
thanks for your help
The text was updated successfully, but these errors were encountered: