some doubt about convert to TensorRT engine? #260
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hi,professor:
i have a weights file trained in darknet, with cfg resolution 608x608, when i use tkDNN to infer, think about speed, i may convert 416x416 tensorRT engine, so , can i just use the trained weights in 608*608? is there any modify should i do? please help!
Hi @jcyhcs,
Yes you can. When you export the weights in tkDNN format, you should change the width and height of the cfg file to 416x416.
Closing for inactivity