GithubHelp home page GithubHelp logo

allclear's Introduction

allclear

AllClear is a comprehensive dataset/benchmark for cloud detection and removal.

Geographical distribution of AllClear

Setup

Please navigate to the root directory of this project and run the following commands:

# Clone the repository
git clone https://github.com/Zhou-Hangyu/allclear.git

# Obtain the submodules
cd allclear
git submodule update --init --recursive

# Download the test dataset.zip and metadata json file.
. preprocess.sh

Benchmark Usage

This section provides instructions on how to use the benchmark with the UnCRtainTS model as an example.

  1. First, set up the environment for UnCRtainTS. Visit the UnCRtainTS GitHub page and follow the instructions there to create their conda environment.

  2. After setting up the UnCRtainTS environment, navigate to the root directory of this project and install our package using pip:

    pip install -e .
  3. To run the benchmark and see some results, execute the run_benchmark.sh script located in the demos directory:

    # Run the Least Cloudy baseline
    bash demos/run_benchmark_leastcloud.sh 
    
    # Run the pretrained UnCRtainTS
    bash demos/run_uncrtaints_pretrained.sh 
    
    # Run the UnCRtainTS pretrained on our full allclear dataset 
    bash demos/run_uncrtaints_allclear100pc.sh 

License

This project is licensed under the MIT License.

Internal Notes (for developers)

  • The main package folder is allclear. Should only contain reusable code directly related to the use of the dataset and benchmark.
  • Every baseline we proposed or reproduced should have one folder in the /baselines folder.
    • They will have a wrapper in allclear/baselines.py with uniform input/output format for easy comparison.
  • The demo folder contains minimal code to demonstrate the use of the dataset and benchmark.
  • For all other code, please put them in the /experimental_scripts folder for now.

allclear's People

Contributors

zhou-hangyu avatar iandrover avatar

Watchers

 avatar

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.