add pt
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -6,7 +6,7 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"build",
|
"build",
|
||||||
// "-DPYTHON_EXECUTABLE=/home/da/miniconda3/envs/gsmini/bin/python",
|
// "-DPYTHON_EXECUTABLE=/home/da/miniconda3/envs/gsmini/bin/python",
|
||||||
"-DPYTHON_EXECUTABLE=/envs/gsmini/bin/python",
|
"-DPYTHON_EXECUTABLE=${HOME}/.conda/envs/gsmini/bin/python"
|
||||||
],
|
],
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$catkin-gcc"
|
"$catkin-gcc"
|
||||||
|
|||||||
Binary file not shown.
2
src/yolov5_ros/src/yolov5/.gitattributes
vendored
2
src/yolov5_ros/src/yolov5/.gitattributes
vendored
@@ -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
1
src/yolov5_ros/src/yolov5/.gitignore
vendored
Executable file → Normal file
@@ -49,7 +49,6 @@ VOC/
|
|||||||
|
|
||||||
# Neural Network weights -----------------------------------------------------------------------------------------------
|
# Neural Network weights -----------------------------------------------------------------------------------------------
|
||||||
*.weights
|
*.weights
|
||||||
*.pt
|
|
||||||
*.pb
|
*.pb
|
||||||
*.onnx
|
*.onnx
|
||||||
*.engine
|
*.engine
|
||||||
|
|||||||
BIN
src/yolov5_ros/src/yolov5/best.pt
Normal file
BIN
src/yolov5_ros/src/yolov5/best.pt
Normal file
Binary file not shown.
Reference in New Issue
Block a user