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


