torchvision
R interface to torchvision. Contribute to mlverse/torchvision development by creating an account on GitHub.
R's torchvision is porting PyTorch's vision stack one task at a time — instance segmentation just landed.
◆Recent moves
- 3mo ago
Mask R-CNN brings instance segmentation to R torchvision
⚡ SPARKThe release that adds a whole task rather than more coverage of an existing one: Mask R-CNN models, dedicated segmentation datasets, and mask transform functions arrive together. It also pays down API debt, splitting the COCO loader and renaming attributes to match upstream PyTorch.
View source ↗ - 9mo ago
Face detection models and 35 RoboFlow datasets land
A wide coverage release on the same porting arc: MTCNN and FaceNet for face detection and recognition, MaxViT and MobileNet V3 architectures, plus six thematic RoboFlow 100 dataset collections totalling 35 datasets. Broad rather than directional — it deepens the catalog the 0.9.0 task work then builds on.
View source ↗ - 1y ago
Fashion-MNIST, COCO, and a dozen more dataset loaders
The dataset-first phase of the port: EuroSAT, QMNIST, EMNIST, FGVC-Aircraft, COCO detection and captions, Caltech 101/256, Flowers102, Flickr8k/30k and Oxford-IIIT Pet all gain loaders. Necessary groundwork — models are only useful once the standard benchmark data is one function call away.
View source ↗