wty-ustc / HairCLIP

[CVPR 2022] HairCLIP: Design Your Hair by Text and Reference Image
GNU Lesser General Public License v2.1
508 stars 66 forks source link

Is is normal speed? #21

Closed sunhaha123 closed 2 years ago

sunhaha123 commented 2 years ago

微信截图_20220412182041 Hello, I want to ask if the speed of run the inferrence.py for testing is normal. This is my executive code: cd mapper python scripts/inference.py \ --exp_dir=/home/ps/HairCLIP/mapper/path/to/experiment \ --checkpoint_path=/home/ps/HairCLIP/pretrained_models/hairclip.pt \ --latents_test_path=/home/ps/HairCLIP/mapper/path/to/test_faces.pt \ --editing_type=hairstyle \ --input_type=text \ --hairstyle_description="/home/ps/HairCLIP/mapper/hairstyle_list.txt" \

wty-ustc commented 2 years ago

For each person, our model predicts many hairstyles, so the duration looks normal.