ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

Issue integrating the tensorRT files with a project of mine #232

Open Aparajit-Garg opened 2 years ago

Aparajit-Garg commented 2 years ago

IDE: Visual Studio 2019 Community Mode: Debug mode CPU: i5 11th gen, 16GB ram

Hi, Thank you for the great repo. I am trying to integrate the files with a personal project of mine but I am getting some error causing the build to fail. Now, the error is not that insightful so I was hoping if you can help me with a few queries of mine (and maybe people like me). 1.) Can we use these files on a cpu system? 2.) While building eigen do we need to keep some parameters in mind or a default build will work? 3.) The error I am getting is without even integrating the files to my code base. I just included the files in visual studio and included the Eigen directory, but the program does not build. So I am not sure what's happening.

Can you please help me with these points or anything else that can help me get rid of the problem.

Thank you.