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

Do I need to recreate PST for my own data? #16

Closed
pandahops1 opened this issue Feb 17, 2022 · 5 comments
Closed

Do I need to recreate PST for my own data? #16

pandahops1 opened this issue Feb 17, 2022 · 5 comments

Comments

@pandahops1
Copy link

pandahops1 commented Feb 17, 2022

In the paper you mentioned:

PST is a set of particles pre-sampled uniformly within the unit sphere in the 6D space of camera pose. Through moving and rescaling the pre-sampled PST guided by swarm intelligence, our method is able to drive tens of thousands of particles to locate and cover a good local optimum extremely fast and robustly.

It seems that the .tiff files are just a uniform sampling of poses in 6D space. But in readme.md you said:

You can find the .tiff images in PST dicrectory, and please replace the PST path in controller_config.yaml with your own path.

Shoud I create my own PST? Thanks.

@pandahops1
Copy link
Author

#10 ok it seems like its answered here.

@xiaopeige
Copy link

How to generate PST, I don't know how to generate,,thank you

@jzhzhang
Copy link
Owner

@xiaopeige
We use the Poisson-disk sampling to generate the PST within a unit sphere. And the particles within the PST range from -1 to 1.

You can adapt to other uniform sampling strategies for simplification, like FPS or voxel sampling.

@xiaopeige
Copy link

@xiaopeige We use the Poisson-disk sampling to generate the PST within a unit sphere. And the particles within the PST range from -1 to 1.

You can adapt to other uniform sampling strategies for simplification, like FPS or voxel sampling.

Sorry, I still don't know how to generate PST, do you have relevant examples or references? thank you

@tangqi1012
Copy link

@xiaopeige We use the Poisson-disk sampling to generate the PST within a unit sphere. And the particles within the PST range from -1 to 1.
You can adapt to other uniform sampling strategies for simplification, like FPS or voxel sampling.

Sorry, I still don't know how to generate PST, do you have relevant examples or references? thank you

Hello, do you know how to generate PST now?

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

4 participants