- Added real-time inferencing.
Real-time inference on an Intel Realsense D455 Depth Camera:
The model follows a 2-stage pipeline:
- (1) object detection and instance segmentation using Detectron2
- (2) OVE6D pipeline (viewpoint-encoding, codebook lookup, in-plane rotation regression, centroid refinement)
While the OVE6D viewpoint encoder does not need to be retrained for new objects, the segmentation pipeline that comes before OVE6D needs to be trained for desired objects. Detectron2 is utilized due to its off-the-shelf nature, following the original authors use of Detectron2 for the LineMod dataset.
Refer to the original repository for setup instructions.
- to-be-added
This fork uses work from Detectron2 and OVE6D, neither of which I am originally involved in.