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

input size for yolo4_berkeley #217

Closed feritte closed 2 years ago

feritte commented 3 years ago

Hello,

Firts of all thanks a lot for the great repository. I am able to build the project and run your demo code but I have a question about yolo4_berkeley input size. According to the table "Existing tests and supported networks" the input size is 540x320 for yolo4_berkeley but when i run the demo, I see the input size is 544x320 (the same as yolov3). Is it normal or just a typo on the table ?

Thanks in advance.

Regards

Ferit

mive93 commented 3 years ago

Hi @feritte, yep, it's just a typo of the table. Thanks for the notice :)