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

A PyTorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available. Supports PyTorch 1.1+ and TorchVision 0.3.0+. No compilation n...

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

#L279 Correct RoIAlignFunction() to ROIAlgin()

Hi, I am finetuning a COCO pretrained model with VOC dataset. I am using the config file : e2e_mask_rcnn_R-50-FPN_1x.yaml I found a key to freeze the backbone of model with...

Hey! I have finetuned a network on VOC 2007, which was initially trained on COCO Dataset. I am now trying to evaluate the training on the validation set. When I...