Yolov7 Docker images available

Docker images for the Yolov7 code base are now available.

The code used by the docker images is available from here:

github.com/waikato-datamining/pytorch/tree/master/yolov7

The tags for the images are as follows:

  • In-house registry:

    • public.aml-repo.cms.waikato.ac.nz:443/pytorch/pytorch-yolov7:2022-10-08_cuda11.1

    • public.aml-repo.cms.waikato.ac.nz:443/pytorch/pytorch-yolov7:2022-10-08_cpu

  • Docker hub:

    • waikatodatamining/pytorch-yolov7:2022-10-08_cuda11.1

    • waikatodatamining/pytorch-yolov7:2022-10-08_cpu

A tutorial is available as well:

www.data-mining.co.nz/applied-deep-learning/object_detection/yolov7/