Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zokin authored Aug 3, 2022
1 parent 1a3d512 commit 8a24a9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,20 @@ We generate a dataset (using GibsonV2) and provide baselines for holistic perfor
- [x] Web Demo
- [x] Data Download
- [x] Loader & Splits
- [ ] Models Weights Download
- [x] Model Code & Models Weights
- [ ] Model Serve Code
- [ ] Model Hub Code
- [ ] Metrics Code
- [x] Metrics Code

### Demo

A publicly hosted demo of the baseline models can be found [here](https://share.streamlit.io/tzole1155/threedit).
Using the web app, it is possible to upload a panorama and download a 3D reconstructed mesh of the scene using the derived depth map.

> Note that due to the external host's caching issues, it might be necessary to refresh your browser's cache in between runs to update the 3D models.
> The model's [code](https://github.com/tzole1155/ThreeDit/blob/master/unet/model.py) and [weights](https://github.com/tzole1155/ThreeDit/releases/download/Unet/unet.pth) are also available in our demo.
### Data

#### Download
Expand Down

0 comments on commit 8a24a9e

Please sign in to comment.