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
I have read the above rules and searched the existing issues.
Description
Hi, thanks for the great repo!
Could you consider adding support for an images_root field in multimodal training? This would allow specifying a common root directory for image paths, so we can use relative paths in the dataset.
It would simplify data management and improve portability.
Thanks!
Pull Request
No response
The text was updated successfully, but these errors were encountered:
Thank you for the quick response! I’ve figured it out — it's possible to set a media_dir for overall datasets, which is really helpful. However, if there are many datasets with different root paths, it seems like this setup doesn’t fully support that scenario yet.
media_dir: Optional[str] = field(
default=None,
metadata={"help": "Path to the folder containing the images, videos or audios. Defaults to dataset_dir."},
)
Reminder
Description
Hi, thanks for the great repo!
Could you consider adding support for an images_root field in multimodal training? This would allow specifying a common root directory for image paths, so we can use relative paths in the dataset.
It would simplify data management and improve portability.
Thanks!
Pull Request
No response
The text was updated successfully, but these errors were encountered: