[App] ; set ProcessVideo = yes/no if you want to run the docker with video/image as input ProcessVideo = no InputPath = inputs/snowboard.jpg OutputPath = outputs/snowboard_output.jpg [PoseEstimator] ; set InputSize = 129,97 or 321,193 or 641,369 as only ONNX models of these input sizes is provided InputSize = 129,97 ; set TensorrtPrecision to 32/16 to generate float32/float16 TensorRT engine based on your device, 32 gets more accurate result and 16 gets faster results. TensorrtPrecision = 16 [Model] BaselineModel = mobilenetv3large