patch_based_cnn icon indicating copy to clipboard operation
patch_based_cnn copied to clipboard

Depth-based CNN missing from output folder

Open HKhawaja opened this issue 4 years ago • 7 comments

Awesome work on the implementation!! I saw that "depth_fasd.pth" is missing from the output/models folder. It is referenced in the test script: https://github.com/shicaiwei123/patch_based_cnn/blob/master/test/depth_cnn_test.py

HKhawaja avatar Oct 26 '21 23:10 HKhawaja

@shicaiwei123

HKhawaja avatar Oct 31 '21 22:10 HKhawaja

Hello, sorry for the late reply. The model depth_patch.pth has been uploaded just now. It's worth noting that, here, only the depth map estimation is implemented and the SVM has not been added. The current strategy used to classify is to calculate the mean value of the estimated depth map and compare it with the threshold (here is 0.5), if it is bigger than the threshold, it is classified as the true face, otherwise, it is the false face.

shicaiwei123 avatar Nov 01 '21 02:11 shicaiwei123

@shicaiwei123 is it only depth model or fusion of depth patch?

showbit01 avatar May 20 '22 06:05 showbit01

The performance post on the github only leverage the patch.

But we also provide the code for depth model

At 2022-05-20 14:36:36, "Shobhit Sharma" @.***> wrote:

@shicaiwei123 is it only depth model or fusion of depth patch?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

shicaiwei123 avatar May 20 '22 07:05 shicaiwei123

Yeah have implemented the depth with help of prnet module but again that is not surprising to see the overfitting results..

showbit01 avatar May 20 '22 07:05 showbit01

Yeah have implemented the depth with help of prnet module but again that is not surprising to see the overfitting results..

Hi, can u help me in acquiring depth map with prnet? I tried this:

https://github.com/shicaiwei123/patch_based_cnn/issues/13

Not sure it's the correct way or not.

Thanks in advance.

Ruhshan avatar Apr 18 '23 07:04 Ruhshan

Yeah have implemented the depth with help of prnet module but again that is not surprising to see the overfitting results..

Hi, can u help me in acquiring depth map with prnet? I tried this:

https://github.com/shicaiwei123/patch_based_cnn/issues/13

Not sure it's the correct way or not.

Thanks in advance.

https://github.com/clks-wzz/PRNet-Depth-Generation

use this

showbit01 avatar Apr 19 '23 14:04 showbit01