AdarshDRC commited on
Commit
a7e7d81
·
1 Parent(s): 2c2a775

fix : adding FUSED_FACE_DIM

Browse files
Files changed (1) hide show
  1. src/core/config.py +2 -3
src/core/config.py CHANGED
@@ -4,8 +4,7 @@ from dotenv import load_dotenv
4
  load_dotenv()
5
 
6
  """This Files have Imported and created Global Variables which are used
7
- Throughout the Project , There are in Total of 56 Variables
8
- """
9
 
10
 
11
  # ===============================================================
@@ -74,7 +73,7 @@ FACE_BLUR_THRESHOLD = float(os.getenv("FACE_BLUR_THRESHOLD", "50.0"))
74
  # ──────────────────────────────────────────────────────────────
75
  FACE_DIM = 512
76
  ADAFACE_DIM = 512
77
-
78
 
79
  FACE_CROP_THUMB_SIZE = int(os.getenv("FACE_CROP_THUMB_SIZE", "112"))
80
  FACE_CROP_QUALITY = int(os.getenv("FACE_CROP_QUALITY", "85"))
 
4
  load_dotenv()
5
 
6
  """This Files have Imported and created Global Variables which are used
7
+ Throughout the Project , There are in Total of 56 Variables which"""
 
8
 
9
 
10
  # ===============================================================
 
73
  # ──────────────────────────────────────────────────────────────
74
  FACE_DIM = 512
75
  ADAFACE_DIM = 512
76
+ FUSED_FACE_DIM = 1024
77
 
78
  FACE_CROP_THUMB_SIZE = int(os.getenv("FACE_CROP_THUMB_SIZE", "112"))
79
  FACE_CROP_QUALITY = int(os.getenv("FACE_CROP_QUALITY", "85"))