You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Object-Detector-App
2
2
3
-
A real-time object recognition application using [Google's TensorFlow Object Detection API](https://github.com/tensorflow/models/tree/master/object_detection) and [OpenCV](http://opencv.org/).
3
+
A real-time object recognition application using [Google's TensorFlow Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection) and [OpenCV](http://opencv.org/).
4
4
5
5
## Getting Started
6
6
1.`conda env create -f environment.yml`
7
-
2.`python object_detection_app.py`
7
+
2.`python object_detection_app.py`
8
8
Optional arguments (default value):
9
9
* Device index of the camera `--source=0`
10
10
* Width of the frames in the video stream `--width=480`
0 commit comments