minor improvements

This commit is contained in:
Andras Schmelczer 2024-05-12 19:50:46 +01:00
commit 3974894d60
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 10 additions and 1 deletions

View file

@ -5,5 +5,5 @@ DATA = sorted(Path("/mnt/wsl/PHYSICALDRIVE1/data/unsplash").glob("*.jpg"))
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache2")
CACHE_PATH.mkdir(exist_ok=True, parents=True)
MODELS_PATH = Path("models")
MODELS_PATH = Path("/home/andras/projects/bipolaroid/models")
MODELS_PATH.mkdir(exist_ok=True, parents=True)