cleanlab / cleanvision

Automatically find issues in image datasets and practice data-centric computer vision.
https://cleanvision.readthedocs.io/
GNU Affero General Public License v3.0
1.02k stars 70 forks source link

Unlock bmp picture file #237

Open FordtheKindA opened 11 months ago

FordtheKindA commented 11 months ago
  1. want to use command to check image_file_extensions
  2. want to unlock BMP file that does not change bmp to jpg/png because the result is not correct
jwmueller commented 11 months ago

@FordtheKindA sorry I am not sure what you are asking, could you clarify your question?

Note BMP files are not currently supported by CleanVision. The supported file types are listed here: https://github.com/cleanlab/cleanvision/blob/main/src/cleanvision/utils/constants.py

If you would like to help us extend CleanVision to support the BMP file type, we would greatly appreciate your help!