Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Modify the documentation in example notebooks #19

Closed
Het-Shah opened this issue Apr 2, 2020 · 2 comments
Closed

Suggestion: Modify the documentation in example notebooks #19

Het-Shah opened this issue Apr 2, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Het-Shah
Copy link
Contributor

Het-Shah commented Apr 2, 2020

In the pytorch example notebook, for the annotation format of train_labels.csv file, the name of columns is given as "Id" and "Labels". Upon keeping this as the column names for my CSV file I got an error for wrong column names. Upon looking at sample datasets I found that the actual names for the columns are supposed to be "ID" and "Label". Please rectify to avoid confusion.

@abhi-kumar
Copy link
Contributor

Thank you for pointing it out. Can you please reformat the associated code so that the column names are dynamic and not restricted to "ID and Label" . You may use pandas library to do the same

@abhi-kumar abhi-kumar added the bug Something isn't working label Apr 8, 2020
@Het-Shah
Copy link
Contributor Author

Het-Shah commented Apr 8, 2020

Ok sure will do it

Het-Shah added a commit to Het-Shah/Monk_Object_Detection that referenced this issue Apr 8, 2020
@Het-Shah Het-Shah mentioned this issue Apr 8, 2020
abhi-kumar added a commit that referenced this issue Apr 14, 2020
Refer #19 - Verified and Tested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants