Spaces:
Build error
Build error
| import os | |
| import cv2 | |
| import numpy as np | |
| staff_folder_path = r"C:\Users\nikit\OneDrive\Desktop\Test1" # Replace with the correct path | |
| unknown_folder_path = r"C:\Users\nikit\OneDrive\Desktop\Test2" # Replace with the correct path | |
| print(f"Staff folder path: {staff_folder_path}") | |
| print(f"Unknown folder path: {unknown_folder_path}") | |
| import os | |
| if os.path.exists(path): | |
| print("Path exists!") | |
| else: | |
| print("Path does not exist.") | |