GAN2Shape icon indicating copy to clipboard operation
GAN2Shape copied to clipboard

How to get the view_mvn and light_mvn files of my datasets?

Open RainCoderJoe opened this issue 3 years ago • 4 comments

Hi. Thank you for your works! These view_light files only include car, celeba, face and cat. How can I get the view_mvn and light_mvn of my datasets?

RainCoderJoe avatar May 12 '21 08:05 RainCoderJoe

@RainCoderJoe Hi, you can use the method in this repo https://github.com/elliottwu/unsup3d to estimate the mean and covariance of viewpoint and lighting variations.

XingangPan avatar May 13 '21 04:05 XingangPan

In other words, I need to train unsup3d on my datasets, and then estimate viewpoint and lighting of all images, and finally get the mean and covariance of viewpoint and lighting?

RainCoderJoe avatar May 14 '21 03:05 RainCoderJoe

Yes, that's what I mean. Besides, you may also try using the provided view_mvn files and see if they work. Usually, the view_mvn does not have to be very accurate.

XingangPan avatar May 14 '21 05:05 XingangPan

Thank you for your help!

RainCoderJoe avatar May 14 '21 06:05 RainCoderJoe