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 cfca873 commit 33a50d5Copy full SHA for 33a50d5
.gitignore
@@ -142,6 +142,7 @@ cython_debug/
142
143
#config stuff
144
tests/config.json
145
+tests/manual/data
146
147
#dataset download stuff
148
tests/manual/download.sh
@@ -0,0 +1,3 @@
1
+export ROBOFLOW_CONFIG_DIR=./data/.config
2
+python ../../roboflowpy.py download motusbots/cultura-pepino/2 -f voc -l ./data/cultura-pepino-voc
3
+
tests/manual/login.sh
@@ -0,0 +1,2 @@
+python ../../roboflowpy.py login
tests/manual/upload.sh
+python ../../roboflowpy.py upload ./data/cultura-pepino-voc -w wolfodorpythontests-iqu7t -p cultura-pepino-upload-test -f voc
0 commit comments