-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenes.json
33 lines (33 loc) · 1.39 KB
/
scenes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"Intro": "Intro/1_intro.py",
"Introduction": "Intro/2_introduction.py",
"Problem": "Intro/3_problem.py",
"CurrentScenario": "Intro/4_currentScenario.py",
"Solution": "Intro/4_solution.py",
"Example": "Intro/5_example.py",
"Method": "Intro/6_method.py",
"EV": "Methodology/0_start.py",
"EV2EA": "Methodology/1_engVid_to_engAud.py",
"EA2ET": "Methodology/2_engAud_to_engText.py",
"WhyWhisper": "Methodology/2.5_whyWhisper.py",
"ET2RT": "Methodology/3_engText_to_regText.py",
"WhyIndicBART": "Methodology/3.5_whyIndicBART.py",
"RT2RA": "Methodology/4_regText_to_regAud.py",
"WhyIndicTTS": "Methodology/4.5_whyIndicTTS.py",
"RA2RVCA": "Methodology/5_regAud_to_RVCAud.py",
"WhyRVC": "Methodology/5.5_whyRVC.py",
"RVCA2RV": "Methodology/6_RVCAud_to_regVid.py",
"WhyWav2Lip": "Methodology/6.5_whyWav2Lip.py",
"RV2RSV": "Methodology/7_regVid_to_regSubVid.py",
"RV": "Methodology/8_end.py",
"AdditionalFeatures": "Methodology_2/0_start.py",
"Summarization": "Methodology_2/1_summarization.py",
"Enhancement": "Methodology_2/2_enhancement.py",
"SignLanguage": "Methodology_2/3_signLanguage.py",
"AnotherExample": "Outro/1_anotherExample.py",
"Business": "Outro/2_business.py",
"Conclusion": "Outro/3_conclusion.py",
"Team": "Outro/3.5_team.py",
"ThankYou": "Outro/4_thankYou.py",
"Test": "Test/test.py"
}