We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0595aa commit 49b6aedCopy full SHA for 49b6aed
1 file changed
README.md
@@ -7,8 +7,6 @@
7
</div>
8
9
10
-# Code Samples for Object Detection Project Written in Python
11
-
12
Images and annotations taken from - https://github.com/bourdakos1/Custom-Object-Detection
13
14
Images consists of frames taken from a clip from Star Wars: The Force Awakens.
@@ -76,7 +74,7 @@ python ./code/prediction.py PATH_TO_YOUR_IMAGE.jpg
76
74
77
75
**Sample Usage:**
78
```bash
79
-./prediction ./images/videoplayback0051.jpg
+python ./code/prediction.py ./images/videoplayback0051.jpg
80
```
81
82
0 commit comments