submit code
0 parents
Showing
129 changed files
with
4900 additions
and
0 deletions
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/tamper_det.iml
0 → 100644
.idea/vcs.xml
0 → 100644
README.md
0 → 100644
bank_ocr_inference.py
0 → 100644
This diff is collapsed.
Click to expand it.
benchmarks.py
0 → 100644
data/Argoverse.yaml
0 → 100644
data/GlobalWheat2020.yaml
0 → 100644
data/ImageNet.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
data/Objects365.yaml
0 → 100644
data/SKU-110K.yaml
0 → 100644
data/VOC.yaml
0 → 100644
data/VisDrone.yaml
0 → 100644
data/coco.yaml
0 → 100644
data/coco128-seg.yaml
0 → 100644
data/coco128.yaml
0 → 100644
data/hyps/hyp.Objects365.yaml
0 → 100644
data/hyps/hyp.VOC.yaml
0 → 100644
data/hyps/hyp.scratch-high.yaml
0 → 100644
data/hyps/hyp.scratch-low.yaml
0 → 100644
data/hyps/hyp.scratch-med.yaml
0 → 100644
data/images/img.png
0 → 100644

698 KB
data/images/img_1.png
0 → 100644

249 KB
data/images/img_2.png
0 → 100644

222 KB
data/scripts/download_weights.sh
0 → 100755
data/scripts/get_coco.sh
0 → 100755
data/scripts/get_coco128.sh
0 → 100755
data/scripts/get_imagenet.sh
0 → 100755
data/xView.yaml
0 → 100644
detect.py
0 → 100644
This diff is collapsed.
Click to expand it.
export.py
0 → 100644
This diff is collapsed.
Click to expand it.
get_pr.py
0 → 100644
hubconf.py
0 → 100644
inference.py
0 → 100644
models/__init__.py
0 → 100644
File mode changed
models/common.py
0 → 100644
This diff is collapsed.
Click to expand it.
models/experimental.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-bifpn.yaml
0 → 100644
models/hub/yolov5-fpn.yaml
0 → 100644
models/hub/yolov5-p2.yaml
0 → 100644
models/hub/yolov5-p34.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/yolov5n6.yaml
0 → 100644
models/hub/yolov5s-LeakyReLU.yaml
0 → 100644
models/hub/yolov5s-ghost.yaml
0 → 100644
models/hub/yolov5s-transformer.yaml
0 → 100644
models/hub/yolov5s6.yaml
0 → 100644
models/hub/yolov5x6.yaml
0 → 100644
models/segment/yolov5l-seg.yaml
0 → 100644
models/segment/yolov5m-seg.yaml
0 → 100644
models/segment/yolov5n-seg.yaml
0 → 100644
models/segment/yolov5s-seg.yaml
0 → 100644
models/segment/yolov5x-seg.yaml
0 → 100644
models/tf.py
0 → 100644
This diff is collapsed.
Click to expand it.
models/yolo.py
0 → 100644
This diff is collapsed.
Click to expand it.
models/yolov5_config.py
0 → 100644
models/yolov5l.yaml
0 → 100644
models/yolov5m.yaml
0 → 100644
models/yolov5n.yaml
0 → 100644
models/yolov5s.yaml
0 → 100644
models/yolov5x.yaml
0 → 100644
pipeline.py
0 → 100644
plot_sourece_labels.py
0 → 100644
requirements.txt
0 → 100644
train.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/__init__.py
0 → 100644
utils/activations.py
0 → 100644
utils/augmentations.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/autoanchor.py
0 → 100644
utils/autobatch.py
0 → 100644
utils/aws/__init__.py
0 → 100644
File mode changed
utils/aws/mime.sh
0 → 100644
utils/aws/resume.py
0 → 100644
utils/aws/userdata.sh
0 → 100644
utils/callbacks.py
0 → 100644
utils/dataloaders.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/docker/Dockerfile
0 → 100644
utils/docker/Dockerfile-arm64
0 → 100644
utils/docker/Dockerfile-cpu
0 → 100644
utils/downloads.py
0 → 100644
utils/flask_rest_api/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
utils/flask_rest_api/example_request.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/flask_rest_api/restapi.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/general.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/google_app_engine/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
utils/google_app_engine/app.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/clearml/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/clearml/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/clearml/clearml_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/clearml/hpo.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/comet/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/comet/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/comet/comet_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/comet/hpo.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/comet/optimizer_config.json
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/wandb/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/wandb/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/wandb/log_dataset.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/wandb/sweep.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/wandb/sweep.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loggers/wandb/wandb_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/loss.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/metrics.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/plots.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/augmentations.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/dataloaders.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/general.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/loss.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/metrics.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/segment/plots.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/torch_utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
utils/triton.py
0 → 100644
This diff is collapsed.
Click to expand it.
val.py
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment