Skip to content

FrancescoSaverioZuppichini/blazingly-fast-data-pipeline-with-tensordict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run benchmark

pip install -r requirements.txt

You can download some data using

mkdir data; cd data; curl -L "https://universe.roboflow.com/ds/MNwmAeNoBj?key=Hm9seGdI9X" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip

The folder should look something like

data
├── data.yaml
├── README.dataset.txt
├── README.roboflow.txt
├── test
│   ├── images
│   └── labels
├── train
│   ├── images
│   └── labels
└── valid
    ├── images
    └── labels

run

python main.py --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published