{"id":13436686,"url":"https://github.com/Vertical-Beach/ByteTrack-cpp","last_synced_at":"2025-03-18T21:30:47.079Z","repository":{"id":46525279,"uuid":"449298580","full_name":"Vertical-Beach/ByteTrack-cpp","owner":"Vertical-Beach","description":"C++ implementation of ByteTrack that does not include an object detection algorithm.","archived":false,"fork":false,"pushed_at":"2024-04-08T03:30:03.000Z","size":538,"stargazers_count":145,"open_issues_count":8,"forks_count":28,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-27T20:20:42.881Z","etag":null,"topics":["bytetrack","mot","object-tracking"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vertical-Beach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-18T13:37:36.000Z","updated_at":"2024-10-24T07:17:33.000Z","dependencies_parsed_at":"2024-10-27T19:14:09.346Z","dependency_job_id":"d6013b56-633a-4ae4-9c50-88a900da536f","html_url":"https://github.com/Vertical-Beach/ByteTrack-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vertical-Beach%2FByteTrack-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vertical-Beach%2FByteTrack-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vertical-Beach%2FByteTrack-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vertical-Beach%2FByteTrack-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vertical-Beach","download_url":"https://codeload.github.com/Vertical-Beach/ByteTrack-cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244310369,"owners_count":20432526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bytetrack","mot","object-tracking"],"created_at":"2024-07-31T03:00:51.279Z","updated_at":"2025-03-18T21:30:47.067Z","avatar_url":"https://github.com/Vertical-Beach.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# ByteTrack-cpp\n\nC++ implementation of ByteTrack that does not include an object detection algorithm.\n\n## Overview\n\n- The implementation is based on [ByteTrack-CPP-ncnn](https://github.com/ifzhang/ByteTrack/tree/3434c5e8bc6a5ae8ad530528ba8d9a431967f237/deploy/ncnn/cpp) that is the official C++ implementation using ncnn\n- Only tracking algorithm are implemented in this repository\n  - Any object detection algorithm can be easily combined\n- Provided as a shared library usable in C++17 or higher\n- The output of the implementation has been verified to be equivalent to the output of the [ByteTrack-CPP-ncnn](https://github.com/ifzhang/ByteTrack/tree/3434c5e8bc6a5ae8ad530528ba8d9a431967f237/deploy/ncnn/cpp)\n  - [Verification data](data/YOLOX_ncnn_palace) are generated by [ByteTrack-CPP-ncnn](https://github.com/ifzhang/ByteTrack/tree/3434c5e8bc6a5ae8ad530528ba8d9a431967f237/deploy/ncnn/cpp) using YOLOX\n\n## Dependencies\n\n- Eigen 3.3\n- C++ compiler with C++17 or higher support\n- CMake 3.14 or higher\n- GoogleTest 1.10 or higher (Only tests)\n\n## Build and Test\n\nThe shared library (libbytetrack.so) can be build with following commands:\n\n```shell\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\nThe implementation can be test with following commands:\n\n```shell\nmkdir build \u0026\u0026 cd build\ncmake .. -DBUILD_BYTETRACK_TEST=ON\nmake\nctest --verbose\n```\n\n## Tips\n\nYou can use docker container to build and test the implementation.\n\n```shell\ndocker build . -t bytetrack-cpp:latest\ndocker run -ti --rm \\\n           -v ${PWD}:/usr/src/app \\\n           -w /usr/src/app \\\n           bytetrack-cpp:latest\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVertical-Beach%2FByteTrack-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVertical-Beach%2FByteTrack-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVertical-Beach%2FByteTrack-cpp/lists"}