Hey, it seems that the new Pipetuner software only supports 1080p videos. However my pipeline and data is all 720p.
On page 19 of the documentation you write: “Add videos: Create a new video folder under pipe-tuner-sample/data. It should contain all the videos used for tuning. The videos need to have 1920x1080 resolution in mp4 format.”
I tried anyways, setting in the pipetuner config:
Init:
Exec:
streamRes: “720” # stream resolution
But it is clear from the detector and tracker log bounding boxes, that the predictions are for 1080p.
In the config_GuiTool_template_trackeval.yml there is:
MultiStreamMot16DsAppConfig_1080p: “dsappconfig1080p”
I tried setting it to dsappconfig720p, however it seems like no such config exist at the moment.
Would it be possible to add support for other resolutions than 1080p?
Hi PipeTuner users, assuming all the stream resolutions are the same, please set streammux as the new resolution in ds-app config. You don’t need to change other configs. Steps are:
Launch a PipeTuner container docker run --gpus all -it --net=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY nvcr.io/nvidia/pipetuner:1.0
Inside container, set [streammux] group width, height as the new resolution in /pipe-tuner/configs/config_dsApp/sourcen_dec_infer_tracker.txt
Commit and tag the container as a new image. docker commit [container id], docker tag [committed image id] [new image name]