Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kingabzpro
/
savtadepth
like
15
Paused
App
Files
Files
Community
737e99e
savtadepth
6 contributors
History:
36 commits
Dean
Merge branch 'simplifying-savta-depth' of OperationSavta/SavtaDepth into pipeline-setup
737e99e
almost 4 years ago
.dvc
Merge branch 'pipeline-setup' into simplifying-savta-depth
almost 4 years ago
Notebooks
Added a simplified version of the colab notebook, which doesnt have a clean env setup. This simplifies the setup process greatly at the cost of hurting reproducibility. Further research into ways to get a clean env on colab is required
almost 4 years ago
src
train model on colab after fixing normalization bug
almost 4 years ago
.dvcignore
Safe
139 Bytes
Finished data import and processing setup, bug in training step
about 4 years ago
.gitignore
Safe
98 Bytes
remove secondary requirements (i.e. not things that are explicitly installed by the user), fix normalization problem, and use tqdm for image processing progress bar
almost 4 years ago
Makefile
Safe
1.43 kB
*Split commands of preparing environment in README file > *added -y for conda env creation for less interactions for the user
about 4 years ago
README.md
Safe
6.92 kB
Update 'README.md'
almost 4 years ago
dvc.lock
Safe
943 Bytes
train model on colab after fixing normalization bug
almost 4 years ago
dvc.yaml
Safe
461 Bytes
Fixed a bug in the training stage where the model was not saved, commiting before training on colab
about 4 years ago
requirements.txt
Safe
123 Bytes
remove secondary requirements (i.e. not things that are explicitly installed by the user), fix normalization problem, and use tqdm for image processing progress bar
almost 4 years ago
run_dev_env.sh
Safe
228 Bytes
Added escaping slash to run_dev_env.sh so that it works in windows as well
about 4 years ago