-
Notifications
You must be signed in to change notification settings - Fork 181
More specific example #7
Comments
Hi @Luxato would you seperate image folder and label folder and then execute script file manifast file is just need for darknet framework
|
@ssaru Thanks for the effort. Would it be possible to also add an example for converting COCO?
Which one should I put into --label folder/ ? |
COCO dataset case is filepath! caption_train & person_keypoints json file is not detection label i will add contents later :) |
@ssaru Would it be possible to also add an example for converting VOC to YOLO format? |
Hi @yjdeveloper |
@Luxato , @yjdeveloper would you check README? |
@ssaru Thank you. The error looks like this
So I had to add these annotations to the list: motorcycle |
@Luxato |
Thank you. I have one question but it is not related to your post. I have
80 images of number plates and used 20% in testing and rest all in the
training phase. I have used YOLO to detect the number plates and it is
working for some images only. For some images, I can see two bounding
boxes. Can you please advise me on this.
Note: I have only one class.
…On Tue, Nov 27, 2018 at 11:28 AM Martin Hwang ***@***.***> wrote:
@Luxato <https://github.com/Luxato>
thanks for error reporing
i will update soon!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOpLWHmGmK6SPW5qtP2GMKfqklv_OFi8ks5uzL-CgaJpZM4YnIfT>
.
--
*Regards*
(*YONTEN JAMTSHO*)
Associate Lecturer (Computer Science)
Department of Mathematics and Computer Science
Sherubtse College : Kanglung
(+975) 17762073
|
@yjdeveloper 80 images is a very small number for deep learning. Doesn't your model underfitting? |
Maximum how many images do we need? Please advise me. Thank you very much.
…On Tue, Nov 27, 2018, 8:55 PM Lukas S. ***@***.*** wrote:
@yjdeveloper <https://github.com/yjdeveloper> 80 images is a very small
number for deep learning. Doesn't your model underfitting?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOpLWKlRfBkjCRb7eFhOmRnerDqZqNjiks5uzURrgaJpZM4YnIfT>
.
|
@yjdeveloper For very basic detection 80 could be enough. But I think detecting number plates is much more difficult. In general, for training deep learning model more images you have the better it will be. So I would collect 80 pictures more and compare how results changed. @ssaru I hit another issue I don't know how to solve. Your script worked fine on the original COCO dataset. What I have done is that I left only one image in the dataset. |
you left only one image and would i get dataset as same with you for error reappearance |
@Luxato Can you tell me which file I have to modify to change the threshold value? |
@yjdeveloper Look at this page https://pjreddie.com/darknet/yolo/ @ssaru, Of course, I have changed the .json file as well. Here is how it looks like: the command I'm executing it:
|
@Luxato COCO json file have it should match with but |
@Luxato Thank you for the information. Now I am using OpenCV to detect the same objects using trained weights from darknet but I am not getting the same output. I have used code from the following GitHub: https://github.com/arunponnusamy/object-detection-opencv/blob/master/yolo_opencv.py. Please, can you give me some tips on where I can modify? |
@ssaru Do you have any suggestions? Thank You! |
YOLO Generating Result : False, msg : ERROR : 'M_50s' is not in list, moreInfo : <class 'ValueError'> Format.py 704 ANYONE CAN HELP ME WITH THIS? |
i'm having same issue can you please explain in details how did you solve it ? |
Use this labels file instead of suggesting labels. https://github.com/amikelive/coco-labels/blob/master/coco-labels-2014_2017.txt |
Hello @ssaru ,
I'm trying to execute the script like this:
python example.py --datasets KITTI --img_path ./images/000021.jpg --label ./images/000021.txt --convert_output_path test.txt --img_type ".jpg" --manipast_path manipast.txt --cls_list_file names.txt
But it doesn't work. I don't understand what is manipast_path.
Would it be possible to add a more specific example where all the files are present in the git repository?
Thank you.
The text was updated successfully, but these errors were encountered: