tjuskyzhang / Scaled-YOLOv4-TensorRT

Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. If the project is useful to you, please Star it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does the input image have to be the same width and height?

pengbc917 opened this issue · comments

I tried it, and if the width and height don't match, I get an error.

image

The input image can be any size. At the preprocessing stage, the input image will be resized into the input size of the network according to your's yolov4-tiny.cfg.