chore(deps): update Python version and project documentation

This commit is contained in:
2026-03-12 12:53:13 +08:00
parent b39ee74e99
commit 34235c605d
5 changed files with 39 additions and 1240 deletions
+1 -1
View File
@@ -1 +1 @@
3.10 3.13
+4
View File
@@ -52,11 +52,15 @@
- train.py — 压缩器训练脚本 - train.py — 压缩器训练脚本
- mini-nav/data_loading/ — 数据加载与合成 - mini-nav/data_loading/ — 数据加载与合成
- loader.py — 数据加载器 - loader.py — 数据加载器
- insdet_scenes.py — InsDet场景数据集加载
- synthesizer.py — 场景合成器 - synthesizer.py — 场景合成器
- mini-nav/utils/ — 工具函数 - mini-nav/utils/ — 工具函数
- feature_extractor.py — 特征提取工具 - feature_extractor.py — 特征提取工具
- sam.py — SAM 2.1 分割工具
- mini-nav/tests/ — pytest 测试集 - mini-nav/tests/ — pytest 测试集
- mini-nav/benchmarks/ — 基准测试 (recall@k) - mini-nav/benchmarks/ — 基准测试 (recall@k)
- tasks/
- multi_object_retrieval.py — 多目标检索基准任务
- mini-nav/visualizer/ — Dash + Plotly 可视化应用 - mini-nav/visualizer/ — Dash + Plotly 可视化应用
**数据目录** **数据目录**
+1
View File
@@ -27,6 +27,7 @@ rules:
- Keep proposals under 500 words - Keep proposals under 500 words
- Always include a "Non-goals" section - Always include a "Non-goals" section
- Focus on incremental changes - Focus on incremental changes
- use chinese to write markdown
tasks: tasks:
- Break tasks into chunks of max 2 hours - Break tasks into chunks of max 2 hours
- Write tests before implementation code - Write tests before implementation code
+1 -1
View File
@@ -3,7 +3,7 @@ name = "mini-nav"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.13"
dependencies = [ dependencies = [
"accelerate>=1.12.0", "accelerate>=1.12.0",
"dash>=3.4.0", "dash>=3.4.0",
Generated
+32 -1238
View File
File diff suppressed because it is too large Load Diff