stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

Validation set and Test set #11

Closed ANLGBOY closed 4 years ago

ANLGBOY commented 4 years ago

It seems that the validation set used In train.py and the test set used in test.py are the same since they are obtained through the same function 'get_datasets' in datasets.py

I'm wondering whether the authors used the test set or the validation for the reported result in the paper of PointFlow.

stevenygd commented 4 years ago

The results on paper is reported using the code released.