0ssamaak0 / DLTA-AI

Data Labeling, Tracking and Annotation with AI
GNU General Public License v3.0
301 stars 38 forks source link

Implemented the color palette #77

Closed Om-Alve closed 6 months ago

Om-Alve commented 6 months ago

Added a unified color palette which generates a diverse set of colors for representing different clases. The class ColorGen calculates the colors in the hsv color space and then converts it back to rgb, you can adjust the vibrance and saturation by changing the parameters respectively.

Om-Alve commented 6 months ago

Thank you!