Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
47cfa83cc4
Initial commit for setting up DS environment
3 years ago
581a725733
Fix to do in readme
3 years ago
47cfa83cc4
Initial commit for setting up DS environment
3 years ago
47cfa83cc4
Initial commit for setting up DS environment
3 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

Savta Depth - Monocular Depth Estimation OSDS Project

Savta Depth is a collaborative Open Source Data Science project for monocular depth estimation.

Here you will find the code for the project, but also the data, models, pipelines and experiments. This means that the project is easily reproducible on any machine, but also that you can contribute to it as a data scientist.

Have a great idea for how to improve the model? Want to add data and metrics to make it more explainable/fair? We'd love to get your help.

Contributing Guide

Here we'll list things we want to work on in the project as well as ways to start contributing. If you'd like to take part, please follow the guide.

Setting up your environment to contribute

  • To get started, fork the repository on DAGsHub
  • Next, clone the repository you just forked by typing the following command in your terminal:
    $ git clone https://dagshub.com/<your-dagshub-username>/SavtaDepth.git
    $ dvc checkout #use this to get the data, models etc
    
  • To get your environment up and running docker is the best way to go. We created a dockerfile that has all you need in it and will install all requirements in the 'requirements.txt' file as well as run a jupyter lab instance.
    • Just open the terminal in your project directory and type `docker build "savta_depth_dev" ."
    • After the docker image is created run the following commands:
    $ chmod +x run_dev_env.sh
    $ ./run_dev_env.sh
    
    • Open localhost:8888 and you are good to go
  • After you are finished your modification, don't forget to push your code to DAGsHub, and your dvc managed files to your dvc remote. In order to setup a dvc remote please refer to this guide.
  • Create a Pull Request on DAGsHub!
  • 🐶

TODO:

  • Web UI
  • Testing various datasets as basis for training
  • Testing various models for the data
  • Adding qualitative tests for model performance (visually comparing 3d image outputs)
Tip!

Press p or to see the previous file or, n or to see the next file

About

Open Source Data Science (OSDS) Monocular Depth Estimation – Turn 2d photos into 3d photos – show your grandma the awesome results.

Collaborators 1

Comments

Loading...