jinyu121 / DW2TF

Darknet Weights to TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converting tiny-yolov3 gives input/output error

SlavaKeshkov opened this issue · comments

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

did you solve the problem ? I have same one

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

@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 Thanks for the quick reply. Are you talking about the IoU threshold or the confidence threshold?