We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ccc35 commit 1a4e529Copy full SHA for 1a4e529
visor/README.md
@@ -1,8 +1,8 @@
1
-# visor
+# visor with pre-trained net:
2
3
-`python3 visor.py categories.txt -i 0`
+`python3 visor.py . -i 0`
4
5
6
# old torch networks:
7
8
-'python3 visor_oldnets.py model-dir/ -i 0'
+'python3 visor.py model-dir/ -i 0 -t7 True'
0 commit comments