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
Hi, visualization of curves is essentially the drawing of connections between the selected nodes in order. In this case, you can simply collect the flatten_cur parameters here at every step, and draw the connections following the collection order. flatten_cur carries indices that can be used to index the input xyz coordinates. Note that flatten_cur flattened the whole batch indices, and I suggest setting batch_size=1 before any visualizations for simplicity.
We may add an easy-to-use visualization module for the curves in the future.
No description provided.
The text was updated successfully, but these errors were encountered: