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.
This version of the package demonstrates a binary classification of the association outcomes via
instrumentation of the tracker (ClavIA). The instrumentation consists of adding
an annotation ID ann_id to the Box3D and Target classes. Apart from the annotation ID,
an update ID upd_id is added to the Target class.
The tracker class Ab3dMot is modified to process the instrumentation fields.
The instrumentation serves the 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 is 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-2.1.0.tar.gz.
File metadata
- Download URL: pure_ab_3d_mot-2.1.0.tar.gz
- Upload date:
- Size: 253.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff96474f3b8d54e58ff1f5799d175119d992513e640ed63f4892514f3bce6d5d
|
|
| MD5 |
5eafb55ba27f98dd45d2335e9d1577eb
|
|
| BLAKE2b-256 |
30627925ec00df925d82c3341f1ecf2d2659df4feac72797879817e65d33d9d1
|
File details
Details for the file pure_ab_3d_mot-2.1.0-py3-none-any.whl.
File metadata
- Download URL: pure_ab_3d_mot-2.1.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ce11de7b6fc030823ac81bb288e7eb96f87db7b50680bd6294da5ef26f542f8
|
|
| MD5 |
0038dc7c6d7271667138bb706594e84a
|
|
| BLAKE2b-256 |
e6c9f60592c36578867a287d09055e9e32579cf035029ed942979ec75b4f3ff1
|