Abstract: Open-set object detection (OSOD) is an important research direction in computer vision, focusing on enhancing a model’s ability to detect unknown categories. Current methods are overly ...
Abstract: Recently, visual object detection and tracking (ODT) has become ubiquitous in intelligent edge platforms. RGB camera-based ODT systems using deep learning models [1] - [2] achieve high ...
This is an implementation of the Mask R-CNN paper which edits the original Mask_RCNN repository (which only supports TensorFlow 1.x), so that it works with Python 3.10 and TensorFlow 2.14.0. This new ...