Namespace AiDotNet.ComputerVision.Detection.ObjectDetection.RCNN
Classes
- CascadeRCNN<T>
Cascade R-CNN - Multi-stage object detection with progressive refinement.
- FasterRCNN<T>
Faster R-CNN - Two-stage object detection with region proposal network.
- RPN<T>
Region Proposal Network (RPN) - Generates object proposals for two-stage detectors.