voxel51 / fiftyone

Refine high-quality datasets and visual AI models
https://fiftyone.ai
Apache License 2.0
8.9k stars 565 forks source link

[FR] increase brightness #1551

Open joihn opened 2 years ago

joihn commented 2 years ago

Proposal Summary

Add a way to increase brightness of images on the fly during visulaization

Motivation

I work woth a dataset that is a bit dark. The neural nets needs dark images as input, so I can't preprocess them beforehand.

For human visualizations, it would be nice to be able to increase brightness on the fly.

What areas of FiftyOne does this feature affect?

benjaminpkane commented 2 years ago

Hi @joihn. I already started implementing this as I think this a natural feature to have. It will need some optimizations before we release it. Stay tuned.

michaelitvin commented 2 years ago

I have the same issue. Any progress with this? @benjaminpkane if you already have a vision of how to implement, and it's not too complex - can I help?

allenleetc commented 1 year ago

This (along with contrast adjustment) was requested by a Teams user; they use CVAT and CVAT now supports brightness/contrast adjustment

swheaton commented 1 year ago

is the request for a permanent brightness adjustment or temporary in-app ?

nxlitvin commented 1 year ago

A slider in each image controls. Possibly also a default for value for all images.

WuZhuoran commented 1 month ago

Hi Team, any update on this topic? Can we change brightness or contrast in app when we check the datasets? Thank you