We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Important: For now available only for TensorRT release/8.6 due deployment of plugin YOLO_NMS_TRT.
This implementation enable End2End with Dynamic Batch and Size for Object Detection and Instance Segmentation. https://github.com/levipereira/deepstream-yolov9/tree/master/yolov9
I have deployed a TensorRT custom plugin named YOLO_NMS_TRT - same as Efficient NMS, but return boxes indices Details: https://github.com/levipereira/deepstream-yolov9/tree/master/TensorRTPlugin
On next days will create a exclusive repo outside of Deepstream Implementation.
output: num_det, det_boxes, det_scores, det_classes, det_indices
num_det, det_boxes, det_scores, det_classes, det_indices
output: num_det, det_boxes, det_scores, det_classes, det_masks
num_det, det_boxes, det_scores, det_classes, det_masks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This implementation enable End2End with Dynamic Batch and Size for Object Detection and Instance Segmentation.
https://github.com/levipereira/deepstream-yolov9/tree/master/yolov9
I have deployed a TensorRT custom plugin named YOLO_NMS_TRT - same as Efficient NMS, but return boxes indices
Details:
https://github.com/levipereira/deepstream-yolov9/tree/master/TensorRTPlugin
On next days will create a exclusive repo outside of Deepstream Implementation.
Object Detection End2End
output:
num_det, det_boxes, det_scores, det_classes, det_indices
Instance Segmentation End2End
output:
num_det, det_boxes, det_scores, det_classes, det_masks
The text was updated successfully, but these errors were encountered: