-
Notifications
You must be signed in to change notification settings - Fork 13
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
Train EPS on other dataset. #13
Comments
Hello, @JimmyMa99 If you want to use another dataset (e.g., ms-coco 2017), you should know the labels for each image and make the class labels into binary vector. So, you have to get 'label list' from the json file and convert it to ".npy" file. The official cocodataset provides how to handle the json file. Please check the official github. |
Thanks, @halbielee I have written a tool to read the json of the coco17 dataset according to the format, maybe other researchers who wish to use your project can go to the following link to set up cls_labels.npy for the coco17 dataset. |
How nice you are, @JimmyMa99! I think what you did can help other researchers as you said. Thank you! |
I want to know about how to train EPS on coco17.
I think I should get the cls_labels.npy in the file metadata/coco.
Can you tell me how to transfer the official json to the .npy?
The text was updated successfully, but these errors were encountered: