Skip to content

Commit 4e4c8cf

Browse files
committed
updated readme
1 parent 01fccfb commit 4e4c8cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ optional arguments:
4949
```
5050

5151
Example:
52-
`python tensorflow_cumulative_object_counting.py -m model_path/saved_model -l labelmap.pbtxt -v video.mp4`
52+
`python tensorflow_cumulative_object_counting.py -m model_path/saved_model -l labelmap.pbtxt -v video.mp4 -a`
5353

54-
![Cumulative counting example](doc/cumulative_object_counting.PNG)
54+
[![Tensorflow cumulative object counting example](doc/tensorflow_x_axis_person_counting.gif)](https://youtu.be/UN7wRNDjvSg)
5555

5656
## Cumulative counting with Tensorflow Lite
5757

@@ -84,9 +84,9 @@ optional arguments:
8484
```
8585

8686
Example:
87-
`python tflite_cumulative_object_counting.py -m model.tflite -l labelmap.txt -v video.mp4`
87+
`python tflite_cumulative_object_counting.py -m model.tflite -l labelmap.txt -v video.mp4 -a`
8888

89-
![Cumulative counting example](doc/cumulative_object_counting.PNG)
89+
[![TFLITE cumulative object counting example](doc/tflite_x_axis_person_counting.gif)](https://youtu.be/cqyOgifVqZs)
9090

9191
## Inspired by / Based on
9292

2.45 MB
Loading

doc/tflite_x_axis_person_counting.gif

2.54 MB
Loading

0 commit comments

Comments
 (0)