KillD00zer commited on
Commit
f8bfcd7
·
verified ·
1 Parent(s): b2f3c2c

Update Fight_detec_func.py

Browse files
Files changed (1) hide show
  1. 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__), "trainnig_output", "final_model_2.h5")
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