Last active
June 25, 2021 17:30
-
-
Save Mason-McGough/9d8444264d05136cd9c7965d24c9a647 to your computer and use it in GitHub Desktop.
GIRAFFE - wipeout
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: ['object_wipeout'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment