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

How i can start this project?? #18

Open wonjunchoi-arc opened 2 years ago

wonjunchoi-arc commented 2 years ago

sry , I'm begginer of ML , programming.. so I can't start this project with read me ... plz help me

wty-ustc commented 2 years ago

You can try our HairCLIP on Replicate, it does not require you to have ML background to experience it.

wonjunchoi-arc commented 2 years ago

Thank you for your answer! Actually, I've already done it with Replicate! But I wanted to do it on my local, so I left this question!

wty-ustc commented 2 years ago

I'm not sure which step you're having trouble with, can you be more specific?

wonjunchoi-arc commented 2 years ago

um... I did git clone and installed modules for virtual environment And after that, I don't know how to train or test the model. The codes below are written as scripts/train.py, but I can't find the scripts folder in that git

And I can't find utils and models.psp among imported modules from predict.py

wty-ustc commented 2 years ago

Thanks for the suggestion, I have updated the readme, please check it out. Also, predict.py and cog.yaml are for Replicate only.

wonjunchoi-arc commented 2 years ago

Thank you. Can I follow the changed read me and If you don't mind me, ask you again if I don't know anything?

wonjunchoi-arc commented 2 years ago

Can I use train_faces.pt as ref train data?

wty-ustc commented 2 years ago

No. You can get the dataset from this repository.

wonjunchoi-arc commented 2 years ago

@wty-ustc Thank you for helping!!

ZziTaiLeo commented 2 years ago

how can I resume training?

xuzhi0413 commented 10 months ago

Thank you. Can I follow the changed read me and If you don't mind me, ask you again if I don't know anything?

Can I use train_faces.pt as ref train data?

Hi,I want to know where is train_faces.pt and test_faces.pt.I can not find them.