mirror of
				https://github.com/serengil/deepface.git
				synced 2025-01-06 21:02:38 +03:00 
			
		
		
		
	Fix: code comment correction
This commit is contained in:
		@@ -116,7 +116,7 @@ def represent(
 | 
			
		||||
            raise ValueError("Spoof detected in the given image.")
 | 
			
		||||
        img = img_obj["face"]
 | 
			
		||||
 | 
			
		||||
        # rgb to bgr
 | 
			
		||||
        # bgr to rgb
 | 
			
		||||
        img = img[:, :, ::-1]
 | 
			
		||||
 | 
			
		||||
        region = img_obj["facial_area"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user