Initial Push
Showing
.dockerignore
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
__init__.py
0 → 100644
detect.py
0 → 100644
hubconf.py
0 → 100644
models/__init__.py
0 → 100644
models/common.py
0 → 100644
models/experimental.py
0 → 100644
models/export.py
0 → 100644
models/hub/anchors.yaml
0 → 100644
models/hub/yolov3-spp.yaml
0 → 100644
models/hub/yolov3-tiny.yaml
0 → 100644
models/hub/yolov3.yaml
0 → 100644
models/hub/yolov5-fpn.yaml
0 → 100644
models/hub/yolov5-p2.yaml
0 → 100644
models/hub/yolov5-p6.yaml
0 → 100644
models/hub/yolov5-p7.yaml
0 → 100644
models/hub/yolov5-panet.yaml
0 → 100644
models/hub/yolov5l6.yaml
0 → 100644
models/hub/yolov5m6.yaml
0 → 100644
models/hub/yolov5s6.yaml
0 → 100644
models/hub/yolov5x6.yaml
0 → 100644
models/yolo.py
0 → 100644
models/yolov5l.yaml
0 → 100644
models/yolov5m.yaml
0 → 100644
models/yolov5s.yaml
0 → 100644
models/yolov5x.yaml
0 → 100644
requirements.txt
0 → 100644
| # pip install -r requirements.txt | |||
| # base ---------------------------------------- | |||
| matplotlib>=3.2.2 | |||
| numpy>=1.18.5 | |||
| opencv-python>=4.1.2 | |||
| Pillow | |||
| PyYAML>=5.3.1 | |||
| scipy>=1.4.1 | |||
| torch==1.6.0 | |||
| torchvision==0.7.0 | |||
| tqdm>=4.41.0 | |||
| # logging ------------------------------------- | |||
| tensorboard>=2.4.1 | |||
| # wandb | |||
| # plotting ------------------------------------ | |||
| seaborn>=0.11.0 | |||
| pandas | |||
| # export -------------------------------------- | |||
| # coremltools>=4.1 | |||
| # onnx>=1.9.0 | |||
| # scikit-learn==0.19.2 # for coreml quantization | |||
| # extras -------------------------------------- | |||
| # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 | |||
| pycocotools>=2.0 # COCO mAP | |||
| thop # FLOPS computation |
test.py
0 → 100644
train.py
0 → 100644
tutorial.ipynb
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
utils/__init__.py
0 → 100644
utils/activations.py
0 → 100644
utils/autoanchor.py
0 → 100644
utils/aws/__init__.py
0 → 100644
utils/aws/mime.sh
0 → 100644
utils/aws/resume.py
0 → 100644
utils/aws/userdata.sh
0 → 100644
utils/datasets.py
0 → 100644
utils/general.py
0 → 100644
utils/google_utils.py
0 → 100644
utils/loss.py
0 → 100644
utils/metrics.py
0 → 100644
utils/plots.py
0 → 100644
utils/torch_utils.py
0 → 100644
weights/download_weights.sh
0 → 100644
Please register or sign in to comment