Docker file for creating yolov3 for AI image detection with opencv support and cpu version based on ubuntu OS, includes script to install labelimg also which is used for labelling the images necessary for training in yolov3 object detection algorithm.
Docker file does the following
- grab the ubuntu image
- install files required for building opencv,python3 and labelimg application
- download and compile opencv
- download and install yolov3 with opencv support and with cpu support only
- download/copy sample images
- execute the sample script