0ae6d757dc
refactor(scripts): extract shared utilities into common module
...
- Move load_env_file, parse_timeout_seconds, build_remote_script, and
build_ssh_command to scripts/common.py
- Update remote_docker_run.py to import from common module
- Improves code organization and reusability
2026-05-03 19:49:45 +08:00
7450505a86
feat(remote): unify remote execution workflow with env-based config
...
- Replace hardcoded SSH/docker targets with environment variables
- Add remote-check, remote-dry, remote-test, remote-test-one recipes
- Add remote cmd for arbitrary command execution in docker container
2026-05-03 15:32:32 +08:00
e3cdc1c6e7
chore(project): update .envrc and justfile for server, and update marimo
2026-04-18 21:10:22 +08:00
8a56c9649d
refactor(verification): batch pipeline inference with progress tracking
...
- Increase verification params: image_size 512→768, rooms 4→5, views 6→12
- Refactor single-batch inference to chunked batch processing with mo.progress_bar
- Extract debug_meta and hash_batches from output for clearer variable flow
- Add progress bars to room-view snapshot saving and scene graph building
- Add .ruff_cache/, .pytest_cache/, .sisyphus/ to .justfile upload excludes
2026-04-11 17:09:39 +08:00
eb016385f8
refactor(sync): improve topdown rendering and make justfile adapt to windows
2026-04-06 19:55:52 +08:00
5f41cf5794
feat(compressors): add OWLv2 bbox crop to HashPipeline and refactor image utilities
...
- Add crop_batch method to HashPipeline for cropping images using OWLv2 detection boxes
- Integrate crop_batch into pipeline forward pass (extract_hash and extract_features)
- Move extract_masked_region from compressors/proposal/utils.py to utils/image.py
- Add crop_image_by_bbox utility function in utils/image.py
- Update type annotations to use dict[str, Any] instead of bare dict
- Update .justfile to add memory server command
- Update marimo dependency to >=0.22.0
- Update nvidia CUDA package markers for platform compatibility
2026-04-03 19:43:43 +08:00
eaf02cc97a
chore: update dev environment and sync workflow
...
- Add nil LSP package to devenv.nix
- Add datasets and rich.progress imports to feature_retrieval.py
- Update pyproject.toml ty environment config
- Expand .stignore with cache directories
- Update uv.lock dependency lock
- Update AGENTS.md, adding the content of development environment11
2026-04-02 15:02:51 +08:00
e544a7e84f
docs(agents): update agent guidelines and remove memorix references
2026-03-30 21:31:46 +08:00
9e6339e580
chore(deps): add sam2 dependency and update docker config
2026-03-26 19:44:47 +08:00
55750f1087
chore(project): update configuration files and dependencies
2026-03-24 19:49:06 +08:00
f60669cd53
chore(dev): update environment and tooling configuration
2026-03-24 14:19:40 +08:00
2985b68f9a
fix(env): environment setup correctly and pass habitat test
2026-03-18 21:08:38 +08:00
5885702bed
chore: use micromamba and uv to manage python environment
2026-03-18 20:14:30 +08:00
c8dc5f9301
docs: update project documentation and configuration
2026-03-07 15:45:28 +08:00
f9a359fc28
Init python and env
2026-01-30 13:28:59 +08:00