-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Error when creating ObjectDetectionDataset #2212
Comments
Same problem here with nvcr.io/nvidia/digits:20.02-tensorflow-py3 |
Hi all |
Same problem here, that image is basically non-working. |
Hi, after many failed attempts I finally found an image that works at least thru the two days to a demo tutorial: nvcr.io/nvidia/digits:19.10-caffe (the py3 versions have the csv parsing problem, and the tensorflow ones raise errors when trying to train any model, be it classification or detection. |
I've created a pull request for a fix for this issue here: #2228 |
Thank you. |
I'm trying to create an ObjectDetectionDataset with Digits 20.01-tensorflow-py3, but if I put something in custom classes I get an AttributeError ('_csv.reader' object has no attribute 'next').
If I leave this field blank it works
The text was updated successfully, but these errors were encountered: