remove redundant partition file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user