Reconstruct the directory structure
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Advanced Usages
|
||||
### Cross-Dataset Evalution
|
||||
> You can conduct cross-dataset evalution by just modifying several arguments in your [data_cfg](../config/baseline.yaml#L1).
|
||||
> You can conduct cross-dataset evalution by just modifying several arguments in your [data_cfg](../config/baseline/baseline.yaml#L1).
|
||||
>
|
||||
> Take [baseline.yaml](../config/baseline.yaml) as an example:
|
||||
> Take [baseline.yaml](../config/baseline/baseline.yaml) as an example:
|
||||
> ```yaml
|
||||
> 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_include_005.json
|
||||
> num_workers: 1
|
||||
> remove_no_gallery: false # Remove probe if no gallery for it
|
||||
> test_dataset_name: CASIA-B
|
||||
@@ -19,7 +19,7 @@
|
||||
> data_cfg:
|
||||
> dataset_name: CASIA-B
|
||||
> dataset_root: your_OUMVLP_path
|
||||
> dataset_partition: ./misc/partitions/OUMVLP.json
|
||||
> dataset_partition: ./datasets/OUMVLP/OUMVLP.json
|
||||
> num_workers: 1
|
||||
> remove_no_gallery: false # Remove probe if no gallery for it
|
||||
> test_dataset_name: OUMVLP
|
||||
|
||||
Reference in New Issue
Block a user