Deci-AI / data-gradients

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

Feature/sg 890 add filter option for multiclass #129

Closed Louis-Dupont closed 1 year ago

Louis-Dupont commented 1 year ago

Example to show the difference between train/val

image
BloodAxe commented 1 year ago

Maybe let's use term "Support" instead of "Frequency", because it's a bit (to me) misleading.

BloodAxe commented 1 year ago

Second - We have inconsistent names on Y axis. It's "Class" on the first plot and "Class Names" in the second. Pro tip: Let's have some StringConstants class with pre-defined string literals for axis names and use them instead of hard-coding same names everywhere?

Louis-Dupont commented 1 year ago

Second - We have inconsistent names on Y axis. It's "Class" on the first plot and "Class Names" in the second. Pro tip: Let's have some StringConstants class with pre-defined string literals for axis names and use them instead of hard-coding same names everywhere?

Good catch, I created a ticket to add these literals in the plot_options

BloodAxe commented 1 year ago

To me there is still a few minor issues to address remaining. See inline comments