Datasets:

Modalities:
Image
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
Traffic-Object-Detection / JSON-Information.txt
Hossein-Programmer's picture
Create JSON-Information.txt
e7d40a7 verified
raw
history blame contribute delete
355 Bytes
!pip install roboflow
from roboflow import Roboflow
rf = Roboflow(api_key="3Nj4LPz64htxkEJOZzEl")
project = rf.workspace("aitc2025").project("traffic-object-detection-qhu0u")
version = project.version(4)
dataset = version.download("coco")
--------------------------------------
You can download different formats by visiting the dataset link in Roboflow.