-
Notifications
You must be signed in to change notification settings - Fork 18
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
yolo v3 custom object detection #1
Comments
@Areej25890, check if the |
Yes. I found it empty and I have fixed it but I have another issue when I try to test it using object detection code I got the following error:
Index 1135 is out of bounds for axis 0 with size 100. What is the problem?. Thank you
…________________________________
From: Nitin Tiwari ***@***.***>
Sent: Saturday, September 18, 2021 12:32 PM
To: NSTiwari/YOLOv3-Custom-Object-Detection ***@***.***>
Cc: اريج ناصر ابراهيم ابوقرين ***@***.***>; Mention ***@***.***>
Subject: Re: [NSTiwari/YOLOv3-Custom-Object-Detection] yolo v3 custom object detection (#1)
@Areej25890<https://github.com/Areej25890>, check if the train.txt file is empty or not. If it's empty, then the training probably didn't start; no .weights file will be generated thereby.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APAC2DSQVR3D4GJ2XCI6W3TUCRTC7ANCNFSM5EI4JMYA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hey @NSTiwari , could you help me solve this query: yolo] params: iou loss: mse (2), iou_norm: 0.75, obj_norm: 1.00, cls_norm: 1.00, delta_norm: 1.00, scale_x_y: 1.00 (chart_yolov3_training.png:1513): Gtk-WARNING **: 07:03:54.744: cannot open display: This happens when I try to train the model at the last step. |
I have done every thing in the pdf but after training only classes.txt and testing.cfg files were generated. I mean the problem is that weights file after training wasn't generated. How can I solve this problem.
The text was updated successfully, but these errors were encountered: