Minor fixes
#2
by
MathFrenchToast
- opened
No description provided.
the basic examples does not run after git clone,
so I proceed to minor fixes:
- switch to git large model
- all the examples output in a dedicated folder and not pushed to repo
- reupload test image
- model checkpoints downloaded are not part of the repo (see .gitignore)
recommendation, create venv and install the dependencies:
python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt
MathFrenchToast
changed pull request status to
open
the basic examples does not run after git clone,
so I proceed to minor fixes:
- switch to git large model
- all the examples output in a dedicated folder and not pushed to repo
- reupload test image
- model checkpoints downloaded are not part of the repo (see .gitignore)
recommendation, create venv and install the dependencies:
python -m venv .venv
. ./venv/bin/activate
pip install -r requirements.txt