WeiTang114 / MVCNN-TensorFlow

An Multi-View CNN (MVCNN) implementation with TensorFlow.
MIT License
120 stars 67 forks source link

does lighting or camera type affect the result of accuracy? #29

Open suuankotanki opened 4 years ago

suuankotanki commented 4 years ago

hello there, I generated my datasets based on your BlendPhong and modelnet40, finally got images like this. night_stand_0001_5 white models in black background. But when I tested the cnn with my datasets, the accuracy is only 50%~60%.when I get rid of some classes familliar such as table&night_stand, the accuracy rose to 90%. I was confused. the difference between your datasets and my datasets is lighting and camera type(ORTHO&Perspective).Does these matter?

albertotono commented 3 years ago

In the paper they also report that it doesn't "We note that using different shading coefficients or illumination models did not affect our output descriptors due to the invariance of the learned filters to illumination changes, as also observed in image-based CNNs [20, 10]."

I would also add that intra-class and inter class invariance in the dataset can influence the performance.