Hi all,
I want to batch process some .vsi files in QuPath.
Is there a way to load single .vsi files per file path into a project and unload it after processing. Such as:
Load 1.vsi
Process (already defined for one image in the QuPath project)
Unload
Load 2.vsi
Process
Unload
...
Or is there a better way to do batch processing of a list of files?
Any hint is welcome.