Closed haofanwang closed 2 years ago
This mainly involves integrating robust multi-object tracking into the demo. Due to limited bandwidth, there is no current plan for this. Any community efforts would be much appreciated.
I have added a PR https://github.com/NVlabs/GLAMR/pull/12 to support it.
Thank you so much, @haofanwang!
quick question: is this part redundant? https://github.com/NVlabs/GLAMR/blob/463dda1c23cdce70c1e0a19a835fdbfa45777be3/global_recon/run_demo.py#L80-L83
I see, these lines are not necessary (just orders the keys in est_dict) and should be removed.
will there be a problem if the orders are not maintained? If so, we can probably add it to the demo.py
It shouldn't be a problem, I have tested and the visualization results are same.
ok, thanks!
Is there any plan?