Ajay98's picture
Update app.py
bcda3e2 verified
raw
history blame
439 Bytes
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.")