PointCNN icon indicating copy to clipboard operation
PointCNN copied to clipboard

Potential Error in Train data

Open vhanded opened this issue 6 years ago • 2 comments

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.

vhanded avatar Aug 08 '19 00:08 vhanded

Can this be confirmed?

vhanded avatar Aug 22 '19 01:08 vhanded

maybe this issue #189 can solve your question Thanks

burui11087 avatar Dec 31 '19 08:12 burui11087