The gist of the AB3DMOT (a base-line of 3D multiple-object tracking).
Project description
Pure AB3DMOT
The gist of the AB3DMOT (a base-line of 3D multiple-object tracking).
This version produces the same results as original AB3DMOT tracker without center-of-motion (COM) correction. Although the results are the same, the implementation features several refactorings which improve speed, readability and maintainability of the code.
The original package is refactored to ultimately demonstrate the binary classification of the associations via instrumentation of the tracker (ClavIA).
See the changelog for a detailed list of refactoring edits.
This version contains the instrumentation of the tracker association procedure.
The instrumentation consists in adding annotation IDs ann_id in Box3D
and Target classes as well as adding an update ID upd_id in the
Target class. The tracker class Ab3dMot is modified to process the
instrumentation fields. The instrumentation is constructed for observing (inquiry)
purposes. It does not change the original objects beyond that purpose.
The function of the instrumentation is checked in this repository and used in
a separate evaluation code (package eval-ab-3d-mot).
Usage
The package contains a bare minimum for the tracker to function. The interface for
using the tracker in evaluation will be done in separate repos (see eval-ab-3d-mot).
Install
pip install pure-ab-3d-mot
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pure_ab_3d_mot-1.0.0.tar.gz.
File metadata
- Download URL: pure_ab_3d_mot-1.0.0.tar.gz
- Upload date:
- Size: 253.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb03273ff56d63ba7e3f61577c9da05e3a14d034229d2a5ea7c28cfd36bdff60
|
|
| MD5 |
d4b7afaffbf0754c77509d17777ad13f
|
|
| BLAKE2b-256 |
e9c5a831178c652a1635c981f37b00b460a07407da85024341a9be7f841fb04a
|
File details
Details for the file pure_ab_3d_mot-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pure_ab_3d_mot-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06faee1b524118331b677386adabd363ac48d7b3eae7292d2b66fcaf6fa34931
|
|
| MD5 |
48abc1fcc2a0930999912ea376e70aa9
|
|
| BLAKE2b-256 |
bff78f09278cd85f062459ac6dc0b8ed1bb5699a2e2e1ec83d6ae10f70c77d7d
|