fix: nnUNet models disappearing from dropdown on HF Spaces e2c3db1 Running maregu2023 commited on Apr 9
fix: _nnunet_path_or_none now checks .pth weight file, not just plans.json c049516 maregu2023 commited on Apr 9
feat: auto-download nnUNet checkpoints from HF Hub when local files missing 0369b1a maregu2023 commited on Apr 9
fix: sanitize OMP_NUM_THREADS at 3 levels to prevent libgomp crash on HF Spaces 8d0d76d maregu2023 commited on Apr 9
deploy: add suggested_hardware t4-small, fix Dockerfile CUDA assertion 17c82aa maregu2023 commited on Apr 9
fix: enable nnunetv2 in requirements.txt, use CUDA base image in Dockerfile 4aa9277 maregu2023 commited on Apr 9
fix: repeat single channel instead of zero-padding for multi-channel nnUNet e727a30 maregu2023 commited on Apr 9
fix: resolve NameError in nnUNetWrapper.load() — use self.config.preprocessing b8f801b maregu2023 commited on Apr 9
feat: wire real checkpoints (nnUNet ISLES + DWI, SAM-Med3D), remove placeholder models fa27688 maregu2023 commited on Apr 9
Fixing three bugs from nnUNetv2 wrapper, such as pacing extraction: (x,y,z) → (z,y,x) to match project convention 5fcd2a4 maregu2023 commited on Apr 9
feat: Add nnUNet integration, Dice metrics, and split INFO panel with overlap viewer d2c2086 maregu2023 commited on Mar 26
Update README.md with the steps on how to run both the Gradio and API based web apps cf575e8 maregu2023 commited on Jan 23
Add Phase 11: FastAPI backend for slicer-grade frontend support f05ab78 maregu2023 commited on Jan 22
Fix: Add weights_only=False for PyTorch 2.6+ compatibility with SAM-Med3D checkpoints 568e0f2 maregu2023 commited on Jan 22
Fix: Monkey-patch Gradio schema bug for HF Spaces compatibility 0dee6ca maregu2023 commited on Jan 22
Fix root cause: Remove gr.update() to prevent Gradio schema serialization bug 1b1a58d maregu2023 commited on Jan 22
Fix: Upgrade to Gradio 5.12.0 and disable SSR to fix schema bug 3803722 maregu2023 commited on Jan 22
Fix: Remove all type annotations from Gradio handlers to prevent schema bug 45e6dd0 maregu2023 commited on Jan 22
Fix: Correct type annotation causing Gradio schema serialization bug 3846302 maregu2023 commited on Jan 22
Fix: Use gr.update() instead of gr.Slider() to avoid JSON schema bug ae8a3d6 maregu2023 commited on Jan 22
Fix: simplify load_volume to avoid gr.State and chained handlers da7786d maregu2023 commited on Jan 22
Fix: replace gr.JSON with gr.Textbox to fix schema serialization bug dd12647 maregu2023 commited on Jan 22
UI: Compact slicer-style layout, improved placeholder inference d0bd346 maregu2023 commited on Jan 21