CoolFace
Apppublic

HarshithReddy01/srmamamba-liver-segmentation

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
50 commits on main
b966fdd5mo ago

Fix HF Spaces build timeout: limit mamba_ssm to sm_89 only

Harshith Reddy
804b6ae5mo ago

Cap CUDA-extension build parallelism (fix HF Spaces OOMKill, exit 137)

Harshith Reddy
fde793b5mo ago

Add Gradio head-to-head baseline (V1/V2/V3) and bench Space entrypoint

Harshith Reddy
91a070d7mo ago

Fix inference pipeline: normalization, RAS orientation, state_dict check, debug logging

Harshith Reddy
1b50d567mo ago

fix: HfFolder ImportError - add compatibility shim for huggingface_hub 1.x

Harshith Reddy
99b960b7mo ago

fix: pin huggingface-hub<1.0 to fix HfFolder ImportError with Gradio

Harshith Reddy
1bb4c2b11mo ago

Fix: Always use FastAPI as server, remove Gradio-only fallback, remove demo.launch()

Harshith Reddy
dc7149f11mo ago

Mount Gradio at /gradio to prevent interference with API routes

Harshith Reddy
0b8564211mo ago

Fix Request parameter to use dependency injection

Harshith Reddy
71b714011mo ago

Add file validation and fix request parameter order

Harshith Reddy
c478bee11mo ago

Fix CORS for GitHub Pages and improve multipart request handling

Harshith Reddy
88312c311mo ago

Add detailed logging for multipart requests and route registration

Harshith Reddy
88dc9a311mo ago

Fix exception handler to prevent UnicodeDecodeError and improve error messages

Harshith Reddy
8c0963311mo ago

Add route registration logging before Gradio mount

Harshith Reddy
9eb761e11mo ago

Add explicit JSONResponse to segment endpoint

Harshith Reddy
e6af87d11mo ago

Fix middleware to not consume request body for file uploads

Harshith Reddy
3a531e511mo ago

Add request logging middleware to debug Method Not Allowed errors

Harshith Reddy
579632e11mo ago

Add route debugging and ensure FastAPI routes are properly registered

Harshith Reddy
4b1ce2f11mo ago

Fix API routes and add root endpoint

Harshith Reddy
a1bd71811mo ago

Add detailed logging for API requests to show in Hugging Face logs

Harshith Reddy
fd4999b11mo ago

Fix dimension mismatch: resample prediction mask to match original input dimensions

Harshith Reddy
89c246011mo ago

Increase upload limit to 2 GB to match processing limit

Harshith Reddy
6849f7a11mo ago

Increase file size limits: upload 1 GB, processing 2 GB

Harshith Reddy
935dfed11mo ago

Update processing file size limit to 200 MB for medical imaging volumes

Harshith Reddy
e3ce1b911mo ago

Fix critical issues: 50MB upload limit, report guardrails, T2 experimental status, API security, and indentation errors

Harshith Reddy
da28d9511mo ago

Fix shape

Harshith Reddy
3bb5ec111mo ago

Fix: Update remaining spatial priors and pass voxel_spacing to confidence calculation

Harshith Reddy
f6ba11211mo ago

Aggressive fixes: Higher T1 thresholds (0.60-0.80), stricter spatial priors, volume-based confidence penalty, reject <1000ml

Harshith Reddy
f4cd95e11mo ago

Fix: Correct indentation errors and ensure PROCESSING_LOCK is threading.Lock()

Harshith Reddy
90b84c611mo ago

Fix: Remove local ndimage imports that cause UnboundLocalError - use top-level import instead

Harshith Reddy
756992311mo ago

Complete critical fixes: proper lock acquire/release, load NIfTI once, fix slice_idx bounds, remove redundant confidence check

Harshith Reddy
310ce3011mo ago

Fix critical bugs: threading.Lock, NIfTI load once, z-axis calculations, confidence defaults, path guards

Harshith Reddy
c3e259111mo ago

Fix preprocessing indentation error

Harshith Reddy
f624d2311mo ago

Complete QC pipeline

Harshith Reddy
17ae0e611mo ago

Added advanced guards

Harshith Reddy
a4ee1dd11mo ago

Normalize Intensityd

Harshith Reddy
af587ff11mo ago

Fixed preprocessing

Harshith Reddy
7fa06ba11mo ago

Fix confidence_score

Harshith Reddy
168ff9811mo ago

Add T1 threshold 0.58, size-aware auto-tune, enhanced edge cleanup, centroid/Z-span guards, confidence score, remove emojis

Harshith Reddy
75420c611mo ago

Fix accuracy: match training preprocessing and use 0.5 threshold by default

Harshith Reddy
c20d43711mo ago

Enhance medical report with detailed findings, clinical context, and quality assessment

Harshith Reddy
1f6909b11mo ago

Fix preprocessing, threshold, and post-processing for better predictions

Harshith Reddy
f9a311311mo ago

Fix UnboundLocalError and Triton cache permission error

Harshith Reddy
5b260e511mo ago

Fix Internal Server Error: mount Gradio Blocks to FastAPI app for Hugging Face Spaces

Harshith Reddy
47c72b711mo ago

Fix Gradio 4.44.x schema bug: patch additionalProperties boolean to dict conversion

Harshith Reddy
d2eb46911mo ago

Fix syntax error: remove embedded error messages from app.py

Harshith Reddy
23f637611mo ago

Fix Gradio launch error: remove unsupported api_name parameter from click() method

Harshith Reddy
966340111mo ago

Fix No API found error: remove API info patching and explicitly set api_name

Harshith Reddy
c0afbd411mo ago

Fix API info generation to prevent No API found error

Harshith Reddy
fedba4211mo ago

Fix remaining indentation error at line 133

Harshith Reddy