Skip to content

Commit 318014b

Browse files
committed
update readme
1 parent 8df4886 commit 318014b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ This sample project has more than just counting vehicles, here are the additiona
3131

3232
ToDos:
3333

34-
- TensorFlow 2.x version support will be developed.
3534
- More powerful detection models will be shared.
3635
- Sample codes will be developed to process different types of input videos (for different types of road traffics such as two way lane road).
3736
- Code cleanup will be performed.
@@ -106,7 +105,7 @@ Install TensorFlow by invoking one of the following commands:
106105
$ pip3 install tensorflow # Python 3.n; CPU support (no GPU support)
107106
$ pip3 install tensorflow-gpu # Python 3.n; GPU support
108107

109-
Please uncomment the lines in
108+
Current program is compatible with TensorFlow 1.5.0 version. Please uncomment these lines to run the program with TensorFlow 2.x: [#1](https://github.com/ahmetozlu/vehicle_counting_tensorflow/blob/master/utils/label_map_util.py#L117), [#2](https://github.com/ahmetozlu/vehicle_counting_tensorflow/blob/master/vehicle_detection_main.py#L77), [#3](https://github.com/ahmetozlu/vehicle_counting_tensorflow/blob/master/vehicle_detection_main.py#L77), [#4](https://github.com/ahmetozlu/vehicle_counting_tensorflow/blob/master/vehicle_detection_main.py#L78).
110109

111110
**4.) TensorFlow Object Detection API**
112111

0 commit comments

Comments
 (0)