From cb5008e3b2a21cf45e99544304ad1e6efadcf868 Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 7 Jun 2021 15:48:22 +0800 Subject: [PATCH] Update ResNet50_ReID.yaml --- ppcls/configs/Logo/ResNet50_ReID.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ppcls/configs/Logo/ResNet50_ReID.yaml b/ppcls/configs/Logo/ResNet50_ReID.yaml index 68d7fdd2..a47e15bf 100644 --- a/ppcls/configs/Logo/ResNet50_ReID.yaml +++ b/ppcls/configs/Logo/ResNet50_ReID.yaml @@ -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 -- GitLab