Deci-AI / data-gradients

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

Image channel description not working in datagradients #232

Open Massilva-Sophia opened 5 months ago

Massilva-Sophia commented 5 months ago

💡 Your Question

What should I enter as a response in here? or is it a bug? I've tried all possible answers and it doesn't work.

Please describe your image channels?

Image Shape: (256, 256)

Enter the channel format representing your image:

RGB : Red, Green, Blue BGR : Blue, Green, Red G : Grayscale LAB : Luminance, A and B color channels

ADDITIONAL CHANNELS? If your image contains channels other than the standard ones listed above (e.g., Depth, Heat), prefix them with 'O'. For instance:

ORGBO: Can represent (Heat, Red, Green, Blue, Depth). OBGR: Can represent (Alpha, Blue, Green, Red). GO: Can represent (Gray, Depth).

IMPORTANT: Make sure that your answer represents all the image channels. Enter your response >>> RGB : Red, Green, Blue RGB : Red, Green, Blue is not a valid input! Please check the instruction and try again.

Enter your response >>> rgb rgb is not a valid input! Please check the instruction and try again.

Enter your response >>> RGB RGB is not a valid input! Please check the instruction and try again.

Enter your response >>> RGB RGB is not a valid input! Please check the instruction and try again.

Enter your response >>> RGB : Red, Green, Blue RGB : Red, Green, Blue is not a valid input! Please check the instruction and try again.

Versions

No response