-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
Can you share the config and scripts you used on waymo scene? I want to use PVG on my waymo dataset. Thanks a lot. |
|
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. |
@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). |
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!
The text was updated successfully, but these errors were encountered: