Commit Graph

13 Commits

Author SHA1 Message Date
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
968819e113 refactor(compressors): consolidate pipeline and improve mask handling 2026-03-26 19:44:48 +08:00
e832f9d656 refactor(ui): replace tqdm with rich for enhanced console output 2026-03-06 17:07:59 +08:00
5be4709acf feat(utils): add feature extraction utilities and tests 2026-03-05 21:42:49 +08:00
7f6732edeb feat(benchmarks): add evaluation framework for DINO-based compressors 2026-02-10 11:19:17 +08:00
d6bb233651 feat(visualizer): implement image selection and display from grid 2026-02-07 12:00:40 +08:00
0b10ab6cfa feat(visualizer): add image selection and binary data storage 2026-02-06 17:00:23 +08:00
e859fef2b3 feat(visualizer): integrate image upload with similarity search 2026-02-05 22:28:28 +08:00
a0df45ab05 feat(feature-retrieval): add single image feature extraction method 2026-02-05 21:12:08 +08:00
ea747f0e5b refactor(feature-retrieval): convert standalone function to singleton class 2026-02-05 14:11:46 +08:00
90087194ec feat(feature-retrieval): add label mapping and visualization upload 2026-02-05 13:29:22 +08:00
9efdbb3327 feat(database): add vector database with ConfigType enum 2026-02-03 17:48:09 +08:00
cf83c09165 feat: initialize project with Python 3.10 and feature retrieval module 2026-02-01 18:05:26 +08:00