Skip to content

Commit

Permalink
Change config paths for pickle and json files
Browse files Browse the repository at this point in the history
  • Loading branch information
paren8esis committed Jan 31, 2025
1 parent 05b2a43 commit d6c4f59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/train/data_config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"track": "RandomEvents",
"train_pickle": "pickle/grid_dict.pkl", // The pickle containing the GRD training data
"test_pickle": "pickle/grid_dict.pkl", // The pickle containing the GRD testing data
"train_pickle": "pickle/KuroV2_grid_dict.pkl", // The pickle containing the GRD training data
"test_pickle": "pickle/KuroV2_grid_dict_test_0_100.pkl", // The pickle containing the GRD testing data
"negative_pickle":"pickle/negatives_only.pkl", // Pickle containing only negatives (optional)
"slc": true, // 'true' in order to use SLC data instead of GRD
"train_json": "slc_grid_pwater_0.0001.json", // The JSON containing the SLC training data
"test_json": "slc_grid_pwater_0.json", // The JSON containing the SLC testing data
"train_json": "json/slc_grid_pwater_0.0001.json", // The JSON containing the SLC training data
"test_json": "json/slc_grid_pwater_0.json", // The JSON containing the SLC testing data
"slc_root_path": "", // The path containing the SLC data
"inputs": ["pre_event_1","pre_event_2", "post_event"],
"inputs": ["pre_event_1", "pre_event_2", "post_event"],
"channels": [ "vv","vh"],
"water_percentage": "[0,100]",
"data_augmentations": false,
Expand Down

0 comments on commit d6c4f59

Please sign in to comment.