There was an error while loading. Please reload this page.
1 parent 5deca5f commit 7567cceCopy full SHA for 7567cce
README.md
@@ -3,7 +3,7 @@ This is a multiclass image classification & localization project for SINGLE obje
3
4
# Dependencies
5
6
-```pip install requirements.txt```
+```pip3 install requirements.txt```
7
8
# Training (GPU)
9
@@ -17,15 +17,15 @@ Changing directory to this folder
17
18
1 ) Augmenting data:
19
20
-```python create_training_data.py ```
+```python3 create_training_data.py ```
21
22
2 ) Training the CNN:
23
24
-```python train.py ```
+```python3 train.py ```
25
26
3 ) Testing on unseen data:
27
28
-```python test.py ```
+```python3 test.py ```
29
30
# Training on CPU
31
I trained on a GTX 1050. 1 epoch lasted 10 seconds approximately.
0 commit comments