0ssamaak0 / DLTA-AI

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

Implemented the color palette #77

Closed Om-Alve closed 11 months ago

Om-Alve commented 11 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 11 months ago

Thank you!