Trouble importing labels for object detection #1999
-
I'm training a model for object detection, and I'm having trouble importing my labels with their bounding boxes. I'm wondering... does creating a Currently, I'm not able to achieve a mAP score great than 0.0. I'm working with this code:
When I run
Let me know if you have any advice, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
It should, yes. You can also see samples of what the training chips look like by doing If you don't see any labels there, I would suggest
|
Beta Was this translation helpful? Give feedback.
plot_dataloaders()
try doing that a couple of times to see different random batches.