forked from RobinWitch/DyStream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (56 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
56 lines (56 loc) · 1.07 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
**__pycache__**
outputs*
checkpoints*
tools*
!tools/
!tools/visualization_0416/
!tools/visualization_0416/**
tools/visualization_0416/.cache/
tools/visualization_0416/**/__pycache__/
tools/pretrained_model/
.pip_cache/
.hf_cache/
.venv/
.cache/
.mpl_cache/
pretrained_model/
data_cache/
results/
img_files/*current*
img_files/person*.png
img_files/person*.npz
!img_files/person1.png
!img_files/person1.npz
wav_files/*.wav
!wav_files/test_audio_60s.wav
!wav_files/test_audio_3s.wav
data_json/*current*
data_json/local_*
configs/motion_gen/*current*
configs/motion_gen/local_*
third_party/syncnet_python/.git/
third_party/syncnet_python/__pycache__/
third_party/syncnet_python/data/
third_party/syncnet_python/detectors/s3fd/weights/
report/.conda_pkgs/
report/.tectonic_cache/
report/.texenv/
report/.pip_cache/
report/rendered_pages/
report/*.aux
report/*.bbl
report/*.bcf
report/*.blg
report/*.log
report/*.out
report/*.run.xml
report/*.toc
proposal/.tectonic_cache/
proposal/*.aux
proposal/*.bbl
proposal/*.bcf
proposal/*.blg
proposal/*.log
proposal/*.out
proposal/*.run.xml
proposal/*.toc