Spritaro / condinst_tensorrt

MIT License
7 stars 1 forks source link

Unofficial Implementation of CondInst for TensorRT

This repository is an unofficial implementation of CondInst: Conditional Convolutions for Instance Segmentation.

This implementation utilizes heatmap-based object detection. Please see CornerNet: Detecting Objects as Paired Keypoints and CenterNet: Objects as Points for details.

Benchmark

Backbone Dataset Input image size Output mask size mAP FP16 inference time
Jetson Nano 4GB
FP16 inference time
Jetson Xavier NX
Download link
ResNet50-FPN COCO2017 640x480 160x120 20.1 406 ms 57.8 ms weight, onnx

Setup

Usage

Train

Evaluation

Test

Export

RGB-D images

See Instructions for RGB-D images for details.