DomainAdaptiveReID icon indicating copy to clipboard operation
DomainAdaptiveReID copied to clipboard

Problem with pre-trained models

Open anilsh opened this issue 5 years ago • 7 comments

I am not able to open the downloaded tar files. Anyone else faced similar issue?

anilsh avatar Aug 07 '19 07:08 anilsh

@anilsh open it with torch.load(), no need to use tar xf. sorry for the confusing suffix

lsongx avatar Aug 13 '19 17:08 lsongx

Use torch.load() BUT got UnicodeDecodeError: 'ascii' codec can't decode byte 0x91 in position 0: ordinal not in range(128). any idea??

mittlin avatar Nov 29 '19 08:11 mittlin

@mittlin Which file are you dealing with?

lsongx avatar Nov 30 '19 21:11 lsongx

Use torch.load() BUT got UnicodeDecodeError: 'utf-8' codec can't decode byte in position 0. any idea??

YMing-Li avatar Sep 21 '20 13:09 YMing-Li

@YMing-Li Could you try loading with PyTorch 0.3 / Python 2?

lsongx avatar Sep 22 '20 01:09 lsongx

@YMing-Li Could you try loading with PyTorch 0.3 / Python 2?

Thanks a lot. I am now encountering a new problem. After I run source_train.py directly, the mAP is only 53%, which is far worse than the trained network given. The small bugs in source_train.py have been fixed. Do some parameters need to be changed? My version : Python3.7.4 and Pytorch1.3.1

YMing-Li avatar Sep 22 '20 08:09 YMing-Li

@YMing-Li Maybe some params need to be changed. Im not sure. As an alternative, you could try https://github.com/open-mmlab/OpenUnReID for your environment.

lsongx avatar Sep 22 '20 14:09 lsongx