Commit History

Restore detect_objects to single function like working commit 619881b
22bad8a
Running

bulatko commited on

Restore .then() chain for detect_btn.click like in working commit 619881b
0413989

bulatko commited on

Add wrapper to debug button click before GPU allocation
bb663aa

bulatko commited on

Add comprehensive debug logging throughout the app
c3aef54

bulatko commited on

Debug: add log to detect_objects wrapper
5a62fff

bulatko commited on

Debug: add logging to update_gallery_on_upload
ee853a0

bulatko commited on

Disable SSR via env var GRADIO_SSR_MODE=false
cdf98d2

bulatko commited on

Debug: log detect_btn.click setup
3509f56

bulatko commited on

Disable demo.load - test manually instead
0e21b33

bulatko commited on

Disable SSR mode to fix demo.load
dcd983e

bulatko commited on

Debug: test if demo.load works at all
c0feab7

bulatko commited on

Add auto-run example on startup for debugging
0904062

bulatko commited on

Fix: @spaces.GPU must be on module-level function, not nested/local function
4015d1c

bulatko commited on

Fix: use wrapper for detect_objects to avoid .then() issues with @spaces.GPU
1723d2e

bulatko commited on

Add flush to detect_objects debug logging
1b1e642

bulatko commited on

perf: use prebuilt wheels for detectron2 and MSDeformAttn
64582a1

bulatko commited on

feat: add per-example threshold support
085bb50

bulatko commited on

feat: add workspace demo video example with laptop/keyboard/mouse/cup labels
cae251d

bulatko commited on

debug: add logging to detect_objects entry point
732f055

bulatko commited on

fix: validate target_dir in detect_objects before processing
619881b

bulatko commited on

Reduce GPU duration to 120s to be more efficient with Zero GPU quota
127405e

bulatko commited on

Fix Zero GPU: add @spaces.GPU(duration=300) to detect_objects, remove from run_model to avoid nesting
c3a1d9d

bulatko commited on

Fix Zero GPU nested decorator issue - remove @spaces.GPU from reconstruct() and detect_objects() since they call run_model() which already has GPU decorator
f764422

bulatko commited on

Use prebuilt pytorch3d wheel instead of compiling from source
4aaffff

bulatko commited on

Add Dockerfile for prebuilt pytorch3d and detectron2
94977c4

bulatko commited on

Fix video frame extraction and Zero GPU error handling
02978e9

bulatko commited on

Improve confidence threshold UX with detection statistics
e879ab7

bulatko commited on

Add gr.Examples component to UI for demo video
54593f0

bulatko commited on

fix: limit video frame extraction to MAX_IMAGES for Zero GPU memory
0818ed5

bulatko commited on

fix: repair broken torch.nn imports in vggt modules
8c8811e

bulatko commited on

fix: install setuptools before mmcv with --no-build-isolation
edd96e4

bulatko commited on

fix: add setuptools for mmcv build compatibility
fae5d37

bulatko commited on

fix: restore working mvp.py and add test example video
8f56ce8

bulatko commited on

Fix MSDeformAttn: update deprecated PyTorch API for PyTorch 2.x compatibility
cb95dfb

bulatko commited on

refactor: modularize feature extraction
c46a560

bulatko commited on

fix(memory): reduce default batch size to prevent CUDA OOM on shared GPU
6648234

bulatko commited on

fix: correct attention mask dimensions
b9bd58a

bulatko commited on

feat: add CropFormer configuration
5bf5ef1

bulatko commited on

test: validate geometry transforms
6746326

bulatko commited on

docs: add docstring to reconstruct function
575dc02

bulatko commited on

fix: resolve CUDA memory fragmentation
1a57e79

bulatko commited on

feat: add image batch preprocessing
27ee79b

bulatko commited on

Fix MSDeformAttn: update deprecated PyTorch API for PyTorch 2.x compatibility
2c4abaa

bulatko commited on

style: remove inline arch comment
c9d3883

bulatko commited on

chore: update numpy version constraint
56f7ddb

bulatko commited on

fix(build): set TORCH_CUDA_ARCH_LIST for sm_86 kernel compilation
e166ed6

bulatko commited on

fix: handle invalid depth values
6ec6009

bulatko commited on

refactor(cuda): revert verbose assertion comments
f56c6ac

bulatko commited on

fix(cuda): patch ms_deform_attn_cuda.cu for PyTorch 2.8 ABI compatibility
644503f

bulatko commited on

feat: integrate Metric3D depth estimation
d3fdeff

bulatko commited on