allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution

Home Page:https://clear.ml/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better image comparison mode for image debug samples

Travnickt3d opened this issue · comments

Proposal Summary

Hi, I'd like to add few suggestions regarding the debug sample view in run comparison mode.

  • It should be possible to open the same iteration across all the runs that are being compared. This could be done by adding a text input field that will allow the user to specify the iteration (I already mentioned this one in #999, but what I write here I consider to be an additional functionality.) Then when the user locks the iteration with "sync browsing", he will see the desired iteration across all compared runs.
  • For the image samples, it would be great if it was possible to also compare fullscale images side to side and not just thumbnails as it is now.

Motivation

  • All our projects have some kind of image output (either it is a direct output of the model itself or a informative render of 3D/volumetric output). When I want to compare the images, I have to download the specific files from server and compare them with different tool on my desktop. It would help tremendously, if we could compare the image samples directly in clearml webapp without additional work.

Thanks for suggesting @Travnickt3d. We'll consider how to best accommodate it as the debug sample UI interface is enhanced.