codestella commited on
Commit
00d327a
·
1 Parent(s): c00ce89

add colab and streamlit

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  # Putting NeRF on a Diet: Semantically Consistent Few-Shot View Synthesis Implementation
 
2
 
3
  <p align="center"><img width="450" alt="스크린샷 2021-07-04 오후 4 11 51" src="https://user-images.githubusercontent.com/77657524/126361638-4aad58e8-4efb-4fc5-bf78-f53d03799e1e.png"></p>
4
 
@@ -54,6 +55,11 @@ You can check our Streamlit Space demo on following site !
54
  With any input camera pose, we can render the novel view synthesis.
55
  [https://huggingface.co/spaces/flax-community/DietNerf-Demo](https://huggingface.co/spaces/flax-community/DietNerf-Demo)
56
 
 
 
 
 
 
57
 
58
  ## 💻 Installation
59
 
 
1
  # Putting NeRF on a Diet: Semantically Consistent Few-Shot View Synthesis Implementation
2
+ [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://huggingface.co/spaces/flax-community/DietNerf-Demo) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1etYeMTntw5mh3FvJv4Ubb7XUoTtt5J9G?usp=sharing)
3
 
4
  <p align="center"><img width="450" alt="스크린샷 2021-07-04 오후 4 11 51" src="https://user-images.githubusercontent.com/77657524/126361638-4aad58e8-4efb-4fc5-bf78-f53d03799e1e.png"></p>
5
 
 
55
  With any input camera pose, we can render the novel view synthesis.
56
  [https://huggingface.co/spaces/flax-community/DietNerf-Demo](https://huggingface.co/spaces/flax-community/DietNerf-Demo)
57
 
58
+ Moreover, we prapare the colab ipython notebook for you.
59
+ You need colab pro account for running our model on the colab(For memory issue)
60
+ [https://colab.research.google.com/drive/1etYeMTntw5mh3FvJv4Ubb7XUoTtt5J9G?usp=sharing
61
+ ](https://colab.research.google.com/drive/1etYeMTntw5mh3FvJv4Ubb7XUoTtt5J9G?usp=sharing
62
+ )
63
 
64
  ## 💻 Installation
65