Skip to content

Commit 345f3ae

Browse files
authored
Fix repository URLs in installation section
Updated repository links for installation instructions.
1 parent 323b3f3 commit 345f3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ We are pleased to announce that this project has been published in an IEEE confe
4040
If you have an NVIDIA graphics processor, you can activate GPU acceleration by installing the GPU requirements. Note that without GPU acceleration, the inference will run on the CPU, which can be very slow.
4141
#### Windows
4242

43-
1. `git clone https://github.com/itakurah/SittingPostureDetection.git`
43+
1. `git clone https://github.com/itakurah/sitting-posture-detection-yolov5.git`
4444
2. `python -m venv venv`
4545
3. `.\venv\scripts\activate.bat`
4646
##### Default/NVIDIA GPU support:
4747
4. `pip install -r ./requirements_windows.txt` **OR** `pip install -r ./requirements_windows_gpu.txt`
4848

4949
#### Linux
5050

51-
1. `git clone https://github.com/itakurah/SittingPostureDetection.git`
51+
1. `git clone https://github.com/itakurah/sitting-posture-detection-yolov5.git`
5252
2. `python3 -m venv venv`
5353
3. `source venv/bin/activate`
5454
##### Default/NVIDIA GPU support:

0 commit comments

Comments
 (0)