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

Training on custom long range dataset #223

Open
RocketFlash opened this issue May 2, 2023 · 1 comment
Open

Training on custom long range dataset #223

RocketFlash opened this issue May 2, 2023 · 1 comment

Comments

@RocketFlash
Copy link

Hi @HuangJunJie2017 ! Thank you for amazing work!

I have a question about how to configurate model training parameters on my own data. I already prepared data and can start training, but I don't understand how properly configure grid_config and other parameters to make model converge. I have data from 3 cameras with different focal length

frame_28_pcd_right_camera
frame_28_pcd_left_camera
frame_28_pcd_main_camera

Objects are located in range 0-1000 meters from lidar. How to properly set grid_config ?

grid_config = {
'x': [0, 1024, 8],
'y': [-51.2, 51.2, 0.8],
'z': [-5, 3, 8],
'depth': [1.0, 60.0, 1.0],
}

is this config okay ?

@RocketFlash
Copy link
Author

How to set 'depth' properly ?

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

1 participant