YOLOv8 Training output : "loss: 0.0000e+00 - box_loss: 0.0000e+00 - class_loss: 0.0000e+00" #1879
Replies: 2 comments 2 replies
-
Thanks for reaching out @MagiPrince! I'm not sure I understand your question. What is the expected behavior for your data? Could you file an issue with an example colab so we can debug? |
Beta Was this translation helpful? Give feedback.
2 replies
-
For those that are facing the same issue, I solved my problem by editing the value of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to work with YOLOv8 and train it on a custom dataset that I have. I ran the example code just fine, but when I am lowering the size of my images and the width, height of the objects to detect, the training outputs :
loss: 0.0000e+00 - box_loss: 0.0000e+00 - class_loss: 0.0000e+00
.I'm working with images of size 64x64 where I try to detect some element that are 8 pixels large in width and height.
I used the parameter "center_xywh" for my bounding boxes, where I give the x, y center with the w, h in pixels.
It seems that the training works when the size of the w, h is bigger than a given number of pixels, but I don't get it all...
There is an example of data that produces the same weird behaviour :
May someone help me with that ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions