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

PointNet checkpoint path in the archived files #30

Open
ubt0001 opened this issue Jun 28, 2024 · 3 comments
Open

PointNet checkpoint path in the archived files #30

ubt0001 opened this issue Jun 28, 2024 · 3 comments

Comments

@ubt0001
Copy link

ubt0001 commented Jun 28, 2024

Hello,

In issue #25 there is a request for the PointNet checkpoint to facilitate the addition of new objects and a link that leads to multiple archived files was provided. Could you kindly provide some hints on the path to the model checkpoint after extracting the files from that link? The link offers extracted features from different object datasets, but it appears to not include the model weights. Is there something I might have missed?

Thank you in advance for your assistance.

@ubt0001
Copy link
Author

ubt0001 commented Jun 28, 2024

Additionally, this comment points out that the features of many objects have been set to zero. Could you provide an example of training with all zero object features?

@wkwan7
Copy link
Collaborator

wkwan7 commented Jul 3, 2024

Hi @ubt0001! We have not released the pre-trained PointNet model checkpoint. It is very easy to set the input visual feature to zero at this line; simply change "0.1 * self.visual_feat_buf" to 0 here.

@ubt0001
Copy link
Author

ubt0001 commented Jul 3, 2024

When multiple types of objects are loaded in the simulation environment, does directly setting the features of all objects that do not have feature vectors to zero match the experiment settings in the paper?

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