Skip to content

Commit fc15a42

Browse files
committed
task specific
1 parent 02dcc74 commit fc15a42

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

AU_Detection/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Inference
2+
```
3+
bash inference.sh
4+
```

AU_Recognition/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# OpenRecognition
2-
AU Recognition and Facial Expression Recognition Project (2023 Spring)
3-
41
# Inference
52
```
63
bash inference.sh
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Inference
2+
```
3+
bash inference.sh
4+
```

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# LibreFace
2+
AU Recognition and Facial Expression Recognition Project (2023 Spring)
3+
4+
# AU Recognition on DISFA
5+
```
6+
cd AU_Recognition
7+
```
8+
9+
# AU Detection on BP4D
10+
```
11+
cd AU_Detection
12+
```
13+
14+
# Facial Expression Recognition
15+
```
16+
cd Facial_Expression_Recognition
17+
```
18+

0 commit comments

Comments
 (0)