luis-gonzales / pointnet_own

Personal implementation of PointNet in TF 2.0
80 stars 27 forks source link

Change to ModelNet10 dataset #10

Open lenhatquang2512 opened 1 year ago

lenhatquang2512 commented 1 year ago

Hi,

Thank you so much for this repository!

I tried to reproduce your project by only using ModelNet10 since my computer does not have any GPU. I attempted to modify some parts of your code in dataset_utils.py , eval_test_set.py, and model.py to adapt to ModelNet10, but I got this error:

ValueError: With n_samples=0, test_size=None and train_size=0.92, the resulting train set will be empty. Adjust any of the aforementioned parameters.

Could you tell me how do I solve this ? Thanks a lot.