Vertical-Beach / ByteTrack-cpp

C++ implementation of ByteTrack that does not include an object detection algorithm.
MIT License
146 stars 29 forks source link

Cmake fixes #10

Closed derpda closed 2 years ago

derpda commented 2 years ago

Thank you for merging the last PR! I was away on the weekend, so I apologize for the late response.

As promised, here is the PR addressing issues #8 and #9, making modifications to the CMake code. With this PR, the configure step will

This makes it significantly easier to use ByteTrack from other CMake projects (as is my use case).

Side note

In the mean time, I have been making more drastic changes to the main code, since it looks like I will be using this library quite intensively.

Namely I have

as well as some other minor changes.\ None of those changes are in this PR, but if you are interested I could make additional PRs.

medalotte commented 2 years ago

Thanks! I've been very busy and am sorry for the delay in responding.