You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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
@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
but i want to get the depth map of those images also, is there any way
i have attached some of the images below,
The text was updated successfully, but these errors were encountered: