Skip to content

Repo for storing the code and tools for the mangrove conservation project

Notifications You must be signed in to change notification settings

JD-Coder/mangrove

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangrove Classification Using Machine Learning

Team members:

Dillon Hicks, Savannah Longoria, Kathy Qi, Catherine Lee

Instructions on Using Docker

Build docker image :
Docker build –t dockerfile .

List all images: Docker image ls

List all containers: Docker ps

Create docker container Docker create -t - I dockerfile

Start docker container
Docker start -a -I <container id>

SSH into a running container: docker exec -it <container name> /bin/bash

Run docker container with volume attached `docker run -v /directory/on/host/:/directory/on/container -i dockerfile

Run docker image with gpu nvidia-docker run -i dockerfile docker exec -it <container name> /bin/bash

To use annotate.py and accuracy.py use the argument -h to get a list of arguments needed to run each script

About

Repo for storing the code and tools for the mangrove conservation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • Dockerfile 20.5%
  • Shell 2.2%