mirror of
https://github.com/JHUAPL/EstimatingDisplacedPopulations.git
synced 2026-01-06 20:53:49 -05:00
master
Tools for IDP and Refugee Camp Analysis
This code was developed by JHU/APL to demonstrate how artificial intelligence and machine learning can be leveraged IDP and Refugee Camp planning and safety monitoring
References
If you use our code, please cite our paper:
@article{hadzic2020estimating,
title={Estimating Displaced Populations from Overhead},
author={Hadzic, Armin and Christie, Gordon and Freeman, Jeffrey and Dismer, Amber and Bullard, Stevan and Greiner, Ashley and Jacobs, Nathan and Mukherjee, Ryan},
journal={arXiv preprint arXiv:2006.14547},
year={2020}
}
Dataset
For details and instructions for downloading the dataset used in this work, please see dataset.
Dependencies
See requirements.txt.
Running the code
Start by modifying the path information in params.py to ensure that it is valid, pointing to the location where you have downloaded and formatted the IOM data.
Run the code using:
python main.py
--trainto train the model--testto evaluate the model performance--augmentationto perform data augmentation during training--multiprocessingleverage multiple processes to speed up dataloading--add-osmuse OSM structure mask data--gpu [GPU_ID(s)]specify GPU device IDs to use
Description
Languages
Python
100%