xincan commited on
Commit
88c5e5a
1 Parent(s): b8184f0
human_evaluation/human_evaluation_emovdb_all/human_mos.py CHANGED
@@ -6,7 +6,7 @@ import uuid
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
- common_dir = "/data/vitsGPT/vits/"
10
  folder_paths = [
11
  f"{common_dir}DUMMY5/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/emovdb_base_pretrained16/G_150000/model_test_wav/",
 
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
+ common_dir = "vitsGPT/vits/"
10
  folder_paths = [
11
  f"{common_dir}DUMMY5/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/emovdb_base_pretrained16/G_150000/model_test_wav/",
human_evaluation/human_evaluation_emovdb_demo/human_esmos.py CHANGED
@@ -6,7 +6,7 @@ import uuid
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
- common_dir = "/data/vitsGPT/vits/"
10
  # Add the new gt_wav folder
11
  gt_wav_folder = f"{common_dir}DUMMY5/gt_test_wav/" # Replace 'path_to_gt_wav' with your actual path
12
  folders = [
 
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
+ common_dir = "vitsGPT/vits/"
10
  # Add the new gt_wav folder
11
  gt_wav_folder = f"{common_dir}DUMMY5/gt_test_wav/" # Replace 'path_to_gt_wav' with your actual path
12
  folders = [
human_evaluation/human_evaluation_emovdb_demo/human_mos.py CHANGED
@@ -6,7 +6,7 @@ import uuid
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
- common_dir = "/data/vitsGPT/vits/"
10
  folder_paths = [
11
  f"{common_dir}DUMMY5/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/emovdb_base_pretrained16/G_150000/model_test_wav/",
 
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
+ common_dir = "vitsGPT/vits/"
10
  folder_paths = [
11
  f"{common_dir}DUMMY5/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/emovdb_base_pretrained16/G_150000/model_test_wav/",
human_evaluation/human_evaluation_emovdb_random/human_mos.py CHANGED
@@ -6,7 +6,7 @@ import uuid
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
- common_dir = "/data/vitsGPT/vits/"
10
  folders = [
11
  f"{common_dir}DUMMY5/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/emovdb_base_pretrained16/G_100000/model_test_wav/",
 
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
+ common_dir = "vitsGPT/vits/"
10
  folders = [
11
  f"{common_dir}DUMMY5/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/emovdb_base_pretrained16/G_100000/model_test_wav/",
human_evaluation/human_evaluation_emovdb_random/human_smos.py CHANGED
@@ -6,7 +6,7 @@ import uuid
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
- common_dir = "/data/vitsGPT/vits/"
10
  # Add the new gt_wav folder
11
  gt_wav_folder = f"{common_dir}DUMMY5/gt_test_wav/" # Replace 'path_to_gt_wav' with your actual path
12
  folders = [
 
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
+ common_dir = "vitsGPT/vits/"
10
  # Add the new gt_wav folder
11
  gt_wav_folder = f"{common_dir}DUMMY5/gt_test_wav/" # Replace 'path_to_gt_wav' with your actual path
12
  folders = [
human_evaluation/human_evaluation_ljs/human_mos.py CHANGED
@@ -6,7 +6,7 @@ import uuid
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
- common_dir = "/data/vitsGPT/vits/"
10
  folders = [
11
  f"{common_dir}DUMMY1/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/ljs_base/G_90000/model_test_wav/",
 
6
 
7
 
8
  # Provided file folder addresses (replace with actual paths)
9
+ common_dir = "vitsGPT/vits/"
10
  folders = [
11
  f"{common_dir}DUMMY1/gt_test_wav/",
12
  f"{common_dir}ori_vits/logs/ljs_base/G_90000/model_test_wav/",