Skip to content
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

Open
SlavaKeshkov opened this issue Aug 7, 2019 · 7 comments
Open

Converting tiny-yolov3 gives input/output error #32

SlavaKeshkov opened this issue Aug 7, 2019 · 7 comments

Comments

@SlavaKeshkov
Copy link

SlavaKeshkov commented Aug 7, 2019

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.

UnknownError (see above for traceback): Failed to rename: data/yolov3-tiny.ckpt.index.tempstate5997668412469460368 to: data/yolov3-tiny.ckpt.index : Access is denied.
; Input/output error

error

As output I get the following files (see screenshot). I am uncertain if the conversion has been completed. Please let me know!

output

@albayrakonur
Copy link

did you solve the problem ? I have same one

@Robin2091
Copy link

Robin2091 commented Apr 10, 2020

@albayrakonur Any update? I am also experiencing the same problem.

@SlavaKeshkov
Copy link
Author

SlavaKeshkov commented Apr 10, 2020 via email

@Robin2091
Copy link

@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.

@SlavaKeshkov
Copy link
Author

SlavaKeshkov commented Apr 10, 2020 via email

@Robin2091
Copy link

@SlavaKeshkov Thanks for the quick reply. Are you talking about the IoU threshold or the confidence threshold?

@SlavaKeshkov
Copy link
Author

SlavaKeshkov commented Apr 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants