1 repository
Standard spatial standardization that extracts fixed-size feature maps from variable-sized regions of interest.
Distinct from Deformable ROI Pooling: Covers standard ROI pooling, whereas the candidate specifically covers the deformable variant.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · ROI Pooling. Refine with filters or upvote what's useful.
This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a framework for identifying multiple object classes and their corresponding bounding boxes within images using a deep learning system. The implementation includes a training pipeline for optimizing models on custom datasets and a utility for converting pretrained weights from external formats into a compatible structure for model initialization. The system covers a two-stage detection pipeline comprising a region proposal network and an ROI pooling layer. It incorporates multi-task los
Implements an ROI pooling layer to provide consistent feature map sizes for the classification head.