Darkflow: YOLO v3

Created on 26 Oct 2018  路  1Comment  路  Source: thtrieu/darkflow

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.

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

1NNcoder picture 1NNcoder  路  3Comments

bareblackfoot picture bareblackfoot  路  4Comments

xunkaixin picture xunkaixin  路  4Comments

ma3252788 picture ma3252788  路  3Comments

eugtanchik picture eugtanchik  路  4Comments