1
0
Fork 0

Update run_gen.sh

This commit is contained in:
TED A. ⭕ 2023-09-30 18:17:59 +00:00 committed by GitHub
parent 4f9f9411cc
commit 070e2f4af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -4,10 +4,13 @@ source script/bin/activate
# Xvfb :99 -screen 0 1280x1024x24 &
# export DISPLAY=:99
python3 script/generate_dzi_files.py
python3 script/generate_images_txt.py
python3 script/generate_filtered_photos.py
python3 script/generate_annotations.py
pip install pillow
pip install requests
python3.11 script/generate_dzi_files.py
python3.11 script/generate_images_txt.py
python3.11 script/generate_filtered_photos.py
python3.11 script/generate_annotations.py
sudo chmod -R 775 .
sudo chown -R opc .