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

Model trained for larger distance not working #66

Open
bhaskar-anand-iith opened this issue May 10, 2022 · 0 comments
Open

Model trained for larger distance not working #66

bhaskar-anand-iith opened this issue May 10, 2022 · 0 comments

Comments

@bhaskar-anand-iith
Copy link

Hi,

I tried training the model to detect for a larger distance.
I changed the kitti_config.py as follows:

boundary = {
"minX": 0,
"maxX": 100,
"minY": -25,
"maxY": 25,
"minZ": -2.73,
"maxZ": 1.27
}

bound_size_x = boundary['maxX'] - boundary['minX']
bound_size_y = boundary['maxY'] - boundary['minY']
bound_size_z = boundary['maxZ'] - boundary['minZ']

boundary_back = {
"minX": -50,
"maxX": 0,
"minY": -25,
"maxY": 25,
"minZ": -2.73,
"maxZ": 1.27

X-range is increased to 100m. but with this trained model detection is too poor.
Is there any mistake my side?
What is boundary_back?
What are BEV_WIDTH, BEV_HEIGHT and DISCRETIZATION?
Do we need to change these also before training for a larger distance?

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