Skip to content

Commit

Permalink
remove redundant partition file
Browse files Browse the repository at this point in the history
  • Loading branch information
darkliang committed Feb 7, 2023
1 parent 6c05509 commit bda25e8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 137 deletions.
2 changes: 1 addition & 1 deletion configs/baseline/baseline.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Expand Down
2 changes: 1 addition & 1 deletion configs/gaitgl/gaitgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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
test_dataset_name: CASIA-B
Expand Down
2 changes: 1 addition & 1 deletion configs/gln/gln_phase1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
cache: false
remove_no_gallery: false
Expand Down
2 changes: 1 addition & 1 deletion configs/gln/gln_phase2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
test_dataset_name: CASIA-B
Expand Down
1 change: 1 addition & 0 deletions datasets/CASIA-B/CASIA-B.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"002",
"003",
"004",
"005",
"006",
"007",
"008",
Expand Down
130 changes: 0 additions & 130 deletions datasets/CASIA-B/CASIA-B_include_005.json

This file was deleted.

4 changes: 2 additions & 2 deletions docs/3.detailed_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/5.advanced_usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bda25e8

Please sign in to comment.