LoginSignup
1
3

More than 5 years have passed since last update.

TensorFlowでYOLO(備忘録)

Posted at

TensorFlowでYOLO使いたい というか物体検出したいというモチベです

YOLO_tensorflow

ここを見ました
http://qiita.com/koji-t/items/a33bc8297c9a03b38c74
https://github.com/gliese581gg/YOLO_tensorflow

事前にDarknetを入れておく必要があるっぽい?

DarkFlow

ここを見ました
http://qiita.com/Almond/items/9987bb4a54a1570eddee
https://github.com/thtrieu/darkflow

from darkflow.net.build import TFNet

の部分でTensorFlowを使ってるということなのでしょうか…?
Darkflowの中でTensorFlowが使われているような印象 Kerasみたいな感じ?
Darknetを入れておく必要がないようですし,こっちのほうが扱いやすそうな気がします

1
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3