Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Apr 2, 2017
1 parent 97ac478 commit a9f317d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Read more about YOLO (in darknet) and download weight files for version 2 [here]

Python3, tensorflow 1.0, numpy, opencv 3.

Build Cython for fast YOLOv2 processing:
Build Cython for fast processing:

```
cd ./cython_utils
Expand All @@ -22,13 +22,12 @@ cd ..

## Update

Demo from video file/ webcam is available. Cython for YOLOv2 fast processing is available too.
Demo from video file/ webcam is available, also with saving results to an output file. Cython for fast processing is available too.

**Android demo is available on Tensorflow's official github!** [here](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java)

**I am looking for contributions:**
- `help wanted` labels in issue track
- post-processing using Cython

### Parsing the annotations

Expand Down
18 changes: 1 addition & 17 deletions labels.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
aeroplane
bicycle
bird
boat
bottle
bus
car
cat
chair
cow
diningtable
dog
horse
motorbike
person
pottedplant
sheep
sofa
train
tvmonitor
boat

0 comments on commit a9f317d

Please sign in to comment.