-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: yolov4-csp tensorrt implementation #235
base: yolov4-csp
Are you sure you want to change the base?
Conversation
makaveli10
commented
May 5, 2021
- updated readme with tensorrt implementation
@makaveli10 it looks like you only updated the readme in your GitHub repository, is this correct? Do you have an actual tensorrt implementation? |
Yeah so I have added the link to the tensorrt implementation scaled-yolov4-tensorrt in the read me. |
Ok, I just checked it out. It looks good! A couple of questions:
|
|
In your repo it says "Note: There is a slight difference in yolov4-csp.cfg(yolo layer mainly) for darknet and pytorch. Use the one given for pytorch in the above repo." Otherwise it is looking good! I'm currently looking to test out the tiny version to report FPS using TensorRT. |
Just some parameters in the yolo layer. |