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
Thanks for sharing so nice work.
Could you mind sharing the method to reproduce your results for Visualization of attention? Just as presented by Fig5. and Fig6. from your paper?
The text was updated successfully, but these errors were encountered:
Fig 5 does not show the attention but visualizes the locations of the keypoints and their corresponding locations. The network outputs all of these quantities so it should be quite easy to visualize them, and I have already provided a function to draw them here.
The attention weights are shown in Fig 6. For this, you need to first retrieve the attention weights, which can be obtained via the provided get_attentions() function here. After that, you can just colorize the point cloud using the weights of a particular point.
Hi, Zi Jian:
Thanks for sharing so nice work.
Could you mind sharing the method to reproduce your results for Visualization of attention? Just as presented by Fig5. and Fig6. from your paper?
The text was updated successfully, but these errors were encountered: