jiupinjia / stylized-neural-painting

Official Pytorch implementation of the preprint paper "Stylized Neural Painting", in CVPR 2021.
https://jiupinjia.github.io/neuralpainter/
Creative Commons Zero v1.0 Universal
1.56k stars 262 forks source link

Some problem with pre-trained render file #32

Open Martinjennifergrant opened 3 years ago

Martinjennifergrant commented 3 years ago

Hi, I am new here. I have a few problems with the pre-trained render file. I had download the pre-trained render file from the google drive and clone the repo. When I put the file into the repo and run the demo_prog file, it said pre-trained render file doesn't exist.

jiupinjia commented 3 years ago

Hi @Martinjennifergrant, did you unzip your zip file to your repo folder? Also, would you like to show me your error report?

Martinjennifergrant commented 3 years ago

I've already solved this problem. I guess it was my computer's problem? When I use the lightweight ones, it runs OK. Besides that I have another question, can I save the output before it finished the drawing? If I can, what should I enter. I am new to coding and sorry for having a lot of questions.

jiupinjia commented 3 years ago

@Martinjennifergrant, I'm sorry but you can not save your outputs before finishing the whole rendering processing. The current version doesn't support this feature. BTW, glad to hear your problem has been solved. Cheers!

cucohhh commented 2 years ago

I have the same problem with you ,may I know your method about how to solve it , thanks for your time.