SushantGautam commited on
Commit
64d7cd0
·
unverified ·
1 Parent(s): 2ec353b

Update submission_task2.py

Browse files
medvqa/submission_samples/gi-2025/submission_task2.py CHANGED
@@ -242,7 +242,7 @@ all_real = np.array(all_real)
242
  global_fid = fid_score(all_generated, all_real)
243
 
244
  # --- Global Scores ---
245
- fidelity_norm = np.mean(100 / (1 + np.array(fids)))
246
  agreement_norm = np.mean(agreements)
247
  diversity_norm = np.mean(diversities)
248
  # final_score = 0.5 * fidelity_norm + 0.3 * agreement_norm + 0.2 * diversity_norm #lets not use this for now
 
242
  global_fid = fid_score(all_generated, all_real)
243
 
244
  # --- Global Scores ---
245
+ fidelity_norm = np.mean(1000 / (1 + np.array(fids)))
246
  agreement_norm = np.mean(agreements)
247
  diversity_norm = np.mean(diversities)
248
  # final_score = 0.5 * fidelity_norm + 0.3 * agreement_norm + 0.2 * diversity_norm #lets not use this for now