We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run torchreid/metric/rank_cyclib/test_cython.py and receive:
File "C:\Users\Semihal\Documents\Projects\deep-person-reid\torchreid\metrics\rank.py", line 201, in evaluate_rank use_metric_cuhk03 File "torchreid\metrics\rank_cylib\rank_cy.pyx", line 25, in torchreid.metrics.rank_cylib.rank_cy.evaluate_cy cpdef evaluate_cy(distmat, q_pids, g_pids, q_camids, g_camids, max_rank, use_metric_cuhk03=False): File "torchreid\metrics\rank_cylib\rank_cy.pyx", line 33, in torchreid.metrics.rank_cylib.rank_cy.evaluate_cy return eval_market1501_cy(distmat, q_pids, g_pids, q_camids, g_camids, max_rank) ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'
I have same error when start evaluating phase.
OS: Windows 10
The text was updated successfully, but these errors were encountered:
this might help #160
Sorry, something went wrong.
@KaiyangZhou, thak you, this is work for me 👍
I've opened a PR to fix this, if you want to take a look #412
No branches or pull requests
I run torchreid/metric/rank_cyclib/test_cython.py and receive:
I have same error when start evaluating phase.
OS: Windows 10
The text was updated successfully, but these errors were encountered: