Compare commits

..

2 Commits

Author SHA1 Message Date
wxchen
0328f41e92 modified: .gitignore 2023-04-26 17:06:40 +08:00
wxchen
c0d81e6997 add pt 2023-04-26 17:04:47 +08:00
6 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
.catkin_tools
.vscode
/build
/devel
/logs
.vscode

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
"args": [
"build",
// "-DPYTHON_EXECUTABLE=/home/da/miniconda3/envs/gsmini/bin/python",
"-DPYTHON_EXECUTABLE=/envs/gsmini/bin/python",
"-DPYTHON_EXECUTABLE=${HOME}/.conda/envs/gsmini/bin/python"
],
"problemMatcher": [
"$catkin-gcc"

View File

@@ -1,2 +0,0 @@
# this drop notebooks from GitHub language stats
*.ipynb linguist-vendored

1
src/yolov5_ros/src/yolov5/.gitignore vendored Executable file → Normal file
View File

@@ -49,7 +49,6 @@ VOC/
# Neural Network weights -----------------------------------------------------------------------------------------------
*.weights
*.pt
*.pb
*.onnx
*.engine

Binary file not shown.