Deci-AI / data-gradients

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

Feature/dg 979 support classification #149

Closed BloodAxe closed 1 year ago

BloodAxe commented 1 year ago
shaydeci commented 1 year ago
  • Adds support for classification task on public API level
  • Adds simple features (class distribution)
  • Improve ask_user method to use ipython widgets instead of stdin when launched from notebook to allow users to provide input

In SG we kept colab links rather then having the ipynb files inside the repo, I think its better that way (in case changes are introduced we will always need to update in 2 places...)

BloodAxe commented 1 year ago
  • Adds support for classification task on public API level
  • Adds simple features (class distribution)
  • Improve ask_user method to use ipython widgets instead of stdin when launched from notebook to allow users to provide input

In SG we kept colab links rather then having the ipynb files inside the repo, I think its better that way (in case changes are introduced we will always need to update in 2 places...)

Well I can argue that this break "atomic change" concept, that you have to make a DF release first, then go over all colab files and update them by hand. From my perspective having them under git is easier to maintain. These are meant to be "quick usage examples" that people can quickly refer to. Maybe for deep dive colabs as we did for YOLO-NAS it make sense to store them elsewhere... But honestly - location of notebook files is the smallest question I have about this PR ):

Louis-Dupont commented 1 year ago

Looks like the notebook still includes this plot

image
Louis-Dupont commented 1 year ago

Note: We agreed on adressing the changes concerning the denormalization in a following RP