Build the image and run the container:
$ docker-compose up -d --build
$ pip install -r requirements.txt
To use with existing images
$ python main.py --base_image_path=images/StarMap.png --sub_image_path=images/Small_area.png
Generate random sub images from base and predict their coordinates
$ python main.py --base_image_path=images/StarMap.png --random_flag=True