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

output format for PartNormalDataset #7

Closed
cxlcl opened this issue Nov 7, 2020 · 3 comments
Closed

output format for PartNormalDataset #7

cxlcl opened this issue Nov 7, 2020 · 3 comments

Comments

@cxlcl
Copy link

cxlcl commented Nov 7, 2020

Hi,

As the PartNormalDataset dataloader for the part-seg task is not provided in the repository, I'm assuming that it is similar, if not the same, as the one here. But according to the training script (train_partseg.py), it seems that both the input and output of the dataloader have some slight differences from the original one.
So could you please clarify the difference or provide the modified PartNormalDataset dataloader?

Thanks

@hansen7
Copy link
Owner

hansen7 commented Nov 7, 2020

sorry I don't understand your question, would you mind providing some examples? what is the original dataloader you are referring to?

@cxlcl
Copy link
Author

cxlcl commented Nov 7, 2020

One of the dataloaders for ShapeNetPart

from ShapeNetDataLoader import PartNormalDataset

in train_partseg.py is not included in the repository. So the training script for the partseg task cannot be executed.

It seems that the dataloader is similar to the one here in PointNet++. But It turns out that both the input and output are slightly different.

@hansen7 hansen7 closed this as completed in 0b082ab Nov 7, 2020
@hansen7
Copy link
Owner

hansen7 commented Nov 7, 2020

Ohoh, just committed, thanks for noting this!

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