PreciseRoIPooling
Region pooling library
An implementation of precise region-of-interest pooling for object detection in deep learning models.
Precise RoI Pooling with coordinate gradient support, proposed in the paper "Acquisition of Localization Confidence for Accurate Object Detection" (https://arxiv.org/abs/1807.11590).
772 stars
24 watching
153 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
computer-visionobject-detection
Related projects:
Repository | Description | Stars |
---|---|---|
| Reconstructs 3D models from 2D silhouettes and camera parameters | 65 |
| A deep learning framework for efficient semantic segmentation of large-scale 3D point clouds | 1,327 |
| Training and deploying large language models on computer vision tasks using region-of-interest inputs | 517 |
| Improves object detection by generating region proposals with increased adaptivity. | 156 |
| Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
| An implementation of the ROI pooling operation and its gradient in TensorFlow for use in Fast-RCNN algorithms. | 173 |
| Deep learning models for semantic segmentation of images | 101 |
| An implementation of a pooling technique for multimodal neural networks in Torch7 | 69 |
| A fast and robust algorithm to segment 3D point clouds generated by Velodyne sensors into objects. | 1,212 |
| A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,823 |
| An object detection technique using bounding box regression and uncertainty estimation to improve accurate detection results | 367 |
| An open-source implementation of an image segmentation model that combines background removal and object detection capabilities. | 1,484 |
| A deep learning framework for 3D object detection from RGB-D data | 1,598 |
| A TensorFlow implementation of an object localization method using only image-level annotation, without requiring bounding box annotations. | 361 |
| An implementation of a deep learning model for semantic segmentation using a novel attention mechanism to capture long-range dependencies in images. | 1,432 |