670f84131b
- tools/export_mild_v13.py: PyTorch .pth -> 自定义 .bin 导出脚本 - tools/inspect_pth.py: 检查 .pth 权重文件结构 - tools/best_v13_mild_r2.pth: 训练好的 PyTorch 权重 - .gitignore: 追加 build 变体目录和生成文件
23 lines
333 B
Plaintext
23 lines
333 B
Plaintext
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
build/*
|
|
build2/*
|
|
build3/*
|
|
build4/*
|
|
build_lsx/*
|
|
build_new/*
|
|
test/
|
|
|
|
ZebraCrossing_Detection-master/
|
|
ZebraCrossing_Detection-master.zip
|
|
smartcar2_code.txt
|
|
smartcar_test
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|