LibreFasterRCNNm

Modernized Faster R-CNN (ResNet-50 FPN v1 recipe variant), repackaged for LibreYOLO. This is a torchvision COCO recipe, not the original 2015 VGG16 architecture.

from libreyolo import LibreYOLO

model = LibreYOLO("LibreFasterRCNNm.pt")
results = model.predict("image.jpg")

Source

Derived from pytorch/vision at commit 336d36e8db990a905498c73933e35231876e28bc. Copyright (c) Soumith Chintala 2016 and torchvision contributors. The source implementation is BSD-3-Clause.

Official checkpoint: fasterrcnn_resnet50_fpn_coco-258fb6c6.pth SHA-256: 258fb6c638b15964ddcdd1ae0748c5eef1be9e732750120cc857feed3faac384 Published COCO val2017 box mAP: 37.0.

Modifications

Checkpoint metadata was added for LibreYOLO's v1.0 schema. Learned tensors and state-dict keys are unchanged. The native LibreYOLO graph loads the official state dict strictly and has exact eager parity at the RPN head, RoI predictor, and final detections. See weights/convert_faster_rcnn_weights.py in the LibreYOLO source repository.

Benchmarks

Independent accuracy and speed benchmarks: visionanalysis.org/model/faster_rcnn-m

License

The checkpoint publisher did not attach a separate per-object license file. This mirror applies the releasing project's BSD-3-Clause license on an implied, not publisher-confirmed, basis. Torchvision warns that pretrained models may have their own licenses or terms derived from training data and that users must determine whether they have permission for their use case. COCO annotations are CC BY 4.0; source images retain their individual Flickr terms. See LICENSE and NOTICE.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train LibreYOLO/LibreFasterRCNNm

Collection including LibreYOLO/LibreFasterRCNNm