From 9a2b4116d375b43b1f8ccb3a593a594f10f1bce1 Mon Sep 17 00:00:00 2001 From: Hashaam Zafar <68960089+hashaam1217@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:05:05 -0800 Subject: [PATCH] Update README.md Removed Dollars signs for copying code into the terminal --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80c939e..b144ef7 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Python is automatically installed on Ubuntu. Take a moment to confirm (by issuin The pip or pip3 package manager is usually installed on Ubuntu. Take a moment to confirm (by issuing a *pip -V* or *pip3 -V* command) that pip or pip3 is installed. We strongly recommend version 8.1 or higher of pip or pip3. If Version 8.1 or later is not installed, issue the following command, which will either install or upgrade to the latest pip version: - $ sudo apt-get install python3-pip python3-dev # for Python 3.n + sudo apt-get install python3-pip python3-dev # for Python 3.n **2.) OpenCV** @@ -102,8 +102,8 @@ See required commands to install OpenCV on Ubuntu in [here](https://gist.github. Install TensorFlow by invoking one of the following commands: - $ pip3 install tensorflow # Python 3.n; CPU support (no GPU support) - $ pip3 install tensorflow-gpu # Python 3.n; GPU support + pip3 install tensorflow # Python 3.n; CPU support (no GPU support) + pip3 install tensorflow-gpu # Python 3.n; GPU support 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).