Closed Louis-Dupont closed 1 year ago
Can we add the notebook to show how to use this dataset? Eg:
- Download VOC
- Show how to instantiate
- Call DF
- Show results
Currently, there is only one simple & clean usage example for segmentation
segmentation_example.py
Ideally it should be a collection of notebooks demonstrating the usage[task]_[dataset].ipynb
:
- classification_mnist_torchvision.ipynb
- classification_imagenet_torchvision.ipynb
- classification_imagenet_super_gradients.ipynb
- classification_custom_dataset.ipynb
- classification_custom_dataloader.ipynb
- detection_coco_torchvision.ipynb
- detection_coco_super_gradients.ipynb
- detection_custom_dataset.ipynb
- detection_custom_dataloader.ipynb
etc.
I added this for VOC
Can we add the notebook to show how to use this dataset? Eg: 1) Download VOC 2) Show how to instantiate 3) Call DF 4) Show results
Currently, there is only one simple & clean usage example for segmentation
segmentation_example.py
Ideally it should be a collection of notebooks demonstrating the usage[task]_[dataset].ipynb
:classification_mnist_torchvision.ipynb
classification_imagenet_torchvision.ipynb
classification_imagenet_super_gradients.ipynb
classification_custom_dataset.ipynb
classification_custom_dataloader.ipynb
detection_coco_torchvision.ipynb
detection_coco_super_gradients.ipynb
detection_custom_dataset.ipynb
detection_custom_dataloader.ipynb
etc.