layumi / Person_reID_baseline_pytorch

:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
https://www.zdzheng.xyz
MIT License
4.12k stars 1k forks source link

About testing the model in colab. #296

Open babeijinga opened 2 years ago

babeijinga commented 2 years ago

Hello, layumi When i prepared to test the model in colab, it showed a mistake : RuntimeError: Found 0 files in subfolders of: /content/drive/MyDrive/Person_reID_baseline_pytorch/Market-1501-v15.09.15/pytorch/gallery could you tell me how to deal with it? thanks!

layumi commented 2 years ago

The dataset path may be wrong. You need to check the path.

babeijinga commented 2 years ago

数据集路径可能有误。您需要检查路径。

好的,原因是 运行prepare.py文件后,相关目录下的文件不全,谢谢