Skip to content

LorchZachery/satlabeling

Repository files navigation

Satellite Labeling Project

creating a tool to label satillite images similar to labelme yet focused on more than just the rgb bands

running the flask app and accessing it

  • flask run
  • then go to localhost in browser (firefox works best but all are good)

getting the stuff to azure

  • 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:

docker

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.

Authors

Zachery J Lorch, USAFA
Alexis Shirley, USAFA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published