diff --git a/README.md b/README.md index 2517868a1..707301580 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/labels.txt b/labels.txt index 8420ab35e..c42bfe343 100644 --- a/labels.txt +++ b/labels.txt @@ -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 \ No newline at end of file