-
Notifications
You must be signed in to change notification settings - Fork 56
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
Possible to support dynamic batch size? #23
Comments
hello,have you solved it? |
No, I didn't solved it yet. Do you can have idea to solved it? |
sorry,i have no idea. |
@DanaHan are you able to make the engine with dynamic batch size? |
I'm trying to create an yolov5 explicitBatch engine. This is my currently work, however I need some help on the network.
yolov5.cpp
Currently I changed these file and the error shows this.
|
Hi, I'm trying to use yolov5 both in primary and secondary detector, currently it seems like the engine is built with a fixed batch size, does this possible to generate dynamic batch size so that can be configure in deepstream?
It shows the following implicit info even I built the engine with BATCH_SIZE 4
The text was updated successfully, but these errors were encountered: