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

PillarNet different pillar sizes #1667

Open
ahmedius2 opened this issue Sep 16, 2024 · 1 comment
Open

PillarNet different pillar sizes #1667

ahmedius2 opened this issue Sep 16, 2024 · 1 comment

Comments

@ahmedius2
Copy link

Hi, thanks for making this wonderful work publicly available. I am trying to train Pillarnet with different pillar sizes as explained in their paper. It is not clear to me how to detach a subset of the backbone convolutions when increasing the pillar size. The number of output channels needs to be changed I guess. Could anyone please provide the configuration files for pillar sizes 0.15, 0.3, and 0.6 and what needs to be updated in the code?

@Petros626
Copy link

Petros626 commented Oct 15, 2024

Try to find in the code the specific area where the pillar size is calculated or set. You can follow this rule: changes in .yaml file should be verified in the code.

Start here and dig further:

class PillarNet(Detector3DTemplate):

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