提交 a98bd7a7 编写于 作者: W weishengyu

update vehicle and logo config

上级 8595d189
...@@ -84,10 +84,10 @@ DataLoader: ...@@ -84,10 +84,10 @@ DataLoader:
- RandomErasing: - RandomErasing:
EPSILON: 0.5 EPSILON: 0.5
sampler: sampler:
name: DistributedRandomIdentitySampler name: PKSampler
batch_size: 128 batch_size: 128
num_instances: 2 sample_per_id: 2
drop_last: False drop_last: True
loader: loader:
num_workers: 6 num_workers: 6
...@@ -97,7 +97,7 @@ DataLoader: ...@@ -97,7 +97,7 @@ DataLoader:
dataset: dataset:
name: LogoDataset name: LogoDataset
image_root: "dataset/LogoDet-3K-crop/val/" image_root: "dataset/LogoDet-3K-crop/val/"
cls_label_path: "dataset/LogoDet-3K-crop/LogoDet-3K+query.txt" cls_label_path: "dataset/LogoDet-3K-crop/LogoDet-3K+val.txt"
transform_ops: transform_ops:
- DecodeImage: - DecodeImage:
to_rgb: True to_rgb: True
...@@ -122,7 +122,7 @@ DataLoader: ...@@ -122,7 +122,7 @@ DataLoader:
dataset: dataset:
name: LogoDataset name: LogoDataset
image_root: "dataset/LogoDet-3K-crop/train/" image_root: "dataset/LogoDet-3K-crop/train/"
cls_label_path: "dataset/LogoDet-3K-crop/LogoDet-3K+gallery.txt" cls_label_path: "dataset/LogoDet-3K-crop/LogoDet-3K+train.txt"
transform_ops: transform_ops:
- DecodeImage: - DecodeImage:
to_rgb: True to_rgb: True
......
...@@ -88,10 +88,10 @@ DataLoader: ...@@ -88,10 +88,10 @@ DataLoader:
mean: [0., 0., 0.] mean: [0., 0., 0.]
sampler: sampler:
name: DistributedRandomIdentitySampler name: PKSampler
batch_size: 128 batch_size: 128
num_instances: 2 sample_per_id: 2
drop_last: False drop_last: True
shuffle: True shuffle: True
loader: loader:
num_workers: 6 num_workers: 6
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册