Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com>
  • Loading branch information
KernFerm authored Sep 6, 2024
1 parent 151491d commit 541ea82
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
- **CPU**: Multi-core processor (Intel i5 or Better)
- **GPU** (Optional, but recommended for better performance): `NVIDIA GPU with CUDA support`
- **RAM**: 16 GB or more (games you have on your PC recommended RAM 16GB)
- **Command Prompt** - Comes standard with `ALL` windows computers.
- click `start menu` in the `search bar` type `cmd.exe` click enter. :)
- to make sure you have installed `Python 3.11.6` correctly:
- type in `cmd.exe`
```
python --version
```
## 📦 Installation
Expand Down Expand Up @@ -55,8 +62,15 @@ Follow these steps to set up and run **GameVisionAid**:
```
pip3 install torch==2.4.1+cu118 torchvision==0.19.1+cu118 torchaudio==2.4.1+cu118 --index-url https://download.pytorch.org/whl/cu118
```
Replace `cu118` with your CUDA version.
- Use the `install_pytorch.bat` as it is tied to `cu118`.
#### Note
- If you get an Ultralytics error when installing
**Run the Command below in `CMD.exe`
```
pip install --upgrade ultralytics
```
- Use the `install_pytorch.bat` as it is tied to `cu118`.
- Use the `update_ultralytics.bat` if you have `ultralytics error`
5. **CUDA & cuDNN**:
- You will have to **Download** and **Install** CUDA & cuDNN manually and extract the zip file.
Expand Down

0 comments on commit 541ea82

Please sign in to comment.