LoginSignup
0
1

More than 5 years have passed since last update.

TensorFlow YOLOv3

Last updated at Posted at 2019-03-26

Memo

TensorFlow、TF-SlimでYOLOv3を動かしてみる。

ネットワークを簡潔に書けるTF-Slimとは

TF-Slimを使ってTensorFlowを簡潔に書く

TensorFlowを用いた物体検出

tensorflow-yolo-v3

Implementing YOLO v3 in Tensorflow (TF-Slim)

I couldn’t find any implementation suitable for my needs on GitHub, thus I decided to convert this code written in PyTorch to Tensorflow.

適当な実装が見つからなかったので、下記のPytorchのそれを、TensorFlow用に書き直したらしい、すげ〜

How to implement a YOLO v3 object detector from scratch in PyTorch

そう言えばこのサイトは、ここでも遭遇してた。

Ubuntu16.04でtensorflow-gpuを動かす

引用させていただきました。

  • 動かしたいtensorflowのバージョンを以下のリストから探してくる。
  • 動かしたいtensorflowのバージョンのテストに使われてるCUDAとcuDNNのバージョンを調べる。

TensorFlowって何だ

TF-Slimって何だ

0
1
0

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
0
1