DW2TF icon indicating copy to clipboard operation
DW2TF copied to clipboard

Darknet Weights to TensorFlow

Results 30 DW2TF issues
Sort by recently updated
recently updated
newest added

Hi, When the pad is not mentioned in the cfg file, like in the enet-coco.cfg the conversion fails, I think that something like this would cover it safely: `pad =...

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

Trying to convert yolov3 with I get this error: ``` Traceback (most recent call last): File "main.py", line 116, in main(args) File "main.py", line 57, in main parse_net(args.layers, args.cfg, args.weights,...

Hi, I'm trying to convert a tiny yolo v3 trained in a custom dataset with a single class to coreml. I managed to convert to tensorflow using this DW2TF tool...

Hi, I used the DW2TF to convert a Yolov3 model to a .pb model, but after the conversion, the model no longer detects well. The detected boxes' widths are all...

Hi, is it possible to transfer learning using the converted YOLOv3 weight ? Thank you very much.

Hi, After I converted it, how could I run it??? Thanks

I had cloned your repository to my directory. After that I tried to convert yolo.weight file using your code but I received this message and error: `Traceback (most recent call...

Can you help me in converting the tiny-yolov3 model to .Tflite to run it on android? Please let me know if you have any leads for me.

support - depthwise convolution - squeeze and excitation (efficient net)