22. [Jetson] VIC Configuration failed image scale factor exceeds 16
this issue is a limitation of Jetson VIC processing and can be fixed by modifying configuration, for example:
# model's dimensions: height is 1168, width is 720.
uff-input-dims=3;1168;720;0
#if scaling-compute-hw = VIC, input-object-min-height need to be even and greater than or equal to (model height)/16
input-object-min-height=74
#if scaling-compute-hw = VIC, input-object-min-width need to be even and greater than or equal to( model width)/16
input-object-min-width=46
related topic [VIC Configuration failed image scale factor exceeds 16, use GPU for Transformation - #3 by Amycao]