marcoslucianops / DeepStream-Yolo-Seg

NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 implementation for YOLO-Segmentation models
MIT License
53 stars 11 forks source link

--simplify in export_yoloV8_seg.py is creating a model of size 160x160 #6

Open prabal27 opened 1 year ago

marcoslucianops commented 1 year ago

The --simplify is related to the ONNX Simplify.

The --size or -s is related to the inference size, and the mask size is inference_size / 4.