Darkflow: Support fot TINY YOLO3

Created on 27 May 2018  路  2Comments  路  Source: thtrieu/darkflow

The problem is related to this one: https://github.com/thtrieu/darkflow/issues/665 . In addition to the layers mentioned in this issue, there is no support for yolo layer used in yolov3-tiny.cfg
Layer [yolo] not implemented
Do you plan to add such support? If so, when can you expect?

Most helpful comment

Yes would be helpful if configs for tiny-yolo are updated

All 2 comments

Yes would be helpful if configs for tiny-yolo are updated

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

jubjamie picture jubjamie  路  4Comments

humanova picture humanova  路  4Comments

wonny2001 picture wonny2001  路  4Comments

halt9 picture halt9  路  3Comments

ma3252788 picture ma3252788  路  3Comments