File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -154,3 +154,5 @@ tests/manual/data
154
154
README.roboflow.txt
155
155
* .zip
156
156
.DS_Store
157
+
158
+ Aerial-Airport-1
Original file line number Diff line number Diff line change 18
18
# args = parser.parse_args(f"upload {thisdir}/../datasets/chess -w wolfodorpythontests -p chess".split()) # noqa: E501 // docs
19
19
args = parser .parse_args (
20
20
# ["login"]
21
- # "download https://universe.roboflow.com/gdit/aerial-airport".split()
21
+ "download -f yolov8 https://universe.roboflow.com/gdit/aerial-airport" .split ()
22
22
# "project list -w wolfodorpythontests".split()
23
23
# "project get cultura-pepino-dark".split()
24
24
# "workspace list".split()
42
42
# f"import {thisdir}/data/cultura-pepino-yolov5pytorch -w wolfodorpythontests -p yellow-auto -c 100 -n papaiasso".split() # noqa: E501 // docs
43
43
# f"import {thisdir}/../datasets/mosquitos -w wolfodorpythontests -p yellow-auto -n papaiasso".split() # noqa: E501 // docs
44
44
# f"deployment list".split() # noqa: E501 // docs
45
- f"import -w tonyprivate -p meh-plvrv { thisdir } /../datasets/paligemma/" .split () # noqa: E501 // docs
45
+ # f"import -w tonyprivate -p meh-plvrv {thisdir}/../datasets/paligemma/".split() # noqa: E501 // docs
46
46
)
47
47
args .func (args )
You can’t perform that action at this time.
0 commit comments