ifzhang / FairMOT

[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
MIT License
3.96k stars 930 forks source link

THFloatBlas_gemv #188

Open tcll321 opened 3 years ago

tcll321 commented 3 years ago

/home/accusys/git_source/FairMOT/src/lib/models/networks/DCNv2_new/src/cpu/dcn_v2_cpu.cpp:224:9: error: ‘THFloatBlas_gemv’ was not declared in this scope THFloatBlasgemv('t', k, m_, 1.0f, ^~~~ /home/accusys/git_source/FairMOT/src/lib/models/networks/DCNv2_new/src/cpu/dcn_v2_cpu.cpp:224:9: note: suggested alternative: ‘THFloatBlas_gemm’ THFloatBlasgemv('t', k, m_, 1.0f, ^~~~ THFloatBlas_gemm error: command 'g++' failed with exit status 1

abrichr commented 3 years ago

I was receiving the same error, this fork worked for me: https://github.com/MLDSAI/DCNv2_latest