"mmdet/structures/bbox/base_boxes.py" did not exist on "3e89e2569a866545f404bfd4c11cc9bfb12cad68"
Update .dockerignore, .gitattributes, .gitignore, CONTRIBUTING.md, detect.py,...
Update .dockerignore, .gitattributes, .gitignore, CONTRIBUTING.md, detect.py, Dockerfile, export.py, hubconf.py, LICENSE, model.properties, native bn.png, pycoco_false_result.png, pycocotools.png, README.md, requirements.txt, train.py, tutorial.ipynb, val.py, view_code.py, data/Argoverse.yaml, data/coco.yaml, data/coco128.yaml, data/GlobalWheat2020.yaml, data/Objects365.yaml, data/SKU-110K.yaml, data/VisDrone.yaml, data/VOC.yaml, data/xView.yaml, data/hyps/hyp.finetune.yaml, data/hyps/hyp.finetune_objects365.yaml, data/hyps/hyp.scratch.yaml, data/hyps/hyp.scratch-high.yaml, data/hyps/hyp.scratch-low.yaml, data/images/bus.jpg, data/images/zidane.jpg, data/scripts/download_weights.sh, data/scripts/get_coco.sh, data/scripts/get_coco128.sh, models/__init__.py, models/common.py, models/experimental.py, models/tf.py, models/yolo.py, models/yolov5l.yaml, models/yolov5m.yaml, models/yolov5n.yaml, models/yolov5s.yaml, models/yolov5x.yaml, models/hub/anchors.yaml, models/hub/yolov3.yaml, models/hub/yolov3-spp.yaml, models/hub/yolov3-tiny.yaml, models/hub/yolov5-bifpn.yaml, models/hub/yolov5-fpn.yaml, models/hub/yolov5l6.yaml, models/hub/yolov5m6.yaml, models/hub/yolov5n6.yaml, models/hub/yolov5-p2.yaml, models/hub/yolov5-p6.yaml, models/hub/yolov5-p7.yaml, models/hub/yolov5-panet.yaml, models/hub/yolov5s6.yaml, models/hub/yolov5s-ghost.yaml, models/hub/yolov5s-transformer.yaml, models/hub/yolov5x6.yaml, utils/__init__.py, utils/activations.py, utils/augmentations.py, utils/autoanchor.py, utils/callbacks.py, utils/datasets.py, utils/downloads.py, utils/general.py, utils/loss.py, utils/metrics.py, utils/plots.py, utils/torch_utils.py, utils/aws/__init__.py, utils/aws/mime.sh, utils/aws/resume.py, utils/aws/userdata.sh, utils/flask_rest_api/example_request.py, utils/flask_rest_api/README.md, utils/flask_rest_api/restapi.py, utils/google_app_engine/additional_requirements.txt, utils/google_app_engine/app.yaml, utils/google_app_engine/Dockerfile, utils/loggers/__init__.py, utils/loggers/wandb/__init__.py, utils/loggers/wandb/log_dataset.py, utils/loggers/wandb/README.md, utils/loggers/wandb/sweep.py, utils/loggers/wandb/sweep.yaml, utils/loggers/wandb/wandb_utils.py files
Showing
requirements.txt
0 → 100644
| # pip install -r requirements.txt | ||
| # Base ---------------------------------------- | ||
| matplotlib>=3.2.2 | ||
| numpy>=1.18.5 | ||
| opencv-python>=4.1.2 | ||
| Pillow>=7.1.2 | ||
| PyYAML>=5.3.1 | ||
| requests>=2.23.0 | ||
| scipy>=1.4.1 | ||
| #torch>=1.7.0 | ||
| #torchvision>=0.8.1 | ||
| tqdm>=4.41.0 | ||
| # Logging ------------------------------------- | ||
| tensorboard>=2.4.1 | ||
| # wandb | ||
| # Plotting ------------------------------------ | ||
| pandas>=1.1.4 | ||
| seaborn>=0.11.0 | ||
| pycocotools | ||
| # Export -------------------------------------- | ||
| # coremltools>=4.1 # CoreML export | ||
| # onnx>=1.9.0 # ONNX export | ||
| # onnx-simplifier>=0.3.6 # ONNX simplifier | ||
| # scikit-learn==0.19.2 # CoreML quantization | ||
| # tensorflow>=2.4.1 # TFLite export | ||
| # tensorflowjs>=3.9.0 # TF.js export | ||
| # Extras -------------------------------------- | ||
| # albumentations>=1.0.3 | ||
| # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 | ||
| # pycocotools>=2.0 # COCO mAP | ||
| # roboflow | ||
| thop # FLOPs computation |
train.py
0 → 100644
tutorial.ipynb
0 → 100644
utils/__init__.py
0 → 100644
utils/activations.py
0 → 100644
utils/augmentations.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/callbacks.py
0 → 100644
utils/datasets.py
0 → 100644
utils/downloads.py
0 → 100644
utils/general.py
0 → 100644
Please register or sign in to comment