balthou's picture
init 3d rendering
b236236
raw
history blame contribute delete
150 Bytes
from pathlib import Path
SAMPLE_SCENES = Path("__data")
OUT_DIR = Path("__output")
RENDERED_DIR = Path("__rendered")
TRAINING_DIR = Path("__training")