ZitongYu / CDCN

Central Difference Convolutional Networks (CVPR'20)
Other
553 stars 179 forks source link

BinaryMask generate in code for Track2 Single-modal #3

Closed xiao-keeplearning closed 4 years ago

xiao-keeplearning commented 4 years ago

Hi, Thank you share your great work. I found that the binary mask is used in this CVPRW competition. How much do you think this alternative method will affect your algorithm performance?

    for i in range(32):
            for j in range(32):
                if image_x_temp_gray[i,j]>0:
                    binary_mask[i,j]=1
                else:
                    binary_mask[i,j]=0
ZitongYu commented 4 years ago

I have no time to test other supervision in this competition with limited time. But I think using depth label > binary mask > binary scalar score

xiao-keeplearning commented 4 years ago

Thanks to your replay

masouduut94 commented 4 years ago

Do you have pretrained network from this project @xiao-keeplearning ? If so, let me know.

I am researching in this field. Can you help me find good resources for anti-spoofing project?