From 1d1980ebab1fbcf2a1b2ea2fa5063965e297e325 Mon Sep 17 00:00:00 2001 From: Bobholamovic <bob1998425@hotmail.com> Date: Tue, 10 Dec 2019 11:02:12 +0800 Subject: [PATCH] Modify README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1368d86..b691223 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ as the [official repo](https://github.com/rcdaudt/fully_convolutional_change_det [paper link](https://ieeexplore.ieee.org/abstract/document/8451652) +# Prerequisites + +> opencv-python==4.1.1 + pytorch==1.2.0 + pyyaml==5.1.2 + scikit-image==0.15.0 + scikit-learn==0.21.3 + scipy==1.3.1 + tqdm==4.35.0 + +Tested on Python 3.7.4, Ubuntu 16.04 + # Basic Usage ```bash @@ -18,6 +30,8 @@ mkdir exp cd src ``` +In `src/constants.py`, change the dataset directories to your own. In `config_base.yaml`, feel free to modify the configurations. + For training, try ```bash -- GitLab