Commit History

feat(api): expose MedSAM chained call as named endpoint /medsam for remote invocation
594a845

hanszhu commited on

feat(medsam): prompt-only segmentation (bboxes/points JSON); skip if none; polygons by default; optional raw masks
12b213c

hanszhu commited on

feat(medsam): set min_area=100 with max_regions=20 for more fine segments
eeb48d1

hanszhu commited on

feat(ui): re-enable MedSAM overlay rendering
fca36a0

hanszhu commited on

feat(medsam): UI shows polygons only; optional raw masks via hidden flag to avoid UI crashes
e5964c3

hanszhu commited on

chore(ui): temporarily disable MedSAM overlay to prevent page crashes
4771e7c

hanszhu commited on

chore(logging): add per-request timestamped logs and exception tracebacks for analyze paths
c4937ea

hanszhu commited on

chore(runtime): remove self-ping keepalive thread per request
4a00e58

hanszhu commited on

chore(ui): add elem_id to Gradio components; align MedSAM path with original (no auto SAM); perf tweaks
db23abc

hanszhu commited on

feat(medsam): follow original behavior; remove SAM auto from inference path; MedSAM boxes only (max 8)
3b0d9c5

hanszhu commited on

perf(medsam): reduce fallback candidate boxes to 8
d1c88af

hanszhu commited on

fix(sam): use default SamAutomaticMaskGenerator; still cap to top-12 masks to avoid crashes
00f0ad4

hanszhu commited on

perf(medsam): cap SAM masks to top-12; reduce fallback regions to 12 for faster requests
5ef1ed0

hanszhu commited on

feat(runtime): add lightweight self-ping keepalive thread to prevent idle shutdowns
1f26ecc

hanszhu commited on

fix(runtime): disable Gradio SSR and increase keep-alive for Docker Space stability
78f9307

hanszhu commited on

fix(space): use writable HF cache dir; set envs; run as user 1000; pin numpy<2; avoid permission + ABI issues
3e28eb8

hanszhu commited on

chore(docker): dedupe deps; restore Gradio app; move installs to Dockerfile; no runtime installs
fd9d3d4

hanszhu commited on

chore(space): switch to Docker SDK; add Dockerfile; minimal FastAPI app; trim requirements
659aa40

hanszhu commited on

deploy(space): push working Gradio app with API /predict, MedSAM auto-overlay, HF model downloads, cleaned requirements
a39d1c3

hanszhu commited on

build(space): initial Docker Space with Gradio app, MMDet, SAM integration
eb4d305

hanszhu commited on