Update Fight_detec_func.py
Browse files- Fight_detec_func.py +1 -1
Fight_detec_func.py
CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
|
|
8 |
|
9 |
# Configuration
|
10 |
import os
|
11 |
-
MODEL_PATH = os.path.join(os.path.dirname(__file__),
|
12 |
N_FRAMES = 30
|
13 |
IMG_SIZE = (96, 96)
|
14 |
# Define RESULT_PATH relative to the script location
|
|
|
8 |
|
9 |
# Configuration
|
10 |
import os
|
11 |
+
MODEL_PATH = os.path.join(os.path.dirname(__file__),"final_model_2.h5")
|
12 |
N_FRAMES = 30
|
13 |
IMG_SIZE = (96, 96)
|
14 |
# Define RESULT_PATH relative to the script location
|