From 748bc0ee19f3a9898a52897c5ec3a5cb84e294a4 Mon Sep 17 00:00:00 2001 From: Jaeyoung Chung Date: Mon, 23 Aug 2021 02:42:17 +0900 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f1bb885..3ebbc41 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # 3DIAS_Pytorch -[project page](https://myavartanoo.github.io/3dias/) [arXiv](https://arxiv.org/abs/2108.08653) [ICCV]() - -![Example 1](source/airplane.gif) -![Example 2](source/chair1.gif) -![Example 3](source/lamp.gif) -![Example 4](source/speaker.gif) - This repository contains the official code to reproduce the results from the paper: + **3DIAS: 3D Shape Reconstruction with Implicit Algebraic Surfaces (ICCV 2021)** +\[[project page](https://myavartanoo.github.io/3dias/)\] \[[arXiv](https://arxiv.org/abs/2108.08653)\] \[[ICCV]()\] + +\\ + + + + ## Installation TBD @@ -18,7 +19,7 @@ save `config.json` and `checkpoint.pth` in `weigths` folder ## Demo -![Example Input](source/example_input.png) +\\ You can now test our code on the provided input images in the `input` folder. To this end, simply run `sh run.sh` or, @@ -26,6 +27,10 @@ To this end, simply run `sh run.sh` or, CUDA_VISIBLE_DEVICES=0 python demo.py --config "./weights/config.json" --resume "./weights/checkpoint-epoch890.pth" --inputimg "./input/03001627_ef4e47e54bfc685cb40f0ac0fb9a650d_14.png" ``` +You can check the output mesh in `output` folder. (We have created an example mesh) +* total.ply is a whole mesh +* parts_.ply are meshes for parts + ## Dataset TBD @@ -37,7 +42,7 @@ TBD TBD -# Citation +## Citation If you find our code or paper useful, please consider citing @inproceedings{Occupancy Networks, @@ -45,4 +50,4 @@ If you find our code or paper useful, please consider citing author = {Mescheder, Lars and Oechsle, Michael and Niemeyer, Michael and Nowozin, Sebastian and Geiger, Andreas}, booktitle = {Proceedings IEEE Conf. on Computer Vision and Pattern Recognition (CVPR)}, year = {2019} - } \ No newline at end of file + }