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
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.