We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/avstack-lab/lib-avstack-core/blob/main/avstack/modules/tracking/libraries/AB3DMOT/model.py#L108
I suppose the parameter t is the timestamp but the code use t as track ID. The to_del should use t_ID
t
to_del
t_ID
Local variable t is used as track ID in multiple places in the same function. I guess it would be better to resolve the conflicts.
The text was updated successfully, but these errors were encountered:
Thanks Qingzhao, this is a great point. I'll unify the convention when I can get to it.
Keep the bug reports coming if you find things.
Sorry, something went wrong.
roshambo919
No branches or pull requests
https://github.com/avstack-lab/lib-avstack-core/blob/main/avstack/modules/tracking/libraries/AB3DMOT/model.py#L108
I suppose the parameter t is the timestamp but the code use
t
as track ID. Theto_del
should uset_ID
Local variable
t
is used as track ID in multiple places in the same function. I guess it would be better to resolve the conflicts.The text was updated successfully, but these errors were encountered: