Hello
i’m trying to train the YOLO v3 with tlt
i use 1080x720 input image for train
but i know the yolov3 input was 608 or 416
can i train with 1080x720 images?
and should i change the big_anchor_shape,mid_anchor_shape,… in train config file related to the input image size??
and i wonder which size should i use when i import my custom yolo v3 model to the deepstream
should i reszie to 608? or 1080x720 to the nvinfer?