Datasets:

Modalities:
Image
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
Hossein-Programmer commited on
Commit
e7d40a7
·
verified ·
1 Parent(s): 4e60fbf

Create JSON-Information.txt

Browse files
Files changed (1) hide show
  1. JSON-Information.txt +9 -0
JSON-Information.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ !pip install roboflow
2
+
3
+ from roboflow import Roboflow
4
+ rf = Roboflow(api_key="3Nj4LPz64htxkEJOZzEl")
5
+ project = rf.workspace("aitc2025").project("traffic-object-detection-qhu0u")
6
+ version = project.version(4)
7
+ dataset = version.download("coco")
8
+ --------------------------------------
9
+ You can download different formats by visiting the dataset link in Roboflow.