提交 661a1909 编写于 作者: H HydrogenSulfate

update code

上级 15a0afc6
......@@ -84,9 +84,9 @@ Optimizer:
DataLoader:
Train:
dataset:
name: "VeriWild"
image_root: "./dataset/market1501"
cls_label_path: "./dataset/market1501/bounding_box_train.txt"
name: "Market1501"
image_root: "./dataset/"
cls_label_path: "bounding_box_train"
transform_ops:
- DecodeImage:
to_rgb: True
......@@ -119,14 +119,14 @@ DataLoader:
drop_last: True
shuffle: True
loader:
num_workers: 6
num_workers: 4
use_shared_memory: True
Eval:
Query:
dataset:
name: "VeriWild"
image_root: "./dataset/market1501"
cls_label_path: "./dataset/market1501/query.txt"
name: "Market1501"
image_root: "./dataset/"
cls_label_path: "query"
transform_ops:
- DecodeImage:
to_rgb: True
......@@ -144,14 +144,14 @@ DataLoader:
drop_last: False
shuffle: False
loader:
num_workers: 6
num_workers: 4
use_shared_memory: True
Gallery:
dataset:
name: "VeriWild"
image_root: "./dataset/market1501"
cls_label_path: "./dataset/market1501/bounding_box_test.txt"
name: "Market1501"
image_root: "./dataset/"
cls_label_path: "bounding_box_test"
transform_ops:
- DecodeImage:
to_rgb: True
......@@ -169,7 +169,7 @@ DataLoader:
drop_last: False
shuffle: False
loader:
num_workers: 6
num_workers: 4
use_shared_memory: True
Metric:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册