You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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. https://github.com/JimmyMa99/coco17-get-cls_label/tree/main
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: