Skip to content

AdityaNikhil/SkyAR-Streamlit-Enabled

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyAR-StreamLit-Enabled

In this repository, you'll run the streamlit app on your local computer through a web browser. Follow the instructions below.

Online App (~10 mins for inference)

The online app takes a large amount of time to run as it's running on a cpu cloud.

https://share.streamlit.io/adityanikhil/skyar-online/main/app.py

Instructions to run locally (~3 mins for inference)

Checkout all the necessary requirements and steps to run the app below.

Requirements

Checkout Requirements.txt file.

Steps to run

  1. Clone this repo.
git clone https://github.com/AdityaNikhil/SkyAR-Streamlit-Enabled
cd SkyAR-Streamlit-Enabled
  1. Download the pretrained sky matting model from Google Drive, and unzip into the repo directory.
unzip checkpoints_G_coord_resnet50.zip

Producing results on streamlit

  1. Open your console and type streamlit run app.py .

  1. Choose your video file and a skybox and configure other settings or leave them to default and hit run.

Conclusion

Thank you for trying out the app. Feel free to raise an issue if there's any problem running the app.

About

Checkout Readme.md file to learn how to run this streamlit app locally.

Resources

Stars

Watchers

Forks

Languages

  • Python 77.4%
  • Jupyter Notebook 22.6%