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

About cocoapi #33

Open
ryikl opened this issue Oct 25, 2021 · 4 comments
Open

About cocoapi #33

ryikl opened this issue Oct 25, 2021 · 4 comments

Comments

@ryikl
Copy link

ryikl commented Oct 25, 2021

Hello, I want to change the coco dataset into my own dataset. In addition to changing labels, annotations, 5K, etc. into coco format, what else do I need to do with the coco API.

Look forward to your reply

@cwq159
Copy link
Owner

cwq159 commented Oct 26, 2021

No need to use the coco API. Just load your own dataset to train. Don't forget to cluster the anchors for your data.

@ryikl
Copy link
Author

ryikl commented Nov 1, 2021

thank you! As you said, the ANN network is successfully trained, but the accuracy is almost 0. What is the general reason for this? What do I need to do? My image channel is 1 and the amount of data is 300.

Look forward to your reply

@cwq159
Copy link
Owner

cwq159 commented Nov 4, 2021

You can try to enlarge the timesteps for higher accuracy.

@ryikl
Copy link
Author

ryikl commented Nov 8, 2021

Thank you for your above answer. I want to train the yolov5 model, but I only found yolov5.yaml. I directly put it in cfg/, and an error occurs when running: 'no such file or directory:' cfg/ yolov5. yaml. cfg '. Where can I find yolov5.cfg? Or is there a way to convert yaml files into cfg files?

Look forward to your reply

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

No branches or pull requests

2 participants