[property] ################################################################################ # pytorch offset and net-scale-factor calculation # https://forums.developer.nvidia.com/t/pytorch-normalization-in-deepstream-config/158154/5 # net-scale-factor = 1 / std_mean * 255 # e.g. if in pytorch std=(0.229, 0.224, 0.225) , std_mean = 0.226, net-scale-factor = 1 / 0.226 / 225 # in pytorch mean=(0.485, 0.456, 0.406), offsets = 0.485*255;0.456*255;0.406*25 = 103.53;116.28;123.675 # # In pytorch color format is RGB, therefore model-color-format=0 ################################################################################ offsets=123.675;116.28;103.53 net-scale-factor=0.01735207357279195 labelfile-path=../picklist-classifier/labels.txt model-engine-file=../picklist-classifier/efficientnet.engine infer-dims=3;128;128 model-color-format=0 network-mode=0 network-type=1 num-detected-classes=4 interval=0 classifier-threshold=0.1 scaling-filter=1