Hzzone / MTLFace

When Age-Invariant Face Recognition Meets Face Age Synthesis: A Multi-Task Learning Framework (CVPR 2021 oral & TPAMI 2022)
173 stars 31 forks source link

File not found error!! #2

Closed Watebear closed 3 years ago

Watebear commented 3 years ago

Hello, thanks for sharing your code. I am very interesting in your work. I run your code but meet this error:

FileNotFoundError: File b'/data/xxx/Face/MTLFace/dataset/scaf.txt' does not exist

The file is not in your baidu netdisk.

Hzzone commented 3 years ago

You can choose some faces from MS1M.

yiyifengping commented 1 year ago

FileNotFoundError: [Errno 2] No such file or directory: '/xxx/xxx/xxx/MTLFace/dataset/None.txt'

quleileileilei commented 1 year ago

FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/xxx/MTLFace-master/dataset/ms1m/16490/1294129.jpg'

zhangbaijin commented 1 year ago

Have you solved the problem? How to solve it

wangmengmeng99 commented 6 months ago

这样配置parser.add_argument("--dataset_name", "-d", default='casia-webface',help='input image size', type=str) 1715334355012