PRNet icon indicating copy to clipboard operation
PRNet copied to clipboard

no detected face

Open punitha-valli opened this issue 4 years ago • 2 comments

@YadiraF @ksachdeva @cclauss @scott-vsi @YadiraF @AndiLi99 @AndiLi99

Hi,

I used my own images (oulu-npu dataset), I am getting the depth map of the corresponding images.

But for certain images, it shows like,

warning: no detected face warning: no detected face warning: no detected face warning: no detected face warning: no detected face warning: no detected face

I found that the length of these images, is Zero(0), as per the code

    else:
        detected_faces = self.dlib_detect(image)
        #print("shape"+str(image.shape))
        #print(len(detected_faces))
        if len(detected_faces) == 0:
            print('warning: no detected face')
            return None

but i want to get the depth map of those images also, is there any way

i have attached some of the images below,

image image

punitha-valli avatar Aug 26 '20 05:08 punitha-valli

@punitha-valli @ksachdeva @cclauss

@scott-vsi @YadiraF

the images i have attached for the above issues,

image

punitha-valli avatar Aug 26 '20 06:08 punitha-valli

@YadiraF @ksachdeva @cclauss @scott-vsi @YadiraF @AndiLi99 @AndiLi99

Hi,

I used my own images (oulu-npu dataset), I am getting the depth map of the corresponding images.

But for certain images, it shows like,

warning: no detected face warning: no detected face warning: no detected face warning: no detected face warning: no detected face warning: no detected face

I found that the length of these images, is Zero(0), as per the code

    else:
        detected_faces = self.dlib_detect(image)
        #print("shape"+str(image.shape))
        #print(len(detected_faces))
        if len(detected_faces) == 0:
            print('warning: no detected face')
            return None

but i want to get the depth map of those images also, is there any way

i have attached some of the images below,

image image Hi, how you solve this problem.

Globle-Thunder avatar Jan 05 '24 21:01 Globle-Thunder