[FEATURE REQUEST] Loss function #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Is your feature request related to a problem? Please describe.
Current trainer - https://github.com/LdDl/yolo-go/blob/master/yolo_trainer.go#L11
Current loss function for YOLO bounding boxes - https://github.com/LdDl/yolo-go/blob/master/yolo_trainer.go#L100
I have doubts that it is right code (or even approach). Need to implement it step-by-step and compare with classic C-based implementation (may be take inspirations by some tensorflow/pytorch implementation)
Describe the solution you'd like and provide pseudocode examples if you can
According to source code of YOLO:
IOU's - https://github.com/AlexeyAB/darknet/blob/master/src/yolo_layer.c#L166:
classes - https://github.com/AlexeyAB/darknet/blob/master/src/yolo_layer.c#L276:
Describe alternatives you've considered and provide pseudocode examples if you can
nope
Additional context
nope
The text was updated successfully, but these errors were encountered: