Commit History

Add debug logging for received image data
375fc07

t29mato Claude Opus 4.6 commited on

Fix base64 data URI detection: use startsWith instead of comma check
dcb3491

t29mato Claude Opus 4.6 commited on

Change custom API path to /custom_api/ to avoid Gradio /api/ conflict
ced277b

t29mato Claude Opus 4.6 commited on

Use FastAPI + mount_gradio_app for custom /api/digitize_base64 endpoint
f000791

t29mato Claude Opus 4.6 commited on

Add base64 API endpoint for programmatic access
cd3f7fd

t29mato Claude Opus 4.6 commited on

Fix RoIAlign/RoIPool output_size to always be a tuple
d868632

t29mato Claude Opus 4.6 commited on

Implement full CPU forward for MultiScaleDeformableAttention
0b92003

t29mato Claude Opus 4.6 commited on

Import MultiScaleDeformableAttention in ops __init__ for registry
4e247c3

t29mato Claude Opus 4.6 commited on

Register MultiScaleDeformableAttention in mmcv ATTENTION registry
dac41e5

t29mato Claude Opus 4.6 commited on

Add sigmoid_focal_loss, deform_conv2d, get_onnxruntime_op_path to shim
875a4a2

t29mato Claude Opus 4.6 commited on

Add missing mmcv.ops stubs: RoIPool, DeformConv2d, etc.
168a22c

t29mato Claude Opus 4.6 commited on

Fix apt package: libgl1-mesa-glx -> libgl1 for Debian Trixie
c220d72

t29mato Claude Opus 4.6 commited on

Fix PyTorch install URL: use --extra-index-url for CPU wheels
c6b46e4

t29mato Claude Opus 4.6 commited on

Fix Dockerfile: extract mmcv.ops shim to separate Python file
2d204ac

t29mato Claude Opus 4.6 commited on

Fix: inline MMCV_WITH_OPS=0 in RUN + --no-build-isolation
8419b53

t29mato commited on

Use mmcv-full with MMCV_WITH_OPS=0 (skip C++ extension build)
436b98c

t29mato commited on

Switch to Docker SDK for reliable mmcv-full build
fb7addb

t29mato commited on

Fix requirements: use --extra-index-url for torch, remove gradio dup
ce63dd6

t29mato commited on

Fix build: pin torch 1.13 + mmcv-full pre-built wheel
516c280

t29mato commited on

Initial deploy: AutoLineDigitizer Gradio API for HuggingFace Spaces
27c91ef

t29mato commited on