chore(deps): update Python version and project documentation

This commit is contained in:
2026-03-12 12:52:39 +08:00
parent b39ee74e99
commit 34235c605d
5 changed files with 39 additions and 1240 deletions

View File

@@ -1 +1 @@
3.10
3.13

View File

@@ -52,11 +52,15 @@
- train.py — 压缩器训练脚本
- mini-nav/data_loading/ — 数据加载与合成
- loader.py — 数据加载器
- insdet_scenes.py — InsDet场景数据集加载
- synthesizer.py — 场景合成器
- mini-nav/utils/ — 工具函数
- feature_extractor.py — 特征提取工具
- sam.py — SAM 2.1 分割工具
- mini-nav/tests/ — pytest 测试集
- mini-nav/benchmarks/ — 基准测试 (recall@k)
- tasks/
- multi_object_retrieval.py — 多目标检索基准任务
- mini-nav/visualizer/ — Dash + Plotly 可视化应用
**数据目录**

View File

@@ -27,6 +27,7 @@ rules:
- Keep proposals under 500 words
- Always include a "Non-goals" section
- Focus on incremental changes
- use chinese to write markdown
tasks:
- Break tasks into chunks of max 2 hours
- Write tests before implementation code

View File

@@ -3,7 +3,7 @@ name = "mini-nav"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.12.0",
"dash>=3.4.0",

1270
uv.lock generated

File diff suppressed because it is too large Load Diff