You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If datumaro image is the only source of images in OTX train, we have to make similar changes in all our components. As far as I understand, this change won't affect pytorch models, so we don't have to change OV-related things.
Describe the bug
When creating
Image
from datumato media, the media has been already converted to RGB as described in both casesImage
from path:training_extensions/src/otx/api/entities/image.py
Line 94 in b4fcc6d
Image
from data:training_extensions/src/otx/core/data/adapter/base_dataset_adapter.py
Line 412 in b4fcc6d
But this has been again converted to RGB in data pipeline, for instances, in classification tasks:
training_extensions/src/otx/algorithms/classification/configs/base/data/data_pipeline.py
Line 8 in b4fcc6d
As a result, there are some performance drop with current data pipelines..
Steps to Reproduce
to_rgb=False
Environment:
The text was updated successfully, but these errors were encountered: