This project is part of the ENV-540 Image Processing for Earth Observation course at EPFL and aims to predict multiple labels on satellite images of the Amazon river and its surroundings. This is done by training a convolutional neural network on a dataset of 40479 labeled images.
Louis Poulain--Auzéau, [email protected]
Basile Tornare, [email protected]
Octavio Profeta, [email protected]
Download the IPEO_Planet_project folder don't already have it from here:
https://drive.google.com/drive/folders/1tOMxGHMRtY8E1p1NKun6Wi_4DHMmRjAq?usp=sharing
The structure should be as follows:
- Submission_folder
- IPEO-Understanding-the-Amazon-from-Space
- some code + logs + evaluation.ipynb
- IPEO_Planet_project
- checkpoints
- train_labels.csv
- train-jpg
- IPEO-Understanding-the-Amazon-from-Space
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd IPEO-Understanding-the-Amazon-from-Space
jupyter notebook
deactivate