Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hoe to visulize curves as shown in Figure 7? #3

Open
cuge1995 opened this issue Aug 11, 2021 · 1 comment
Open

Hoe to visulize curves as shown in Figure 7? #3

cuge1995 opened this issue Aug 11, 2021 · 1 comment

Comments

@cuge1995
Copy link

No description provided.

@tiangexiang
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants