Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no detected face #191

Open
punitha-valli opened this issue Aug 26, 2020 · 2 comments
Open

no detected face #191

punitha-valli opened this issue Aug 26, 2020 · 2 comments

Comments

@punitha-valli
Copy link

@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
Copy link
Author

@punitha-valli @ksachdeva @cclauss


@scott-vsi @YadiraF

the images i have attached for the above issues,

image

@Globle-Thunder
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants