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

Simple inference demo? #5

Open
Parskatt opened this issue Aug 8, 2023 · 3 comments
Open

Simple inference demo? #5

Parskatt opened this issue Aug 8, 2023 · 3 comments

Comments

@Parskatt
Copy link

Parskatt commented Aug 8, 2023

Hi again,

I'm wondering if you could provide a simple inference demo on a single point cloud pair.
Right now it seems like I have to use the functions defined in the dataset dataloaders to convert the pointclouds to the input format of the network. Could this perhaps be included as a method in the network itself?
I think this would greatly simplify using BUFFER for downstream tasks.

@Parskatt
Copy link
Author

Parskatt commented Aug 8, 2023

For example, you could have an API like

buffer.register(pc_1, pc_2)

where $pc_1 \in \mathbb{R}^{N \times 3}$, $pc_2 \in \mathbb{R}^{M \times 3}$.

@klein0809
Copy link

For example, you could have an API like

buffer.register(pc_1, pc_2)

where pc1∈RN×3, pc2∈RM×3.

hello, have you solved this problem?

@Parskatt
Copy link
Author

Hi, no I did not.

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