-
Notifications
You must be signed in to change notification settings - Fork 73
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 tiny-yolov3 gives input/output error #32
Comments
did you solve the problem ? I have same one |
@albayrakonur Any update? I am also experiencing the same problem. |
I switched to another repo for conversion, this one:
https://github.com/zzh8829/yolov3-tf2
…On Thu, 9 Apr 2020, 17:03 Onur Albayrak, ***@***.***> wrote:
did you solve the problem ? I have same one
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKWLRBZC6ZBJAXGJNQC6X3LRLXITDANCNFSM4IJ543GA>
.
|
@SlavaKeshkov Hi, did you train on darknet with a custom dataset? I also used that repo for conversion(custom dataset with 1 class) but I get worse results. |
Yes trained on a custom one. Not sure why there is a difference. I had many
classes though, not one. Also look into the threshold value when you
convert, it could be causing the issue
…On Fri, 10 Apr 2020, 18:35 Robin2091, ***@***.***> wrote:
@SlavaKeshkov <https://github.com/SlavaKeshkov> Hi, did you train on
darknet with a custom dataset? I also used that repo for conversion(custom
dataset with 1 class) but I get worse results.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKWLRB5AL5QVJZFZOUDLONLRL44DLANCNFSM4IJ543GA>
.
|
@SlavaKeshkov Thanks for the quick reply. Are you talking about the IoU threshold or the confidence threshold? |
I believe the confidence one
… On 10 Apr 2020, at 18:43, Robin2091 ***@***.***> wrote:
@SlavaKeshkov <https://github.com/SlavaKeshkov> Thanks for the quick reply. Are you talking about the IoU threshold or the confidence threshold?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#32 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKWLRB24HGY53RCEW6XCXUDRL45DFANCNFSM4IJ543GA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @sjain-stanford . I am trying out the new release that you made for tiny-yolov3 but facing errors during the conversion. I used your code to convert the models:
'python main.py
--cfg 'data/yolov3-tiny.cfg'
--weights 'data/yolov3-tiny.weights'
--output 'data/'
--prefix 'yolov3-tiny/'
--gpu 0'
I used original darkflow weights file and the cfg file. However I am getting the error below.
As output I get the following files (see screenshot). I am uncertain if the conversion has been completed. Please let me know!
The text was updated successfully, but these errors were encountered: