Last active
June 25, 2021 17:30
-
-
Save Mason-McGough/46136a2fb0949302a1ec5393ba94417f to your computer and use it in GitHub Desktop.
GIRAFFE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# adapted from https://github.com/autonomousvision/giraffe (MIT License) | |
inherit_from: configs/256res/cars_256.yaml | |
training: | |
out_dir: out/cars256_pretrained | |
test: | |
model_file: https://s3.eu-central-1.amazonaws.com/avg-projects/giraffe/models/checkpoint_cars256-d9ea5e11.pt | |
rendering: | |
render_dir: rendering | |
render_program: ['render_camera_elevation', 'render_add_cars'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment