Update face_detection.md
Fixed typo
This commit is contained in:
		
							parent
							
								
									ecb5b5f44a
								
							
						
					
					
						commit
						ea887339c2
					
				| 
						 | 
					@ -77,7 +77,7 @@ Supported configuration options:
 | 
				
			||||||
```python
 | 
					```python
 | 
				
			||||||
import cv2
 | 
					import cv2
 | 
				
			||||||
import mediapipe as mp
 | 
					import mediapipe as mp
 | 
				
			||||||
mp_face_detction = mp.solutions.face_detection
 | 
					mp_face_detection = mp.solutions.face_detection
 | 
				
			||||||
mp_drawing = mp.solutions.drawing_utils
 | 
					mp_drawing = mp.solutions.drawing_utils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# For static images:
 | 
					# For static images:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user