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

How to prepare own data for segmentation #8

Open
px2020zjut opened this issue Oct 18, 2020 · 1 comment
Open

How to prepare own data for segmentation #8

px2020zjut opened this issue Oct 18, 2020 · 1 comment

Comments

@px2020zjut
Copy link

Hi, Since the link http://www.wisdom.weizmann.ac.il/~haggaim/projects/PCNN/segmentation_data.zip is not avaiable now.
How can I prepare my own data.
I can understand
pointclouds_ph = tf.placeholder(tf.float32, shape=(batch_size, point_num, 3))
seg_ph = tf.placeholder(tf.int32, shape=(batch_size, point_num))
but I am confusing about "input_label_ph = tf.placeholder(tf.float32, shape=(batch_size, NUM_CATEGORIES))"
NUM_CATEGORIES seems to be the number of semantic parts.
How to define labels for my own data. Thanks a lot

@px2020zjut
Copy link
Author

OK, it is the label of each model. Sorry for that

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

1 participant