donydchen commited on
Commit
dfe5841
·
verified ·
1 Parent(s): 0f241d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -5
README.md CHANGED
@@ -1,6 +1,15 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
4
 
5
  # MatchNeRF
6
 
@@ -14,7 +23,7 @@ This repository serves as a storage space for the pre-trained weights and select
14
  [Tat-Jen Cham](https://personal.ntu.edu.sg/astjcham/)<sup>4</sup>,
15
  [Jianfei Cai](https://jianfei-cai.github.io/)<sup>1</sup>
16
  <sup>1</sup>Monash University, <sup>2</sup>ETH Zurich, <sup>3</sup>University of Oxford, <sup>4</sup>Nanyang Technological University
17
- arXiv 2023
18
 
19
  [Paper](http://arxiv.org/abs/2304.12294) | [Project Page](https://donydchen.github.io/matchnerf) | [Code](https://github.com/donydchen/matchnerf) | [Model](https://huggingface.co/donydchen/matchnerf)
20
 
@@ -42,6 +51,20 @@ This repository contains data that has been derived from publicly available open
42
  All rights and credit for the original data go to the respective creators and contributors of those projects.
43
 
44
  If you are the owner of any content included in this repository and believe that its inclusion violates your rights or licensing terms,
45
- please contact me ("donny") at donydchen@gmail.com. Upon receipt of a valid request, we will promptly take appropriate action,
46
  which may include the removal of the content in question.
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - donydchen/matchnerf
7
+ pipeline_tag: image-to-3d
8
+ tags:
9
+ - tanks-and-temples
10
+ - nerf-synthetic
11
+ - real-forward-facing
12
+ ---
13
 
14
  # MatchNeRF
15
 
 
23
  [Tat-Jen Cham](https://personal.ntu.edu.sg/astjcham/)<sup>4</sup>,
24
  [Jianfei Cai](https://jianfei-cai.github.io/)<sup>1</sup>
25
  <sup>1</sup>Monash University, <sup>2</sup>ETH Zurich, <sup>3</sup>University of Oxford, <sup>4</sup>Nanyang Technological University
26
+ TPAMI 2025
27
 
28
  [Paper](http://arxiv.org/abs/2304.12294) | [Project Page](https://donydchen.github.io/matchnerf) | [Code](https://github.com/donydchen/matchnerf) | [Model](https://huggingface.co/donydchen/matchnerf)
29
 
 
51
  All rights and credit for the original data go to the respective creators and contributors of those projects.
52
 
53
  If you are the owner of any content included in this repository and believe that its inclusion violates your rights or licensing terms,
54
+ please contact me ("donny") via donny[DOT]chen[AT]outlook[DOT]sg. Upon receipt of a valid request, we will promptly take appropriate action,
55
  which may include the removal of the content in question.
56
 
57
+ ## BibTex
58
+
59
+
60
+ If you use this project for your research, please cite our paper.
61
+
62
+ ```bibtex
63
+ @article{chen2025explicit,
64
+ title={Explicit correspondence matching for generalizable neural radiance fields},
65
+ author={Chen, Yuedong and Xu, Haofei and Wu, Qianyi and Zheng, Chuanxia and Cham, Tat-Jen and Cai, Jianfei},
66
+ journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
67
+ year={2025},
68
+ publisher={IEEE}
69
+ }
70
+ ```