Replies: 1 comment
-
Transferred to issue; hence close per duplication. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have brief explanation of how this is implemented?
https://github.com/open-mmlab/mmtracking/blob/e79491ec8f0b8c86fda947fbaaa824c66ab2a991/mmtrack/core/track/interpolation.py#L5C16-L5C16
I would like to find out whether it is possible to speed up the calculation using parallelism.
I am currently using it and found out that the calculation time seems to be exponential to the number of total frames, e.g.
Beta Was this translation helpful? Give feedback.
All reactions