Jinkun Cao
Jinkun Cao
Also, it would be great if you can make a PR here to support customized detector. Using an abstract detector wrapper is a good idea. I would appreciate your contribution.
Hi, some updates: There is an implementation is [another issue thread](https://github.com/noahcao/OC_SORT/issues/54). Also, I have supported OC-SORT in [mmtracking](https://github.com/noahcao/mmtracking.git). You can move to mmtracking to have a more advanced and customized...
Please check the [deployment doc](https://github.com/noahcao/OC_SORT/blob/master/docs/DEPLOY.md) for supporting NCNN. I have checked the implementation provided by Bytetrack. You can use the same guidelines for OC-SORT here which can use exactly the...
I don't change anything for the detector inherited from ByteTrack.
Hi @JLJ19, That is great! It would be nice if you can make a PR to this repo to add the support. That would be make the community all benefit...
Great. I will try to find some time to review the code and see if we can merge it into the repo.
No, I haven't systemically tried that. You can try that easily by combining the DeepSORT, which is also provided, and corresponding alternative modules from OC-SORT. It would be wonderful if...
Hi, we don't have the plan to integrate Deepstream at this moment due to limited bandwidth. We definitely welcome your contribution if you can make that happen. Thank you for...
With using Intel(R) Xeon(R) Gold 6348 CPU @ 2.60GHz CPU, it took me around 2 hours to finish the conversion, which is acceptable to me. If you get multiple CPUs,...
@AndrewGuo0930 I made a support to multi-class tracking by ByteTrack as PR #548 , you may want to migrate it to other trackers by the logic inside.