ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 209 forks source link

Change resolution of inference and infer with set of images #237

Closed pereayats closed 2 years ago

pereayats commented 3 years ago

Is it possible to infer with another resolution other than 416x416 for yolo4_tiny? And what would be the best way to infer using a set of images instead of a video file?

mive93 commented 3 years ago

Is it possible to infer with another resolution other than 416x416 for yolo4_tiny?

@pereayats you can export the weights for another size from darknet. In the readme it is explained how to do.

And what would be the best way to infer using a set of images instead of a video file?

Just change the code of the demo to open every mage in a folder.

mive93 commented 2 years ago

Closing for inactivity. Feel free to reopen.