feat: initial HSAP platform
Huaxu Sentinel Active Safety Platform with embedded algorithm code, Docker Compose setup, and vendored dataset scaffolds for clone-and-run. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
25
algorithms/lane_ufld/code/CLRNet-main/.gitignore
vendored
Normal file
25
algorithms/lane_ufld/code/CLRNet-main/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
work_dirs
|
||||
data
|
||||
cache/
|
||||
|
||||
__pycache__/
|
||||
*/*.un~
|
||||
.*.swp
|
||||
|
||||
|
||||
logs/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.eggs
|
||||
.ipynb_checkpoints/
|
||||
|
||||
output.txt
|
||||
.vscode/*
|
||||
.DS_Store
|
||||
tmp.*
|
||||
*.pt
|
||||
*.pth
|
||||
*.un~
|
||||
*.so
|
||||
build
|
||||
*.jpg
|
||||
Reference in New Issue
Block a user