未验证 提交 cb5008e3 编写于 作者: F Felix 提交者: GitHub

Update ResNet50_ReID.yaml

上级 3faf5d68
...@@ -36,8 +36,6 @@ Arch: ...@@ -36,8 +36,6 @@ Arch:
embedding_size: 512 embedding_size: 512
#class_num: 3000 #class_num: 3000
# loss function config for traing/eval process
# loss function config for traing/eval process # loss function config for traing/eval process
Loss: Loss:
Train: Train:
...@@ -66,8 +64,8 @@ DataLoader: ...@@ -66,8 +64,8 @@ DataLoader:
Train: Train:
dataset: dataset:
name: LogoDataset name: LogoDataset
image_root: "/mnt/huangfei/dataset/LogoDet-3K-crop/train/" image_root: "dataset/LogoDet-3K-crop/train/"
cls_label_path: "/mnt/huangfei/dataset/LogoDet-3K-crop/LogoDet-3K+train.txt" cls_label_path: "dataset/LogoDet-3K-crop/LogoDet-3K+train.txt"
transform_ops: transform_ops:
- ResizeImage: - ResizeImage:
size: 224 size: 224
...@@ -96,8 +94,8 @@ DataLoader: ...@@ -96,8 +94,8 @@ DataLoader:
# TOTO: modify to the latest trainer # TOTO: modify to the latest trainer
dataset: dataset:
name: LogoDataset name: LogoDataset
image_root: "/mnt/huangfei/dataset/LogoDet-3K-crop/val/" image_root: "dataset/LogoDet-3K-crop/val/"
cls_label_path: "/mnt/huangfei/dataset/LogoDet-3K-crop/LogoDet-3K+val.txt" cls_label_path: "LogoDet-3K-crop/LogoDet-3K+query.txt"
transform_ops: transform_ops:
- ResizeImage: - ResizeImage:
size: 224 size: 224
...@@ -119,8 +117,8 @@ DataLoader: ...@@ -119,8 +117,8 @@ DataLoader:
# TOTO: modify to the latest trainer # TOTO: modify to the latest trainer
dataset: dataset:
name: LogoDataset name: LogoDataset
image_root: "/mnt/huangfei/dataset/LogoDet-3K-crop/train/" image_root: "dataset/LogoDet-3K-crop/train/"
cls_label_path: "/mnt/huangfei/dataset/LogoDet-3K-crop/LogoDet-3K+train.txt" cls_label_path: "dataset/LogoDet-3K-crop/LogoDet-3K+gallery.txt"
transform_ops: transform_ops:
- ResizeImage: - ResizeImage:
size: 224 size: 224
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册