kargarisaac/PointNet-SemSeg-VKITTI3D

How do I test the model ?, I would like to test model with unlabeled data

Closed this issue · 1 comments

How do I test the model ?, I would like to test model with unlabeled data

Hi,
You can see the eval_one_batch() function. If you want to feed only one sample, you need to take care of the batch dimension and set it to one. This function should work for one sample by setting BATCH_SIZE_EVAL = 1.