Open punitha-valli opened 4 years ago
@punitha-valli @ksachdeva @cclauss
@scott-vsi @YadiraF
the images i have attached for the above issues,
@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,
Hi, how you solve this problem.
@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,