You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you find our work useful in your research, please consider citing:
@inproceedings{yang2025genvdm,
title={GenVDM: Generating Vector Displacement Maps From a Single Image},
author={Yang, Yuezhi and Chen, Qimin and Kim, Vladimir G and Chaudhuri, Siddhartha and Huang, Qixing and Chen, Zhiqin},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2025},
}
Notice that your image has to be in png format RGBA image. The object needs to lie in the center of the image. See example images in ./input as an example
Training
To train the network, please put rendered images in ./dataset/rendering_result
You can download demo.blend and precomputed result from ./demo or directly load *.exr file from outputVDM directory to play around VDM. An example VDM has been loaded for you. We highly recomend to use blender 3.6 to open demo.blend since higher version might cause loading errors.
You can learn VDM related blender instruction from here and here.
Acknowledgement
We have borrow codes from the following repositories. Many thanks to the authors for sharing their codes.