Repo to keep datasets organized in one location.
Also for keeping loading functions for images, videos, etc.
Install into a virtual environment for ease of use.
workon <virtualenv name>
cd pytorch_datasets
pip install -e .
Once installed, can import any dataset like so:
import pytorch_datasets
dset = pytorch_datasets.EPFL()
print(dset.__getitem__(0))
- 3D object locations and orientation in images. 100 object categories, 90,127 images, 201,888 objects total in these images.
- Website, Paper
- RGB videos of surgeons performing a running suture on a phantom.
- Website