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

RetinaNet implementation in PyTorch

Results 3 retinanet.pytorch issues
Sort by recently updated
recently updated
newest added

@andreaazzini HI For focal loss. The **classification branch** uses the **sigmoid function**. Why **background class** is considered in the classification branch??such as **coco**, num_classes=80 instead of 81.

hi, while running the train.py I got this error "maximum recursion depth exceeded " . Can you advice?

Trying to debug my implementation's training on COCO, would love to see if you got this repo working on VOC.