-
Notifications
You must be signed in to change notification settings - Fork 46
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
Converting YOLOV3-Tiny #3
Comments
|
Any progress with this? Where is this error coming from? |
@benkelaci I've edited
On printing you'll understand the output of the network. There are multiple outputs and it's optional to name them. |
Thanks, It seems worked. And now we are figuring out the parsing the output. We tried to cut the original YOLOv3 output (2 output array instead of 3), but no any good result. We changed the anchor boxes and numClasses (same as in our yolov3-tiny cfg), the output number (2), the for (line 67) number (to 2, it is fixed number instead of gridHeight length) in the yolo.swift. Do you have a clue what is the prediction output format/structure? It seems pretty complicated. |
I was able to successfully convert YoloV3. But what about YoloV3-Tiny? How should I change the convert.py?
The text was updated successfully, but these errors were encountered: