SBU-BMI / wsinfer

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

Remove model-specific dockerfiles + Remove ROI functionality #155

Closed kaczmarj closed 1 year ago

kaczmarj commented 1 year ago

This removes model-specific Dockerfiles and removes inference within ROIs. The model-specific Dockerfiles require extra effort to maintain and the single Docker image handles all models anyway. We remove inference within ROIs because the use case seems unlikely and there are no current tests for the functionality.

fixes #152 fixes #147