arshafiee commited on
Commit
19df6fd
·
1 Parent(s): f3a931e

updated bibtex

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -35,11 +35,12 @@ ckpt_path = hf_hub_download(
35
  If you use this work in your research, please cite:
36
 
37
  ```bibtex
38
- @article{sarvestani2024hybridmqa,
39
- title={HybridMQA: Exploring Geometry-Texture Interactions for Colored Mesh Quality Assessment},
40
- author={Sarvestani, Armin Shafiee and Tang, Sheyang and Wang, Zhou},
41
- journal={arXiv preprint arXiv:2412.01986},
42
- year={2024}
 
43
  }
44
  ```
45
 
 
35
  If you use this work in your research, please cite:
36
 
37
  ```bibtex
38
+ @InProceedings{sarvestani2025hybridmqa,
39
+ author = {Sarvestani, Armin Shafiee and Tang, Sheyang and Wang, Zhou},
40
+ title = {HybridMQA: Exploring Geometry-Texture Interactions for Colored Mesh Quality Assessment},
41
+ booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)},
42
+ year = {2025},
43
+ pages = {21414-21424}
44
  }
45
  ```
46