-
Notifications
You must be signed in to change notification settings - Fork 19
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
Details about Yolov5 #16
Comments
Also, in the official yolo demo of TNN, |
"model layer output name", stride, { anchors }, |
The official example is over encapsulated, and the internal method is similar. |
Hi. I am running your demo and feel confused about your YOLOv5 demo.
There is a "layers" parameter in the Yolov5.h:
TNN_Demo/iOS_TNN_Demo/TNNDemo/Yolov5.h
Line 87 in f361ba0
std::vector layers{
{"output", 32, {{116, 90}, {156, 198}, {373, 326}}},
{"413", 16, {{30, 61}, {62, 45}, {59, 119}}},
{"431", 8, {{10, 13}, {16, 30}, {33, 23}}},
};
I wonder what's the meanings of these values?
The text was updated successfully, but these errors were encountered: