eric-yim
eric-yim
Use the argument --resume_iter, which is called in solver.py. ``` if args.resume_iter > 0: self._load_checkpoint(args.resume_iter) ```
use text editor to open download.sh. find the links and go there manually. google drive sometimes does that with big files
The function called is "translate_using_reference" in utils.py. Here's an edit to output singles images. ``` @torch.no_grad() def translate_using_reference_singles(nets, args, x_src, x_ref, y_ref, filename): #Counter so each image has separate name...
I'm not the author, so forgive me if I'm reading the code wrong. In the TF2 repo, it looks like the test-inference happens in StarGAN_v2.py There is a 2 step...
Can you link sample code for loading camera poses from COLMAP? I'm lost with how to start.