clks-wzz / PRNet-Depth-Generation

A implementaion of depth generation based on [PRNet](https://github.com/YadiraF/PRNet), which was used in the paper ***Exploiting Temporal and Depth Information for Multi-frame Face Anti-spoofing***
MIT License
95 stars 31 forks source link

some questions about PRN trained model #6

Open roger-cv opened 3 years ago

roger-cv commented 3 years ago

nice, it is a good job.but,when i run it ,some quetions occers.as shown below: ![Uploading 2.png…]() 1

roger-cv commented 3 years ago

I have downloaded PRN trained model and put it in net-data.

punitha-valli commented 3 years ago

@clks-wzz @roger-cv Thanks for sharing your code,

ValueError: The passed save_path is not a valid checkpoint: E:\yzu\lab\face anti spoofing\PRNet-Depth-Generation-master\Data\net-data\256_256_resfcn256_weight

but I always get this error, even when I fixed the path with my windows, it's in the same location. But its ways the path is not valid, can you please help me in this, Thanks in advance.

roger-cv commented 3 years ago

@clks-wzz @roger-cv Thanks for sharing your code,

ValueError: The passed save_path is not a valid checkpoint: E:\yzu\lab\face anti spoofing\PRNet-Depth-Generation-master\Data\net-data\256_256_resfcn256_weight

but I always get this error, even when I fixed the path with my windows, it's in the same location. But its ways the path is not valid, can you please help me in this, Thanks in advance.

@punitha-valli I can run this PRNet by adding the another file into the net_data,maybe, you can try this way.as shown below: TIM截图20200730095928

FelixZhang7 commented 3 years ago

@roger-cv @clks-wzz excuse me,where can i get 256_256_resfcn256_weight.index? the baidu drive only provide 256_256_resfcn256_weight.data-00000-of-00001

vu-nguyenhyit commented 3 years ago

@roger-cv @clks-wzz excuse me,where can i get 256_256_resfcn256_weight.index? the baidu drive only provide 256_256_resfcn256_weight.data-00000-of-00001

It's here! https://github.com/YadiraF/PRNet/tree/master/Data/net-data

Evelyn-wst commented 2 years ago

I had this problem, too, and it was solved by using your method.Thank you very much!

jamesdongdong commented 2 years ago

problem solved! thanks!

@roger-cv @clks-wzz excuse me,where can i get 256_256_resfcn256_weight.index? the baidu drive only provide 256_256_resfcn256_weight.data-00000-of-00001

It's here! https://github.com/YadiraF/PRNet/tree/master/Data/net-data

FIRE-MOS commented 2 years ago

Thanks