Strange Output #439
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, thank you for sharing your work :)
I was trying to inference with your model using your given images and video, and the converted video seems very strange. I followed every code in colab, but the result shows as follows:
Also, I doubt if this line of warning is a clue for my problem:
Pretrained network G has fewer layers; The following are not initialized: ['down0', 'first_layer', 'last_layer', 'up0']I'll wait for your reply, thank you! :)
I solved that. The first test file lack a hyperparameters. Just add the --crop_size 224/512 after py command. Such as
python test_one_image.py --crop_size 224 --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/
@superbunny38
Oh! thank you so much :D