In this repository, you'll run the streamlit app on your local computer through a web browser. Follow the instructions below.
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
Checkout all the necessary requirements and steps to run the app below.
Checkout Requirements.txt file.
- Clone this repo.
git clone https://github.com/AdityaNikhil/SkyAR-Streamlit-Enabled
cd SkyAR-Streamlit-Enabled
- Download the pretrained sky matting model from Google Drive, and unzip into the repo directory.
unzip checkpoints_G_coord_resnet50.zip
- Open your console and type
streamlit run app.py
.
- Choose your video file and a skybox and configure other settings or leave them to default and hit run.
Thank you for trying out the app. Feel free to raise an issue if there's any problem running the app.