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

Update ResNet50_ReID.yaml

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