Skip to content

crowdAI/mapping-challenge-starter-kit

Repository files navigation

mapping-challenge-starter-kit

CrowdAI-Logo

Installation

git clone git@github.com:crowdAI/mapping-challenge-starter-kit.git
cd mapping-challenge-starter-kit
pip install -r requirements.txt

Dataset

Please download the datasets from https://www.crowdai.org/challenges/mapping-challenge/dataset_files, and untar them to have the following directory structure :

|-- data/
|   |-- test_images/ (has all images for prediction)
|   |-- train/
|   |   `-- images (has all the images for training)
|   |   |__ annotation.json : Annotation of the data in MS COCO format
|   |   |__ annotation-small.json : Smaller version of the previous dataset
|   `-- val/
|   |   `-- images (has all the images for training)
|   |   |__ annotation.json : Annotation of the data in MS COCO format
|   |   |__ annotation-small.json : Smaller version of the previous dataset

Usage

Now you can refer to the list of Jupyter Notebooks for different aspects of the challenge and the datasets. You can access all of them by :

jupyter-notebook

Available Notebooks

Miscelaneous Resources

Author

Sharada Mohanty sharada.mohanty@epfl.ch

About

Starter kit for getting started in the crowdAI Mapping Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published