YOLOv5 v6.0 compatibility update (#1857)
* Initial commit * Initial commit * Cleanup * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix precommit errors * Remove TF builds from CI * export last.pt * Created using Colaboratory * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
+9
-11
@@ -19,26 +19,19 @@
|
||||
*.avi
|
||||
*.data
|
||||
*.json
|
||||
|
||||
*.cfg
|
||||
!setup.cfg
|
||||
!cfg/yolov3*.cfg
|
||||
|
||||
storage.googleapis.com
|
||||
runs/*
|
||||
data/*
|
||||
!data/hyps/*
|
||||
!data/images/zidane.jpg
|
||||
!data/images/bus.jpg
|
||||
!data/coco.names
|
||||
!data/coco_paper.names
|
||||
!data/coco.data
|
||||
!data/coco_*.data
|
||||
!data/coco_*.txt
|
||||
!data/trainvalno5k.shapes
|
||||
!data/*.sh
|
||||
|
||||
pycocotools/*
|
||||
results*.txt
|
||||
gcp_test*.sh
|
||||
results*.csv
|
||||
|
||||
# Datasets -------------------------------------------------------------------------------------------------------------
|
||||
coco/
|
||||
@@ -53,9 +46,14 @@ VOC/
|
||||
# Neural Network weights -----------------------------------------------------------------------------------------------
|
||||
*.weights
|
||||
*.pt
|
||||
*.pb
|
||||
*.onnx
|
||||
*.mlmodel
|
||||
*.torchscript
|
||||
*.tflite
|
||||
*.h5
|
||||
*_saved_model/
|
||||
*_web_model/
|
||||
darknet53.conv.74
|
||||
yolov3-tiny.conv.15
|
||||
|
||||
@@ -84,7 +82,7 @@ sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
wandb/
|
||||
/wandb/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user