Skip to content

Commit 095dba1

Browse files
committed
refined README a bit
1 parent e8d44ea commit 095dba1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# tf_vision
22

33
On 15th June 2017 Google released their (pretrained) Computer Vision models via the TensorFlow Object Detection API.
4-
These models won the COCO detection challenge (http://cocodataset.org/) 2016. COCO features a large-scale dataset with more than 200k labeled images, 80 object categories and 250k people with keypoints.
4+
These models won the COCO detection challenge (http://cocodataset.org/) in 2016. COCO features a large-scale dataset with more than 200k labeled images, 80 object categories and 250k people with keypoints.
55

6-
With this repository, I am deriving from the TensorFlow research model object_detection and trying to put all things together, to do fancy things incl. infering on live video data. Applying it to Robotics is one of the major goals.
6+
This repository derives from the Jupyter notebook of TensorFlow's Object Detection API and includes an Ansible playbook to easily setup your system to run (pretrained) models, to do fancy things incl. infering on live video data. Applying it to Robotics is one of the major goals.
77

88
Find here some highly recommended links:
99
* Google announcement: https://research.googleblog.com/2017/06/supercharge-your-computer-vision-models.html
10-
* COCO detection challenge (and of course the dataset, results ...): http://cocodataset.org/
10+
* COCO detection challenge (incl. dataset, results): http://cocodataset.org/
1111
* CVPR 2017 Paper describing the models in detail: https://arxiv.org/abs/1611.10012
1212
* TensorFlow research model and object_detection API: https://github.com/tensorflow/models/tree/master/research/object_detection
1313

14+
This repository assumes you have an Ubuntu 16.04 x86_64 running Python 3.(5.X).
15+
1416
# GPU Acceleration
1517

16-
For GPU-accelerated tensorflow under Ubuntu 16.04 x86_64, ensure you do or have done the following:
18+
For GPU-accelerated tensorflow, ensure you do or have done the following:
1719

1820
1. You have a GPU with CUDA Compute Capability 3.0 or higher.
1921
Check via https://developer.nvidia.com/cuda-gpus for a list of supported GPU cards.

0 commit comments

Comments
 (0)