-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我的faiss出了点问题; #24
Comments
I have not faced the same problem, and have you solved it? |
I have tested it on different CUDA versions (9.2 & 10.2), this error should have nothing to do with the CUDA version. You can download faiss-gpu through the following command: pip install faiss-gpu==1.6.3. My machine version:
If you use faiss-gpu==1.6.5, the following issue will occur yxgeee/SpCL#22. |
不好意思,我发现openunreid在测试vehicleid数据集时,会出现下面这个错误: 请问是数据在划分的时候出错了吗 |
@zwzhang121 Please help solve it. |
相机ID全为0出现的错误,这样rank的 VehicleID库会丢弃所有底库图片,我认为这是个bug。 |
Yeah, I will fix this error. |
Hi, actually the VehicleID dataset does not provide camera IDs, as well as the query and gallery split. Thus conventional metrics (e.g. mAP, CMC) do not support the VehicleID dataset. According to previous works, a specific evaluation metric is used for this dataset, i.e. computing the accuracies over randomly split query and gallery (mean for ten times). But unfortunately, OpenUnReID does not support such an evaluation metric now, so it will raise errors when you use VehicleID as a target-domain dataset or an unlabeled dataset for unsupervised learning. @zwzhang121 is now in charge of the upgrade of the codebase and hopefully he could help improve it. It's also welcome to pull requests. |
Yes, you are right! Do you have plans to update the results of vehicle reid. |
Have the same question. |
Fortunately, I found a solution at https://github.com/Jakel21/vehicle-ReID-baseline/blob/master/vehiclereid/eval_metrics.py.
|
版本是cuda9.0, faiss-gpu 1.5.0
报的错误是TypeError:bruteForceKnn() takes exactly 10 arguments (12given)
但是如果我把faiss的版本升上去,同样是用conda装的, 就会出现向前面的一个问题:Faiss assertion 'err__ == cudaSuccess' failed in void faiss::gpu::runL2Norm
我是只能把cuda升到10.0再试一试吗
The text was updated successfully, but these errors were encountered: