princeton-vl / relative_depth

Code for the NIPS 2016 paper
BSD 3-Clause "New" or "Revised" License
124 stars 32 forks source link

Evaluate on other dataset? #2

Closed Yuliang-Zou closed 5 years ago

Yuliang-Zou commented 6 years ago

How can we evaluate the pre-trained models on other dataset? For example, the Make3D dataset. Can we use the mean and variance of the training set of NYU-D to normalize the predicted output?

wfchen-umich commented 6 years ago

I think it may be problematic to use the mean and variance of the NYU dataset on other datasets, considering that the data distribution is different. I suggest you to normalize using the mean and variance of the dataset you want to experiment on.