Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Error when creating ObjectDetectionDataset #2212

Open
SimonPichler opened this issue Feb 23, 2020 · 6 comments
Open

Error when creating ObjectDetectionDataset #2212

SimonPichler opened this issue Feb 23, 2020 · 6 comments

Comments

@SimonPichler
Copy link

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

@Guillaumebeuzeboc
Copy link

Same problem here with nvcr.io/nvidia/digits:20.02-tensorflow-py3

@shinchenhu168
Copy link

Hi all
seems i successfully bypassed this issue:
dusty-nv/jetson-inference#516

@drakorg
Copy link

drakorg commented May 4, 2020

Same problem here, that image is basically non-working.

@drakorg
Copy link

drakorg commented May 5, 2020

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.
This one, can work thru all 4 steps: preparing dataset for classification, training the classification network, preparing the detection dataset and training the detection network.
Hope it helps.

@edowson
Copy link

edowson commented Jun 13, 2020

I've created a pull request for a fix for this issue here: #2228

@drakorg
Copy link

drakorg commented Jun 16, 2020

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants