Skip to content
/ DNN-RS Public
forked from jalexhurt/DNN-RS

Deep Neural Networks with Remote Sensing Data

License

Notifications You must be signed in to change notification settings

xyt556/DNN-RS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNN-RS

Deep Neural Networks with Remote Sensing Data

Description

This repo serves as the source code for the Final Project in Supervised Learning. This code will allow for GPU training of ImageNet based Deep Neural Networks, and is intented to be run on open source satellite imagery datasets.

Running the Code

  1. Build the container
docker build . -t dnn-rs
  1. Run the container
docker run -it dnn-rs
  1. Run the Code
python {train/eval}.py --help

GPU Usage

In order to use a GPU, you will to install nvidia-docker2, and specify runtime=nvidia in your docker run command.

About

Deep Neural Networks with Remote Sensing Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Dockerfile 1.7%