Coder Social home page Coder Social logo

otivedani / earth-vision Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jakartaresearch/earth-vision

0.0 0.0 0.0 52.64 MB

Jakarta Research Earth Observatory - Library

Home Page: https://jakartaresearch.github.io/earth-vision

License: MIT License

Python 6.12% Jupyter Notebook 93.88%

earth-vision's Introduction

earth-vision

Earth Vision is a python library for solving computer vision tasks specifically for satellite imagery.

Objective

To ease researcher to run ML pipelines for AI or Deep Learning Applications in solving Earth Observation (EO) tasks.

Examples

Dataset Download

from torch.utils.data import DataLoader
from earthvision.datasets import DeepSat

train_dataset = DeepSat(root='./', dataset_type='SAT-4', download=True, data_mode=0)
test_dataset = DeepSat(root='./', dataset_type='SAT-4', download=False, data_mode=1)

train_dataloader = DataLoader(train_dataset, batch_size=64, shuffle=True)
test_dataloader = DataLoader(test_dataset, batch_size=64, shuffle=True)

train_data, train_label = next(iter(train_dataloader))
test_data, test_label = next(iter(test_dataloader))

Features

  1. Wrapper to download open sourced EO dataset for ML tasks:
  • AerialCactus
  • COWC
  • DeepSat
  • DroneDeploy
  • EuroSat
  • L8SPARCS
  • LandCover
  • RESISC45
  • UCMercedLand

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.