Skip to content

Commit 7567cce

Browse files
Update README.md
1 parent 5deca5f commit 7567cce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a multiclass image classification & localization project for SINGLE obje
33

44
# Dependencies
55

6-
```pip install requirements.txt```
6+
```pip3 install requirements.txt```
77

88
# Training (GPU)
99

@@ -17,15 +17,15 @@ Changing directory to this folder
1717

1818
1 ) Augmenting data:
1919

20-
```python create_training_data.py ```
20+
```python3 create_training_data.py ```
2121

2222
2 ) Training the CNN:
2323

24-
```python train.py ```
24+
```python3 train.py ```
2525

2626
3 ) Testing on unseen data:
2727

28-
```python test.py ```
28+
```python3 test.py ```
2929

3030
# Training on CPU
3131
I trained on a GTX 1050. 1 epoch lasted 10 seconds approximately.

0 commit comments

Comments
 (0)