Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 5.11 KB

README.md

File metadata and controls

70 lines (58 loc) · 5.11 KB

mapping-challenge-starter-kit

CrowdAI-Logo

gitter-badge

Installation

git clone https://github.com/crowdAI/mapping-challenge-starter-kit
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 put them in the data/ folder. Untar them (this might take some time) 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 "annotation.json"
|   |-- 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 "annotation.json"

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

Acknowledgements

A big shout out to our awesome community members @MasterScat (Florian Laurent), Snigdha Dagar, and Iuliana Voinea, for their help in preparing the datasets and designing the challenge.

Author

Sharada Mohanty sharada.mohanty@epfl.ch