Open leekwunfung817 opened 6 years ago
facing the same problem (?) after following the steps described here: https://keponk.wordpress.com/2017/12/07/siraj-darkflow/ and then trying to use the following command with yolov3
flow --model cfg/yolov3-tiny.cfg --load bin/yolov3-tiny.weights
results in:
Parsing ./cfg/yolov3-tiny.cfg
Layer [yolo] not implemented
Looks like darkflow has no support for yolov3-tiny yet. Try previous versions of yolo.
I don't think Yolov3 is supported in darkflow. Could be this a future feature @thtrieu?
Hoping for support yolov3-tiny
!!
This repo can convert YOLOv3 from darknet to TensorFlow: https://github.com/mystic123/tensorflow-yolo-v3
For those wanting to convert Yolo-v3 from Darknet to TensorFlow:
Yolo-v3 support was recently added to DW2TF (see this PR).
Worth noting that unlike Darkflow which is also a runtime env for training/inference, DW2TF can only convert a Darknet model & weights to TensorFlow. Running training/inference on it would then be up to the user.
I am getting the following error:
Layer [shortcut] not implemented.
Did anyone solve this issue yet?
@JigyasaK This layer is implemented in DW2TF in case you want to give that a try.
I have the same error.. Any help?
Layer [yolo] not implemented
Python:
Log:
I have [yolo] layer