Have u try to use the https://github.com/pjreddie/darknet .cfg(V3)?
I am try to download the .cfg(v3) and weights(v3). Try it on this repo.
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.
Most helpful comment
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.