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

yolo v3 custom object detection #1

Open
Areej25890 opened this issue Sep 18, 2021 · 3 comments
Open

yolo v3 custom object detection #1

Areej25890 opened this issue Sep 18, 2021 · 3 comments

Comments

@Areej25890
Copy link

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.

@NSTiwari
Copy link
Owner

@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.

@Areej25890
Copy link
Author

Areej25890 commented Sep 18, 2021 via email

@Maharshi-joshi
Copy link

Maharshi-joshi commented Mar 24, 2022

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
Total BFLOPS 65.312
avg_outputs = 516922
Allocate additional workspace_size = 12.46 MB
Loading weights from darknet53.conv.74...
seen 64, trained: 0 K-images (0 Kilo-batches_64)
Done! Loaded 75 layers from weights-file
Learning Rate: 0.001, Momentum: 0.9, Decay: 0.0005
Detection layer: 82 - type = 28
Detection layer: 94 - type = 28
Detection layer: 106 - type = 28
If error occurs - run training with flag: -dont_show
Unable to init server: Could not connect: Connection refused

(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.

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

3 participants