You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Model file: [download](https://drive.google.com/open?id=1_6CzlKRS9ksxlo0TjqIGXMzQE4I83tE0) (this checkpoint is trained on VEMO dataset, locate it at ```./saved/checkpoints/``` directory)
53
-
- Download 2 files: [prototxt](https://drive.google.com/open?id=1ANVPx3JM4EcJVZOstV_kEO1Jcv74mBu5), and [res10_300x300_ssd](https://drive.google.com/open?id=1Iy_3I_mWGhBA63W0IK8tRrUuvr-WrGQ2) for face detection OpenCV. Locate at current directory or checking file path with ```ssd_infer.py``` file.
52
+
- Model file: [download](https://drive.google.com/file/d/1J0qA0_xKc_Zq4UIcTUkzWNTmItYzOfXp/view?usp=sharing) (this checkpoint is trained on VEMO dataset, locate it at ```./saved/checkpoints/``` directory)
53
+
- Download 2 files: [prototxt](https://drive.google.com/file/d/1msV-xLIO0S_WP63ftbH_nbIv8gP8l5Ve/view?usp=sharing), and [res10_300x300_ssd](https://drive.google.com/file/d/1OEvFItUdd4ofcj0se4EcQld28AGpp7bS/view?usp=sharing) for face detection OpenCV. Locate at current directory or checking file path with ```ssd_infer.py``` file.
54
54
55
55
```Shell
56
56
python ssd_infer.py
@@ -62,7 +62,6 @@ python ssd_infer.py
62
62
63
63
64
64
65
-
66
65
### Table of Contents
67
66
- <ahref='#recent_update'>Recent Update</a>
68
67
- <ahref='#benchmarking_fer2013'>Benchmarking on FER2013</a>
@@ -103,17 +102,17 @@ We benchmark our code thoroughly on two datasets: FER2013 and VEMO. Below are th
-[FER2013 Dataset](https://drive.google.com/open?id=18ovcnZBsPvwXXFVAqczACe9zciO_1q6J) (locate it in ```saved/data/fer2013``` like ```saved/data/fer2013/train.csv```)
156
+
-[FER2013 Dataset](https://drive.google.com/drive/folders/1Nt7y1T99HpmF93peYxMg-i6BUqdzDBve?usp=sharing) (locate it in ```saved/data/fer2013``` like ```saved/data/fer2013/train.csv```)
158
157
-[ImageNet 1K Dataset](http://image-net.org/download-images) (ensure it can be loaded by torchvision.datasets.Imagenet)
159
158
160
159
@@ -226,9 +225,9 @@ I used no-weighted sum avarage ensemble method to fusing 7 different models toge
226
225
227
226
228
227
## Dissertation and Slide
229
-
-[Dissertation PDF (in Vietnamese)](https://drive.google.com/open?id=1HxqvQSZRf-3ashGtZ5o9OABdhmdjS64a)
228
+
-[Dissertation PDF (in Vietnamese)](https://drive.google.com/drive/folders/1Nt7y1T99HpmF93peYxMg-i6BUqdzDBve?usp=sharing)
0 commit comments