comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
175 stars 50 forks source link

Improve image value preview with counter and file suffix #3415

Closed chrisvanrun closed 3 months ago

chrisvanrun commented 3 months ago

Fixes: #3412

Before

before

After

image

chrisvanrun commented 3 months ago

The counter makes sort of sense if you accept that many input files can result in many output files with respect to rse-panimg. Now it's two at most, but there is no reason it can't be more, they may even all have the same suffix. However, that is early optimization so accepting there are two (with .dzi / .tiff) as the difference is sufficient for now. I've removed the counter.

I do think it's good to truncate where possible. There are somewhat longish titles for CI, that are long because they are specializations.

I did try and find a nice way of making sure that it's clear that the two files are part of a single output interface. No variant I could quickly come up with that does not do away with the clean (IMHO) single-line badge design. I hope the suffixes are sufficient.

After the latest commit:

image