Instructions to use cgr/fasterrcnn_resnet50_fpn_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cgr/fasterrcnn_resnet50_fpn_custom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="cgr/fasterrcnn_resnet50_fpn_custom")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cgr/fasterrcnn_resnet50_fpn_custom", device_map="auto") - Notebooks
- Google Colab
- Kaggle
A custom RNN for detecting panels in p3d.
- Downloads last month
- 4
Model tree for cgr/fasterrcnn_resnet50_fpn_custom
Base model
bloomdata/faster-rcnn-resnet50