Update 'Events/src/myproject2.py'

This commit is contained in:
2024-01-12 04:38:52 +00:00
parent e790994142
commit 8df15529d1
+1 -1
View File
@@ -7,7 +7,7 @@ from flask import Flask, render_template, request, redirect, send_file
import cv2 import cv2
app = Flask(__name__) app = Flask(__name__)
app.config["IMAGE_UPLOADS"] = "C:/Users/Bizgaze/PycharmProjects/face_recogniction/People"
#datasetPath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/1/Gallery/" #datasetPath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/1/Gallery/"
#peoplePath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/People/" #peoplePath = "/opt/bizgaze/events.bizgaze.app/wwwroot/_files/People/"