SBU-BMI / wsinfer

🔥 🚀 Blazingly fast pipeline for patch-based classification in whole slide images
https://wsinfer.readthedocs.io
Apache License 2.0
56 stars 10 forks source link

[ENH] do not overwrite run_metadata.json #97

Closed kaczmarj closed 1 year ago

kaczmarj commented 1 year ago

if re-running inference on new slides, save a new run_metadata.json file. if there are two runs at different times, the files are

run_metadata_20230211T140024.json
run_metadata_20230213T170246.json

this uses date format

%Y%m%dT%H%M%S