Initial Commit (tested training, testing, and TRT conversion)
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Python
|
||||
dist
|
||||
*.egg-info
|
||||
*.so
|
||||
__pycache__
|
||||
|
||||
# Pycharm
|
||||
.idea/
|
||||
|
||||
# VScode
|
||||
.vscode/
|
||||
.vscode/*
|
||||
**/.vscode/*
|
||||
!.vscode/extensions.json
|
||||
|
||||
# General
|
||||
_build/
|
||||
.sass-cache
|
||||
_posts
|
||||
_site
|
||||
|
||||
# saved
|
||||
run/saved/*
|
||||
!run/saved/YOPO_1
|
||||
run/yopo_trt.pth
|
||||
externals/
|
||||
|
||||
#logs
|
||||
run/utils/*.csv
|
||||
|
||||
# dataset
|
||||
/run/yopo_sim/*
|
||||
|
||||
Reference in New Issue
Block a user