From a92a1485927f1054b01ce6047b186a4c2363f3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20Guocheng=20Qian=20=E9=92=B1=E5=9B=BD=E6=88=90?= Date: Wed, 2 Aug 2023 22:03:45 -0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ab1e3a2..fbd4237 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Official PyTorch Implementation of Magic123: One Image to High-Quality 3D Object # NEWS: - [2023/07/25] Code is available at [GitHub](https://github.com/guochengqian/Magic123) - [2023/07/03] Paper is available at [arXiv](https://arxiv.org/abs/2306.17843) -- [2023/06/25] Much better performance than the submitted version is achieved by 1)reimplementing Magic123 using [Stable DreamFusion code](https://github.com/ashawkey/stable-dreamfusion), 2)fixing some gradient issues, 3)leveraging the [tricks]((#tips-and-tricks)) +- [2023/06/25] Much better performance than the submitted version is achieved by 1)reimplementing Magic123 using [Stable DreamFusion code](https://github.com/ashawkey/stable-dreamfusion), 2)fixing some gradient issues, 3)leveraging the [tricks](#tips-and-tricks) - [2023] Initial version of Magic123 submitted to conference