Skip to content
Snippets Groups Projects
Commit d7282624 authored by 동현 이's avatar 동현 이
Browse files

Update 165 files

- /week14/README.md
- /YOLO_CU/benchmarks.py
- /YOLO_CU/hubconf.py
- /YOLO_CU/train.py
- /YOLO_CU/val.py
- /YOLO_CU/flask_detect.py
- /YOLO_CU/export.py
- /YOLO_CU/detect.py
- /YOLO_CU/requirements.txt
- /YOLO_CU/app.py
- /YOLO_CU/yolov5s.pt
- /YOLO_CU/m-obj365.pt
- /YOLO_CU/data/Argoverse.yaml
- /YOLO_CU/data/ImageNet.yaml
- /YOLO_CU/data/Objects365.yaml
- /YOLO_CU/data/xView.yaml
- /YOLO_CU/data/cu.yaml
- /YOLO_CU/data/VOC.yaml
- /YOLO_CU/data/coco.yaml
- /YOLO_CU/data/coco128-seg.yaml
- /YOLO_CU/data/coco128.yaml
- /YOLO_CU/data/GlobalWheat2020.yaml
- /YOLO_CU/data/SKU-110K.yaml
- /YOLO_CU/data/VisDrone.yaml
- /YOLO_CU/data/hyps/hyp.Objects365.yaml
- /YOLO_CU/data/hyps/hyp.scratch-high.yaml
- /YOLO_CU/data/hyps/hyp.scratch-low.yaml
- /YOLO_CU/data/hyps/hyp.scratch-med.yaml
- /YOLO_CU/data/hyps/hyp.VOC.yaml
- /YOLO_CU/data/images/000000005503.jpg
- /YOLO_CU/data/images/000000005060.jpg
- /YOLO_CU/data/images/002.png
- /YOLO_CU/data/images/000000000885.jpg
- /YOLO_CU/data/images/000000004795.jpg
- /YOLO_CU/data/images/000000001425.jpg
- /YOLO_CU/data/images/001.png
- /YOLO_CU/data/images/000000036660.jpg
- /YOLO_CU/data/images/000000037670.jpg
- /YOLO_CU/data/images/000000006012.jpg
- /YOLO_CU/data/images/000000014831.jpg
- /YOLO_CU/data/images/000000041635.jpg
- /YOLO_CU/data/images/006.png
- /YOLO_CU/data/images/007.png
- /YOLO_CU/data/images/008.png
- /YOLO_CU/data/images/010.png
- /YOLO_CU/data/images/011.png
- /YOLO_CU/data/images/009.png
- /YOLO_CU/data/images/020.jpeg
- /YOLO_CU/data/images/023.png
- /YOLO_CU/data/images/013.png
- /YOLO_CU/data/images/024.jpg
- /YOLO_CU/data/images/025.jpg
- /YOLO_CU/data/images/026.jpg
- /YOLO_CU/data/images/014.png
- /YOLO_CU/data/images/000000041888.jpg
- /YOLO_CU/data/images/000000000785.jpg
- /YOLO_CU/data/images/005.png
- /YOLO_CU/data/images/016 .jpeg
- /YOLO_CU/data/images/015.png
- /YOLO_CU/data/images/zidane.jpg
- /YOLO_CU/data/images/027.jpg
- /YOLO_CU/data/images/004.png
- /YOLO_CU/data/images/012.png
- /YOLO_CU/data/images/019.jpeg
- /YOLO_CU/data/images/021.png
- /YOLO_CU/data/images/018.jpeg
- /YOLO_CU/data/images/022.png
- /YOLO_CU/data/images/bus.jpg
- /YOLO_CU/data/images/003.png
- /YOLO_CU/data/scripts/download_weights.sh
- /YOLO_CU/data/scripts/get_coco.sh
- /YOLO_CU/data/scripts/get_imagenet.sh
- /YOLO_CU/data/scripts/get_coco128.sh
- /YOLO_CU/models/__init__.py
- /YOLO_CU/models/tf.py
- /YOLO_CU/models/common.py
- /YOLO_CU/models/yolov5n.yaml
- /YOLO_CU/models/yolov5s.yaml
- /YOLO_CU/models/yolo.py
- /YOLO_CU/models/yolov5x.yaml
- /YOLO_CU/models/yolov5l.yaml
- /YOLO_CU/models/yolov5m.yaml
- /YOLO_CU/models/experimental.py
- /YOLO_CU/models/hub/anchors.yaml
- /YOLO_CU/models/hub/yolov5-p2.yaml
- /YOLO_CU/models/hub/yolov5-p6.yaml
- /YOLO_CU/models/hub/yolov3-spp.yaml
- /YOLO_CU/models/hub/yolov5-bifpn.yaml
- /YOLO_CU/models/hub/yolov5-fpn.yaml
- /YOLO_CU/models/hub/yolov5x6.yaml
- /YOLO_CU/models/hub/yolov5s6.yaml
- /YOLO_CU/models/hub/yolov3.yaml
- /YOLO_CU/models/hub/yolov5-p34.yaml
- /YOLO_CU/models/hub/yolov5-p7.yaml
- /YOLO_CU/models/hub/yolov5s-LeakyReLU.yaml
- /YOLO_CU/models/hub/yolov5s-transformer.yaml
- /YOLO_CU/models/hub/yolov5s-ghost.yaml
- /YOLO_CU/models/hub/yolov5n6.yaml
- /YOLO_CU/models/hub/yolov5-panet.yaml
- /YOLO_CU/models/hub/yolov5l6.yaml
- /YOLO_CU/models/hub/yolov3-tiny.yaml
- /YOLO_CU/models/hub/yolov5m6.yaml
- /YOLO_CU/models/segment/yolov5l-seg.yaml
- /YOLO_CU/models/segment/yolov5x-seg.yaml
- /YOLO_CU/models/segment/yolov5n-seg.yaml
- /YOLO_CU/models/segment/yolov5s-seg.yaml
- /YOLO_CU/models/segment/yolov5m-seg.yaml
- /YOLO_CU/templates/index.html
- /YOLO_CU/utils/activations.py
- /YOLO_CU/utils/autobatch.py
- /YOLO_CU/utils/__init__.py
- /YOLO_CU/utils/callbacks.py
- /YOLO_CU/utils/metrics.py
- /YOLO_CU/utils/plots.py
- /YOLO_CU/utils/torch_utils.py
- /YOLO_CU/utils/augmentations.py
- /YOLO_CU/utils/general.py
- /YOLO_CU/utils/loss.py
- /YOLO_CU/utils/dataloaders.py
- /YOLO_CU/utils/autoanchor.py
- /YOLO_CU/utils/downloads.py
- /YOLO_CU/utils/aws/__init__.py
- /YOLO_CU/utils/aws/mime.sh
- /YOLO_CU/utils/aws/resume.py
- /YOLO_CU/utils/aws/userdata.sh
- /YOLO_CU/utils/docker/Dockerfile
- /YOLO_CU/utils/docker/Dockerfile-cpu
- /YOLO_CU/utils/docker/Dockerfile-arm64
- /YOLO_CU/utils/flask_rest_api/example_request.py
- /YOLO_CU/utils/flask_rest_api/README.md
- /YOLO_CU/utils/flask_rest_api/restapi.py
- /YOLO_CU/utils/google_app_engine/additional_requirements.txt
- /YOLO_CU/utils/google_app_engine/app.yaml
- /YOLO_CU/utils/google_app_engine/Dockerfile
- /YOLO_CU/utils/loggers/__init__.py
- /YOLO_CU/utils/loggers/clearml/__init__.py
- /YOLO_CU/utils/loggers/clearml/clearml_utils.py
- /YOLO_CU/utils/loggers/clearml/hpo.py
- /YOLO_CU/utils/loggers/clearml/README.md
- /YOLO_CU/utils/loggers/clearml/__pycache__/__init__.cpython-38.pyc
- /YOLO_CU/utils/loggers/clearml/__pycache__/clearml_utils.cpython-38.pyc
- /YOLO_CU/utils/loggers/comet/README.md
- /YOLO_CU/utils/loggers/comet/comet_utils.py
- /YOLO_CU/utils/loggers/comet/hpo.py
- /YOLO_CU/utils/loggers/comet/__init__.py
- /YOLO_CU/utils/loggers/comet/optimizer_config.json
- /YOLO_CU/utils/loggers/comet/__pycache__/__init__.cpython-38.pyc
- /YOLO_CU/utils/loggers/comet/__pycache__/comet_utils.cpython-38.pyc
- /YOLO_CU/utils/loggers/wandb/__init__.py
- /YOLO_CU/utils/loggers/wandb/log_dataset.py
- /YOLO_CU/utils/loggers/wandb/README.md
- /YOLO_CU/utils/loggers/wandb/sweep.py
- /YOLO_CU/utils/loggers/wandb/sweep.yaml
- /YOLO_CU/utils/loggers/wandb/wandb_utils.py
- /YOLO_CU/utils/loggers/wandb/__pycache__/__init__.cpython-38.pyc
- /YOLO_CU/utils/loggers/wandb/__pycache__/wandb_utils.cpython-38.pyc
- /YOLO_CU/utils/loggers/__pycache__/__init__.cpython-38.pyc
- /YOLO_CU/utils/segment/augmentations.py
- /YOLO_CU/utils/segment/dataloaders.py
- /YOLO_CU/utils/segment/__init__.py
- /YOLO_CU/utils/segment/general.py
- /YOLO_CU/utils/segment/plots.py
- /YOLO_CU/utils/segment/metrics.py
- /YOLO_CU/utils/segment/__pycache__/__init__.cpython-38.pyc
- /YOLO_CU/utils/segment/__pycache__/general.cpython-38.pyc
parent af67b048
No related branches found
No related tags found
No related merge requests found
Showing
with 2888 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment