You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on my bachelor project and I'm using the PointNet deep neural network.
My project group and I have created a dataset of point clouds, but we can't train PointNet to predict segmentation with the dataset.
When we run the benchmark dataset, the system runs and can predict segmentation, so we know that the error is in the dataset somewhere, even though we have tried our best to have our dataset look like the original benchmark dataset.
These are the thing we have tried:
We have tried downsampling the point clouds
We have tried downscaling so all values are between 0 and 1
We have tried run an euclidean clustering function on the data
We have tried replicate another dataset, which was created using the same raw data
In the attached link, images of the datafiles with a description can be found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everybody
I'm currently working on my bachelor project and I'm using the PointNet deep neural network.
My project group and I have created a dataset of point clouds, but we can't train PointNet to predict segmentation with the dataset.
When we run the benchmark dataset, the system runs and can predict segmentation, so we know that the error is in the dataset somewhere, even though we have tried our best to have our dataset look like the original benchmark dataset.
These are the thing we have tried:
In the attached link, images of the datafiles with a description can be found.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions