Commit ·
c9cf887
1
Parent(s): c8ae6b5
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -14,7 +14,7 @@ class EndpointHandler():
|
|
| 14 |
logging.info(f'value of path is : {path}')
|
| 15 |
current_directory = os.getcwd()
|
| 16 |
logging.info(f'current dir: {current_directory}')
|
| 17 |
-
logging.info(f'all files: {os.listdir(
|
| 18 |
# model_path = "yolov8m_detect_usdl.pt"
|
| 19 |
# self.model = YOLO(model_path)
|
| 20 |
# print('Yolo model loaded successfully')
|
|
|
|
| 14 |
logging.info(f'value of path is : {path}')
|
| 15 |
current_directory = os.getcwd()
|
| 16 |
logging.info(f'current dir: {current_directory}')
|
| 17 |
+
logging.info(f'all files: {os.listdir(path)}')
|
| 18 |
# model_path = "yolov8m_detect_usdl.pt"
|
| 19 |
# self.model = YOLO(model_path)
|
| 20 |
# print('Yolo model loaded successfully')
|