You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had two issues i wanted to discuss about the PETR model.
Since the joint decoder runs simultaneously on all of the pose queries, it's effectively have a batch size of num_pose_queris * batch_size. Doesn't it cause a huge memory consumption problem?
Following the previous question, doesn't activating the joint decoder on so many queries (num_pose_queris * batch_size * num_key_points) causes a very large latency?
Thanks,
The text was updated successfully, but these errors were encountered:
Asafgendler
changed the title
Some questions about memory consumption and running time
Some questions about memory consumption and running time in PETR
Apr 5, 2023
Hey, thanks for the great paper,
I had two issues i wanted to discuss about the PETR model.
Since the joint decoder runs simultaneously on all of the pose queries, it's effectively have a batch size of num_pose_queris * batch_size. Doesn't it cause a huge memory consumption problem?
Following the previous question, doesn't activating the joint decoder on so many queries (num_pose_queris * batch_size * num_key_points) causes a very large latency?
Thanks,
The text was updated successfully, but these errors were encountered: