ssds.pytorch icon indicating copy to clipboard operation
ssds.pytorch copied to clipboard

the implementation of the yolov3

Open 1453042287 opened this issue 6 years ago • 3 comments

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?

1453042287 avatar Nov 28 '18 02:11 1453042287

Multibox loss can be applied to any kind of single shot detectors. That is a kinda loss function.

seongkyun avatar Nov 28 '18 16:11 seongkyun

@seongkyun thanks a lot but i wonder if the performance is as good as the 'real' yolov3's

1453042287 avatar Dec 05 '18 11:12 1453042287

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.

seongkyun avatar Dec 06 '18 03:12 seongkyun