William Fiore Viscomi

Results 3 issues of William Fiore Viscomi

started from a .pt trained yolov5L 6.1 model .onnx exported with python3 export_yoloV5.py -w model.pt --simplify it works for batch size 1 but not for batch size 2 file .engine...

this is not an issue, but after days of trying to use it in gstreamer, to avoid parse errors and gstreamer crashing, i found these parameters in the rtspsrc plugin...

environemnt : deepstream 6.2 in x86 (container pulled from nvidia ngc) ``` root@b98fc2f78de4:/app# env | grep deep DS_REL_PKG_DIR=deepstream_sdk_v6.2.0_x86_64 DS_REL_PKG=deepstream_sdk_v6.2.0_x86_64.tbz2 root@b98fc2f78de4:/app# pip3 list | grep torch torch 1.13.0 torch2trt 0.4.0 torchvision...