YOLO_v3_tutorial_from_scratch
YOLO_v3_tutorial_from_scratch copied to clipboard
darknet spp maxpool
Hello, tnx for great tutorial and its code repo.
Darknet spp config file has 'maxpool' layer that is not handled in load weight function. It seems that this layer must be concerned in forward phase but at that is not handled too. Could you help me to loading and using darknet spp models with your code? thank you