Deci-AI / data-gradients

Computer Vision dataset analysis
Apache License 2.0
293 stars 33 forks source link

Feature/sg 953 add voc seg dataset #151

Closed Louis-Dupont closed 1 year ago

BloodAxe commented 1 year ago

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:

etc.

Louis-Dupont commented 1 year ago

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.

I added this for VOC