diff --git a/README.md b/README.md index 653233c..702b5cb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Training goal specific files: 2. Localization: xBD_code/train_loc.py 3. Domain adaptation: xBD_code/train_adapt.py +# Results + +### Average Quantitative Results for Damage Classification: xBD dataset +![alt text](report/xBD_results.png) + +### Average Quantitative Results for Change Detection: LEVIR-CD dataset +![alt text](report/LEVIR_results.png) + ## Dataset Preparation ### Data structure diff --git a/report/LEVIR_results.png b/report/LEVIR_results.png new file mode 100644 index 0000000..92a10cd Binary files /dev/null and b/report/LEVIR_results.png differ diff --git a/report/xBD_results.png b/report/xBD_results.png new file mode 100644 index 0000000..9c0fb70 Binary files /dev/null and b/report/xBD_results.png differ