Can I use my own dataset for this??? #8624
Replies: 2 comments 1 reply
-
Hello, yes you can make/use your own dataset (I recommend using labelImg https://github.com/heartexlabs/labelImg to draw bounding boxes which coordinates are then automatically converted to the yolo format) You have to go through the installation process to run the algorithm on your own device. Another popular option is to use google colab. There are tutorials with ready to use notebooks where you just upload your dataset to your google drive which then is accesed through google colab to train and detect. I can not give a throughout guide here but there are a lot of tutorials out there. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I already have a dataset and I have the images labelled in yolo
format. I just don't know how to fetch them and use them in your algorithm.
Nevertheless, I'll try my best to make full use of your algorithm. Thanks a
lot
…On Thu, Aug 11, 2022 at 8:38 PM Birk Leppich ***@***.***> wrote:
Hello, yes you can make/use your own dataset (I recommend using labelImg
https://github.com/heartexlabs/labelImg to draw bounding boxes which
coordinates are then automatically converted to the yolo format)
You have to go through the installation process to run the algorithm on
your own device.
Another popular option is to use google colab. There are tutorials with
ready to use notebooks where you just upload your dataset to your google
drive which then is accesed through google colab to train and detect.
I can not give a throughout guide here but there are a lot of tutorials
out there.
—
Reply to this email directly, view it on GitHub
<#8624 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCHL5S5OXXL2CWKEDK3ENDVYUJPZANCNFSM55VHJ62A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey Alex,
I wanna know if I can train the model using my own dataset.
If yes, please can you spare some time and guide me a bit where and how I can upload my own dataset and train the model for the same?
Really eager to know bout it, waiting for your response
Beta Was this translation helpful? Give feedback.
All reactions