Skip to content

Commit

Permalink
Update README.md (add bibtex)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel03c1 authored May 25, 2023
1 parent 229035d commit 01a2b1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ python3 compress.py --compress=1 --compress_levelwise=1 --ckpt=PATH_TO_CHECKPOIN
```bash
python3 compress.py --decompress=1 --decompress_levelwise=1 --config=configs/chair.txt --ckpt=PATH_TO_CHECKPOINT
```

# 4. Bibtex
```bash
@InProceedings{Rho_2023_CVPR,
author = {Rho, Daniel and Lee, Byeonghyeon and Nam, Seungtae and Lee, Joo Chan and Ko, Jong Hwan and Park, Eunbyung},
title = {Masked Wavelet Representation for Compact Neural Radiance Fields},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2023},
pages = {20680-20690}
}
```

0 comments on commit 01a2b1f

Please sign in to comment.