initial commit
parents
No related branches found
No related tags found
Showing
- .dockerignore 217 additions, 0 deletions.dockerignore
- .github/ISSUE_TEMPLATE/--bug-report.md 41 additions, 0 deletions.github/ISSUE_TEMPLATE/--bug-report.md
- .github/ISSUE_TEMPLATE/--feature-request.md 27 additions, 0 deletions.github/ISSUE_TEMPLATE/--feature-request.md
- .github/workflows/greetings.yml 23 additions, 0 deletions.github/workflows/greetings.yml
- .github/workflows/stale.yml 17 additions, 0 deletions.github/workflows/stale.yml
- .gitignore 244 additions, 0 deletions.gitignore
- Dockerfile 50 additions, 0 deletionsDockerfile
- LICENSE 0 additions, 0 deletionsLICENSE
- README.md 110 additions, 0 deletionsREADME.md
- data/coco.yaml 34 additions, 0 deletionsdata/coco.yaml
- data/coco128.yaml 27 additions, 0 deletionsdata/coco128.yaml
- data/get_coco2017.sh 25 additions, 0 deletionsdata/get_coco2017.sh
- detect.py 182 additions, 0 deletionsdetect.py
- inference/images/bus.jpg 0 additions, 0 deletionsinference/images/bus.jpg
- inference/images/zidane.jpg 0 additions, 0 deletionsinference/images/zidane.jpg
- models/common.py 174 additions, 0 deletionsmodels/common.py
- models/experimental.py 48 additions, 0 deletionsmodels/experimental.py
- models/yolo.py 197 additions, 0 deletionsmodels/yolo.py
- models/yolov3-spp.yaml 55 additions, 0 deletionsmodels/yolov3-spp.yaml
- models/yolov3-spp_csp.yaml 55 additions, 0 deletionsmodels/yolov3-spp_csp.yaml
.dockerignore
0 → 100644
.github/ISSUE_TEMPLATE/--bug-report.md
0 → 100644
.github/ISSUE_TEMPLATE/--feature-request.md
0 → 100644
.github/workflows/greetings.yml
0 → 100644
.github/workflows/stale.yml
0 → 100644
.gitignore
0 → 100755
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100755
data/coco.yaml
0 → 100644
data/coco128.yaml
0 → 100644
data/get_coco2017.sh
0 → 100755
detect.py
0 → 100644
inference/images/bus.jpg
0 → 100644
476 KiB
inference/images/zidane.jpg
0 → 100644
165 KiB
models/common.py
0 → 100644
models/experimental.py
0 → 100644
models/yolo.py
0 → 100644
models/yolov3-spp.yaml
0 → 100644
models/yolov3-spp_csp.yaml
0 → 100644