From 5337492956b85141e65173b39c4a878ebbe4bc72 Mon Sep 17 00:00:00 2001 From: Kazuto Nakashima Date: Wed, 26 Oct 2022 18:44:39 +0900 Subject: [PATCH] add a project page --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bddf3..4c21b75 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ The official PyTorch implementation of the following paper: **Generative Range Imaging for Learning Scene Priors of 3D LiDAR Data**
[Kazuto Nakashima](https://kazuto1011.github.io/), Yumi Iwashita, and Ryo Kurazume
-In WACV 2023 (to appear) +In WACV 2023 (to appear)
+[[Project]](https://kazuto1011.github.io/dusty-gan-v2) [[Paper]](http://arxiv.org/abs/2210.11750) We propose GAN-based LiDAR data priors for sim2real and restoration tasks, based on the implicit neural representation of range images and the pseudo measurement model. Extended version of our previous work [DUSty](https://github.com/kazuto1011/dusty-gan).