hoàn thành cơ bản các chức năng

This commit is contained in:
Victor Phan
2025-12-14 18:26:25 +07:00
parent 174de1034b
commit 623bc9c7dd
20 changed files with 1105 additions and 168 deletions
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae2f82f6c837396729cc63efa41ee3048d9a7de3197e28318dc846be830239b9
size 41536
@@ -0,0 +1,33 @@
{
"timestamp": "2025-12-14T18:04:27.406540",
"data_source": "Microsoft Planetary Computer STAC",
"collections": [
"sentinel-2-l2a",
"sentinel-1-rtc"
],
"features": [
"NDVI_mean",
"VH_dB_mean",
"VV_dB_mean"
],
"training_samples": 510,
"testing_samples": 128,
"train_accuracy": 0.515686274509804,
"test_accuracy": 0.5,
"model_type": "cnn",
"device": "cpu",
"n_estimators": 50,
"max_depth": null,
"learning_rate": null,
"cnn_epochs": 25,
"n_features": 3,
"n_classes": 7,
"bbox": [
105.6,
9.3,
106.2,
9.8
],
"time_range": "2023-03-01/2023-05-31",
"resolution": 20
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abc03d62c7f620b88150a6481143026d516fd3a34bd5ab67c734adac4a8900f9
size 41536
@@ -0,0 +1,33 @@
{
"timestamp": "2025-12-14T18:17:48.399298",
"data_source": "Microsoft Planetary Computer STAC",
"collections": [
"sentinel-2-l2a",
"sentinel-1-rtc"
],
"features": [
"NDVI_mean",
"VH_dB_mean",
"VV_dB_mean"
],
"training_samples": 510,
"testing_samples": 128,
"train_accuracy": 0.4803921568627451,
"test_accuracy": 0.484375,
"model_type": "cnn",
"device": "cpu",
"n_estimators": 50,
"max_depth": null,
"learning_rate": null,
"cnn_epochs": 25,
"n_features": 3,
"n_classes": 7,
"bbox": [
105.6,
9.3,
106.2,
9.8
],
"time_range": "2023-03-01/2023-05-25",
"resolution": 20
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21f906aa2a61d2e793a3463df95fe3e364134934af326771efae90d80caca419
size 41536
@@ -0,0 +1,33 @@
{
"timestamp": "2025-12-14T18:23:10.713912",
"data_source": "Microsoft Planetary Computer STAC",
"collections": [
"sentinel-2-l2a",
"sentinel-1-rtc"
],
"features": [
"NDVI_mean",
"VH_dB_mean",
"VV_dB_mean"
],
"training_samples": 510,
"testing_samples": 128,
"train_accuracy": 0.46862745098039216,
"test_accuracy": 0.4609375,
"model_type": "cnn",
"device": "cpu",
"n_estimators": 50,
"max_depth": null,
"learning_rate": null,
"cnn_epochs": 25,
"n_features": 3,
"n_classes": 7,
"bbox": [
105.6,
9.3,
106.2,
9.8
],
"time_range": "2023-03-01/2023-05-31",
"resolution": 20
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b717f564f9413a6e5c9cd3f7011cbc18be02479691d01c554986defb400f0490
size 1347520
@@ -0,0 +1,31 @@
{
"timestamp": "2025-12-14T13:40:03.325930",
"data_source": "Microsoft Planetary Computer STAC",
"collections": [
"sentinel-2-l2a",
"sentinel-1-rtc"
],
"features": [
"NDVI_mean",
"VH_dB_mean",
"VV_dB_mean"
],
"training_samples": 510,
"testing_samples": 128,
"train_accuracy": 1.0,
"test_accuracy": 0.578125,
"model_type": "XGBClassifier",
"device": "cuda:0",
"tree_method": "hist",
"n_estimators": 100,
"max_depth": 20,
"learning_rate": 0.1,
"bbox": [
105.6,
9.3,
106.2,
9.8
],
"time_range": "2023-03-01/2023-05-31",
"resolution": 20
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a44efc173619782c8add224e9024f33ef0150ab192b5435d009cb119c379f03c
size 2088632
@@ -0,0 +1,31 @@
{
"timestamp": "2025-12-14T16:52:19.862770",
"data_source": "Microsoft Planetary Computer STAC",
"collections": [
"sentinel-2-l2a",
"sentinel-1-rtc"
],
"features": [
"NDVI_mean",
"VH_dB_mean",
"VV_dB_mean"
],
"training_samples": 859,
"testing_samples": 215,
"train_accuracy": 0.9976717112922002,
"test_accuracy": 0.6837209302325581,
"model_type": "XGBClassifier",
"device": "cuda:0",
"tree_method": "hist",
"n_estimators": 100,
"max_depth": 20,
"learning_rate": 0.1,
"bbox": [
105.6,
9.3,
106.2,
9.8
],
"time_range": "2023-03-01/2023-12-31",
"resolution": 20
}