Hi!
Is it worth having a CLI entry point to run inference on multiple WSIs? classpose-predict-wsi only allows inference on one WSI at a time... while it's easy for a user to write a script to loop through all WSIs in a directory and call predict_wsi.py, it would be better to have it out of the box.
Maybe create a new CLI entry point or have classpose-predict-wsi accept a --slide_dir_path argument?
Hi!
Is it worth having a CLI entry point to run inference on multiple WSIs?
classpose-predict-wsionly allows inference on one WSI at a time... while it's easy for a user to write a script to loop through all WSIs in a directory and callpredict_wsi.py, it would be better to have it out of the box.Maybe create a new CLI entry point or have
classpose-predict-wsiaccept a--slide_dir_pathargument?