Closed BackT0TheFuture closed 2 years ago
Hi, @goodtogood.
The tracking process is implemented as BYTETracker
class, and the class deals with only a single class.
The test of this repo is an example. This implementation is single-class tracking because only one instance is declared.
If you would like to do multi-class tracking, declare std::vector<byte_track::BYTETracker>
object and track each class in each of its elements.
Hi @medalotte I got it. BTW, is BYTETracker thread safety? thanks for your details!
Hi, thanks for your efforts. It seemed that it just did support single class tracking. I'm not famliar with cpp and let me know if I was wrong. so is there a plan for multi class tracking? thanks!