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

About configuration question #42

Closed
seonhoon1002 opened this issue Jul 11, 2022 · 6 comments
Closed

About configuration question #42

seonhoon1002 opened this issue Jul 11, 2022 · 6 comments

Comments

@seonhoon1002
Copy link

Hello, I have two questions about your codes.

  1. In comments on config files in the D5 series, "D5 in the config name means the whole dataset is divided into 5 folds, We only use one fold for efficient experiments."
    So this means that it uses 20% of the waymo dataset?
  2. There are 5dim in configs, what is the mean of 5dim in lidar?

Summary

  1. What is the mean of D5 in config files?
  2. What is the mean of 5dim in config files in lidar?
@Abyssaledge
Copy link
Collaborator

  1. D5 means that sample 1 frame every 5 frames, which builds a sub training dataset containing 20% data.
  2. 5dim means that use intensity and elongation as extra point features in addition to xyz.

@seonhoon1002
Copy link
Author

And I have an additional question about D5.

When I analyzed between "waymo-3d-3class" and "waymoD5-3d-3class" in "confgs/base/datasets", It seems like that only difference between two codes is setting of "use_dim" in "train/test/eval_pipeline">'LoadPointsFromFile"

Does "use_dim" makes difference for D5 and D1?

use_dim

@Abyssaledge
Copy link
Collaborator

use_dim has nothing to do with load_interval. The names of data config file are a little bit confusing, so you should focus on the load_interval in a config file instead of its name.

@seonhoon1002
Copy link
Author

seonhoon1002 commented Jul 11, 2022

So does the below part control interval?

load_inteval

@Abyssaledge
Copy link
Collaborator

Yes

@seonhoon1002
Copy link
Author

Aha! I see, Thanks!!

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