alankbi/detecto
A Python package for building object detection models using PyTorch's Faster R-CNN implementation.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
Detecto provides a simplified interface for creating computer vision and object detection models with PyTorch. It wraps Faster R-CNN ResNet-50 FPN models from the torchvision model zoo, enabling inference on images and videos with just a few lines of code. The library supports transfer learning on custom datasets and serialization of trained models, making it accessible for developers to add object detection capabilities to applications without deep ML expertise.