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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# realtime_object_detection
2
2
Realtime object detection based on [Tensorflow's Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection) with an extreme Focus on Performance. <br />
3
3
Specialized for `ssd_mobilenet` models.
4
-
<br />
5
-
<br />
4
+
6
5
## About the Project
7
6
The Idea was to create a realtime capable object detection pipeline on various machines. <br />
8
7
Plug and play, ready to use without deep previous knowledge.<br /> <br />
@@ -19,7 +18,6 @@ The following work has been done based on the original API:
19
18
Works only for `ssd_mobilenet` models but results in significant performance increase.
20
19
- Added mutlithreading for the split sessions (thanks to [naisy](https://github.com/naisy))
21
20
-**Results: Overall up to x10 Performance Increase** depending on the config and the running system
22
-
<br />
23
21
24
22
## Getting Started:
25
23
- create a copy of `config.sample.yml` called `config.yml`
@@ -28,7 +26,6 @@ Works only for `ssd_mobilenet` models but results in significant performance inc
28
26
- run `image_detection.py` for single test image detection
29
27
- run `object_detection.py` for realtime object detection
30
28
- Enjoy!
31
-
<br />
32
29
33
30
## Under Development (help appreciated):
34
31
-**KCF Tracking**: run `./build_kcf.sh` inside directory, set `use_tracker` to `True` inside config, run `object_detection_kcf_test.py` (currently only works more or less stable without `split_model`)
@@ -38,14 +35,14 @@ Works only for `ssd_mobilenet` models but results in significant performance inc
38
35
## My Setup:
39
36
- Ubuntu 16.04
40
37
- Python 2.7
41
-
- Tensorflow 1.4
38
+
- Tensorflow 1.4
39
+
([this repo](https://github.com/peterlee0127/tensorflow-nvJetson) provides pre-build tf wheel files for jetson tx2)
42
40
- OpenCV 3.3.1
43
-
<br />
41
+
> Note: This project currently does not run with tensorflow v1.7.0
44
42
45
43
## Current max Performance on `ssd_mobilenet` (with|without visualization):
46
44
- Dell XPS 15 with i7 @ 2.80GHZ x8 and GeForce GTX 1050 4GB: **78fps | 105fps**
0 commit comments