PointCNN
PointCNN copied to clipboard
Potential Error in Train data
After executed this 2 lines:
python3 ./download_datasets.py -d shapenet_partseg
python3 ./prepare_partseg_data.py -f ../../data/shapenet_partseg
Several zips were downloaded, extracted, and made into .h5 files.
When I look at train_0.h5, data_num[0] is equal to len(data[0]), data_num[1] is equal to len(data[1]), and so on.
But when I look at train_5.h5, data_num[0] is not equal to len(data[0]).
This seems like incorrect correspondence.
I am running on Ubuntu 18.04.
Thanks.
Can this be confirmed?
maybe this issue #189 can solve your question Thanks