-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstructure.txt
More file actions
55 lines (50 loc) · 1.32 KB
/
structure.txt
File metadata and controls
55 lines (50 loc) · 1.32 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
ccx/
├── __cnf_backups
| ├── dependencies.txt
| ├── history.json
|
├── __user_guides
| ├── cuDNN-Developer-Guide.pdf
| ├── NsightCompute.pdf
|
├── src
├── data
├── test
├── train
├── dataset_prepare.py
├── emotions.py
├── evaluate_model.py
├── harrcascade_frontalface_default.xml
├── model.h5
├── plot.png
├── venv
├── requirements.txt
├── structure.txt
├── README.md
├── .gitignore
├── LICENSE
├───src
│ └───data
│ ├───test
│ │ ├───angry
│ │ ├───disgust
│ │ ├───fear
│ │ ├───happy
│ │ ├───neutral
│ │ ├───sad
│ │ └───surprise
│ └───train
│ ├───angry
│ ├───disgust
│ ├───fear
│ ├───happy
│ ├───neutral
│ ├───sad
│ └───surprise
│ ├───Scripts
│ └───share
│ └───man
│ └───man1
├───z_hpfx
├───__cnf_backups
└───__user_guides