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

The problem of bigger scene reconstruction #17

Open
huangqiusheng opened this issue Apr 2, 2024 · 4 comments
Open

The problem of bigger scene reconstruction #17

huangqiusheng opened this issue Apr 2, 2024 · 4 comments

Comments

@huangqiusheng
Copy link

Admirable work!
When I try to reconstruct a 198-frame waymo dynamic scene, the reconstruction effect is very poor. It seems that it can only succeed under 50 frames. Fine-tuning some hyper-parameters does not solve this problem. Please give me some advice, thanks!

@cxzhou35
Copy link

Admirable work! When I try to reconstruct a 198-frame waymo dynamic scene, the reconstruction effect is very poor. It seems that it can only succeed under 50 frames. Fine-tuning some hyper-parameters does not solve this problem. Please give me some advice, thanks!

Can you share the config and scripts you used on waymo scene? I want to use PVG on my waymo dataset. Thanks a lot.

@huangqiusheng
Copy link
Author

Admirable work! When I try to reconstruct a 198-frame waymo dynamic scene, the reconstruction effect is very poor. It seems that it can only succeed under 50 frames. Fine-tuning some hyper-parameters does not solve this problem. Please give me some advice, thanks!

Can you share the config and scripts you used on waymo scene? I want to use PVG on my waymo dataset. Thanks a lot.

config from author

@cxzhou35
Copy link

Thanks!

How do you convert the raw .tfrecord waymo data to kitti format? I just use the sciprts provided by Waymo_kitti_converter, but the results can't be used directly.

@Fumore
Copy link

Fumore commented Apr 24, 2024

@huangqiusheng hi, you could try to add "fix_radius: 10.0" to the waymo config to alleviate this problem. This parameter will fix the threshold controlling whether a point is going to split or clone (otherwise this threshold will grow as the scene becomes bigger and lead to a "under-split" case).

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

3 participants