We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3da15 commit fd574d4Copy full SHA for fd574d4
.gitignore
@@ -8,4 +8,4 @@
8
__pycache__/
9
.idea/
10
output/
11
-test/
+test/*.jpg
test/README.MD
@@ -0,0 +1,8 @@
1
+Place the images that you want to detect here. You better named them as such:
2
+img_10.jpg
3
+img_11.jpg
4
+img_{img_id}.jpg
5
+
6
+For predicting single images, you can change the `img_path` in the `/tools/predict.py` to your image number.
7
+The result will be saved in the output_folder(default is test/output) you give in predict.sh
0 commit comments