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

Some problems on custom dataset about mesh width or resolution #51

Open
weiyunpei opened this issue Jul 24, 2024 · 3 comments
Open

Some problems on custom dataset about mesh width or resolution #51

weiyunpei opened this issue Jul 24, 2024 · 3 comments

Comments

@weiyunpei
Copy link

hello ,when I want to apply RoMe on our custom dataset, I get the blend_images as follow.

image

It seems that I used an inappropriate grid size, which resulted in the left side of the road not being covered
I wonder what can I do to change this strange problems
Thanks for your amazing work again!

@DRosemei
Copy link
Owner

@weiyunpei You can try to increase bev length.

@weiyunpei
Copy link
Author

@weiyunpei You can try to increase bev length.

我试过增加 bev length. = 300,但是右边的墙也被掩码了进去导致高度上一直不对会有倾斜,就像下面这样
image

然后我在代码上稍微改了一下,保证不会让掩码覆盖到墙的位置

x_offset = -configs["center_point"]["x"] + configs["bev_x_length"]/2 + 5
结果像这样
image
前段呈一条直线,然后俯视图如下

image

车道线右边要比左边窄,我感觉这两种情况可能是因为mesh出现了倾斜 想向您请教一下 万分感谢

@DRosemei
Copy link
Owner

@weiyunpei 应该是车平面倾斜了,可以把自车平面根据位姿可视化出来,尽量使得车平面是水平的

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