initial commit

This commit is contained in:
2026-05-29 18:49:01 +08:00
commit 9f0321eff8
21 changed files with 3143 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
# Virtual environment
.venv/
venv/
env/
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Data (large binary files)
bags/
dataset/
# Model checkpoints / weights
checkpoints/
*.pt
# Logs (TensorBoard, etc.)
logs/
# Benchmark evaluation results
benchmark/results/
# Evaluation figures
*.png
*.jpg
*.jpeg
*.pdf
*.svg
# Shell scripts (optional — uncomment if you want to ignore)
# *.sh
# ROS bag files
*.bag
*.bag.active