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

Questions About Training and Results in PointTransformerV3 #117

Open
xiaosa269 opened this issue Nov 27, 2024 · 1 comment
Open

Questions About Training and Results in PointTransformerV3 #117

xiaosa269 opened this issue Nov 27, 2024 · 1 comment

Comments

@xiaosa269
Copy link

Hello, thank you very much for your excellent work! I am a beginner, and I have a few questions I would like to ask:

1.How can I use the PPT method for training? How should I configure and enable it?
2.When I start training normally, will it save the tensorboard logs? If so, how can I view them? Additionally, how can I check the contents of the .sun files?
3.In your paper, you only included the mIoU value for the SemanticKITTI dataset. Where can I find the detailed values for each label?

Thank you for your help, and I wish you success in your research!

@Gofinge
Copy link
Member

Gofinge commented Dec 3, 2024

How can I use the PPT method for training?

Usually, I will just copy the default config file for PPT and modify it to support the change you want to make. For example, if you doing some research related to the backbone, just replace the backbone config to the one you want.

When I start training normally, will it save the tensorboard logs?

Yes, in exp/dataset/exp_name

If so, how can I view them?

Google how to load tenserboard files in a specific folder.

how can I check the contents of the .sun files?

Sorry, I don't know what means .sun files.

Where can I find the detailed values for each label?

Not available now, as I cannot access the original experiment record due to a change of internship. I will take a look at the reproduce later.

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