ssds.pytorch
ssds.pytorch copied to clipboard
the implementation of the yolov3
i read the code, but i found that the loss function is ssd's? the multibox loss function is't the function in yolo's paper, right?
Multibox loss can be applied to any kind of single shot detectors. That is a kinda loss function.
@seongkyun thanks a lot but i wonder if the performance is as good as the 'real' yolov3's
Exactly yes. You know that there is any code that can train Yolo V3 with any other deep learning toolkit except Darknet. Every other codes are just reads pre-trained weight file and does forward pass.