Git Product home page Git Product logo

raster-vision-backend-plugin's People

Contributors

lewfish avatar nholeman avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ddohler

raster-vision-backend-plugin's Issues

GluonCV Backend Next Steps

If someone wishes to work on a more robust implementation of this GluonCV backend for Raster Vision, below are some ideas:

  • Support more GluonCV models. Currently only ResNet50v2 is supported.
  • Benchmarking with existing Keras Classification backend.
  • Support more tasks. Currently, only chip classification is implemented; however, GluonCV also supports object detection, semantic segmentation, and instance segmentation.
  • Use full Spacenet Vegas dataset. Currently, the largest subset used for training was about one third of the full dataset.
  • Use new dataset. Recommendation: COWC Potsdam
  • Improve batch size. Currently, something about CUDA's configuration does not work with a batch size of greater than 32.

Support train command

Time estimate: 2 weeks

You will also need to support:

  • the bundle command by implementing save_bundle_files and load_bundle_files in the config.
  • resuming training a model from a checkpoint and the replace_model option (see other backends for what this means)

Support chip command

The goal is to implement the methods in the backend (and any stuff needed in the config and configbuilder) that allow the chip command to generate training chips in the gluoncv format to be consumed by the training routine. Time estimate: 1 week

prep tasks:

  • install gluoncv
  • download data
  • study keras_classification backend and config

tips:

  • get it to work locally first (might want to make a PR for this, and a second PR that adds and tests functionality for running remotely)
  • try to use "directory for each class" dataset format if possible. you'll need to think about how the train method will work to see if this is possible.

Support predict command

Time estimate: 1 week

As part of this you'll need to:

  • test prediction using a prediction package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.