mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 08:56:35 +00:00
remove fog and shadow augmentations
add install script
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
echo install python and dependencies
|
||||
if not exist venv (
|
||||
python -m venv venv
|
||||
)
|
||||
|
||||
venv/bin/python -m pip install --upgrade pip
|
||||
venv/bin/pip install -r requirements.txt
|
||||
venv\Scripts\pip install --upgrade pyinstaller pyinstaller-hooks-contrib
|
||||
Reference in New Issue
Block a user