remove redundant partition file

This commit is contained in:
darkliang
2023-02-07 13:31:32 +08:00
parent 6c05509add
commit bda25e8978
8 changed files with 8 additions and 137 deletions
+2 -2
View File
@@ -86,7 +86,7 @@
data_cfg:
dataset_name: CASIA-B
dataset_root: your_path
dataset_partition: ./misc/partitions/CASIA-B_include_005.json
dataset_partition: ./datasets/CASIA-B/CASIA-B.json
num_workers: 1
remove_no_gallery: false # Remove probe if no gallery for it
test_dataset_name: CASIA-B
@@ -96,7 +96,7 @@ evaluator_cfg:
restore_ckpt_strict: true
restore_hint: 60000
save_name: Baseline
eval_func: identification
eval_func: evaluate_indoor_dataset
sampler:
batch_shuffle: false
batch_size: 16
+1 -1
View File
@@ -7,7 +7,7 @@
> data_cfg:
> dataset_name: CASIA-B
> dataset_root: your_path
> dataset_partition: ./datasets/CASIA-B/CASIA-B_include_005.json
> dataset_partition: ./datasets/CASIA-B/CASIA-B.json
> num_workers: 1
> remove_no_gallery: false # Remove probe if no gallery for it
> test_dataset_name: CASIA-B