I am pretty new to YOLO/Darknet and am walking in circles with the solutions. I have looked at the Github and Stackexchange fora pages corresponding with similar issues, but none seems to directly address this output issue (i.e. where the region IOU line is missing). Here is my output (training/testing):
Here is my directory structure:
Other details:
- I am using the AlexeyAB fork.
- 6 classes in total (following this convention of annotating occluded and truncated items, so two "items" with three classes each)
- I'm using 200+ training images (definitely too few, but I don't know if this is the root cause of my troubles).
- There is no predictions.png, just predictions.jpg. However, I don't think this should be an issue.
- I followed this tutorial.
Any help is very much appreciated; thank you in advance!