creating a tool to label satillite images similar to labelme yet focused on more than just the rgb bands
- flask run
- then go to localhost in browser (firefox works best but all are good)
- docker build -t satlabeling: .
- docker run --env-file ./env.list -d -p 80:80 satlabeling:
- docker tag satlabeling:tag satlabeling.azurecr.io/zlorch/sat_labeling:
- az login
- az acr login -n satlabeling
- docker push satlabeling.azurecr.io/zlorch/sat_labeling:
to create the docker container, it is suggested to move the docker files into another folder in order to
not build the container with legacy and dev.
Zachery J Lorch, USAFA
Alexis Shirley, USAFA