How would resize portrait images to train a peoplenet model for Tao toolkit. My current portait images are at 1520 w , 2680 h?

How would resize portrait images to train a peoplenet model. My current portait images are at 1520 w , 2680 h?

You can set training spec with

output _image _width: 1520
output _image _height: 2688
enable_auto _resize: true

More info can be found in DetectNet_v2 - NVIDIA Docs