Home

Awesome

Iso-UVField

Learning an Isometric Surface Parameterization for Texture Unwrapping (ECCV 2022)

Project Page

This code is still in the cleaning phase. I expect to release a better version after Nov. 2nd. In the meantime, if you need urgent results or models, please contact me: sadas[at]cs[dot]stonybrook[dot]edu. TY!

Environment Setup:

install the conda environment using env-isouvfield.yml

Experiments:

Assets:

Training:

Evaluation:

Run the following command: python evaluation/unwarp_colmap.py --conf ./confs/doc_fixed_cameras_colmap_vanilla_idr_uvrend_agg.conf --eval_rendering --timestamp <somefoldername> --gpu 0 --blur --checkpoint 8000

Release Notes:

Citation:

If you use the code, please consider citing our work-

@inproceedings{DasISOUVfield,
  author    = {Sagnik Das, Ke Ma, Zhixin Shu and Dimitris Samaras},
  title     = {Learning an Isometric Surface Parameterization for Texture Unwrapping},
  booktitle = {European Conference of Computer Vision 2022, {ECCV} 2022, Tel Aviv, Israel, October 23-27, 2022},
  publisher = {Springer},
  year      = {2022},
}

Acknowledgements:

This repository is heavily based on IDR codebase. Kudos to the contributors of IDR!