--verbose
should print the reporting
what i want is to be able to see some images on the clearml server
same as when i upload the data as --files
I'm not sure about the preview part but after uploading I think you might find the images with list
and --filter
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_cli#list
I'm not sure if that helps?
AstonishingRabbit13 If I'm not mistaken, you can add images to the preview tab by reporting them as debug samples.
So you'd run: dataset.get_logger().report_image()
or report_media()
This is not scalable though, so don't expect the server to handle millions of images well, for that you'd need Hyperdatasets 🙂
But it works well (as the name suggests) for some previews of the images!
Relevant docs:
https://clear.ml/docs/latest/docs/references/sdk/dataset/#get_logger
https://clear.ml/docs/latest/docs/references/sdk/logger/#report_image