-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cant find files #8
Comments
Also I can't download I would just ignore these datasets, but for some reason I cant get to run an eval on a single dataset, it asks me to have all the datasets downloaded before I can run any eval. |
Thank you for your feedback!
|
Hey @huanghoujing thanks a lot! Tried your command, worked perfectly! One question, which of the models would you recommend for someone that is just trying to use this as a generic Person-ReId algorithm? Is there any one model that generalizes better to unseen domains than the other ones? I read your paper and noticed you mentioned that the Duke dataset has people dressed in coats and trousers, I guess this would be more similar to the use case I want to test, but still the difference in the domains may be huge, so I don't know if this makes a real difference. Also, regarding your last question. Personally I am not planning to train the models, so I am not sure I would use those datasets, but I can say that most people who don't speak Chinese would have a very hard time navigating the site and downloading them. Specially considering that Baidu Cloud asks the user to download a software downloader in order to download the dataset, I think this may put some people off. Thanks again for the prompt reply and the awesome project! |
Also, if there is some guide on how to use the project just for inference, I'd be very thankful if you could point me in its direction. I understand that this was probably no the intended use of the project, so there probably is no such guide, buy asking just in case I missed something! |
For cross-domain exploitation, model trained on MSMT17 seems to be the best. I think I have to provide an example to extract feature for single images recently. |
Hey I am using the inference api you just pushed, its great! One question, what is the most precise configuration I can use given that I plan to use MSMT17 and pose detection ? |
For some reason I am getting assertion errors of the kind
ckpt_file exp/eanet/test_paper_models/PAP_ST_PS_SPGAN_CFT/duke_to_market1501/ckpt.pth not found
, but I am following the instructions pretty carefully. I downloaded all the models toexp/test_paper_models
as instructed.I am not understanding why it looks for the models in in
exp/eanet/test_paper_models/
instead ofexp/test_paper_models/
. Even if I fix this I get a differentneed more than 0 values to unpack
error, which looking at other issues here seems to be an error with how I downloaded the data. I just want to make sure though.The text was updated successfully, but these errors were encountered: