Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: afl-3.0
|
3 |
+
pretty_name: Fine-Grained Thai Food Image Classification Datasets.
|
4 |
+
size_categories:
|
5 |
+
- 10K<n<100K
|
6 |
+
---
|
7 |
+
|
8 |
+
# THFOOD-50
|
9 |
+
Fine-Grained Thai Food Image Classification Datasets
|
10 |
+
|
11 |
+
THFOOD-50 containing 15,770 images of 50 famous Thai dishes.
|
12 |
+
|
13 |
+
## Download:
|
14 |
+
|
15 |
+
[THFOOD-50 v1 on Google Drive](https://drive.google.com/file/d/1CuNO2e77ZTk7mDfv3XujYXuUwiMwlUQI/view?usp=sharing)
|
16 |
+
|
17 |
+
## License
|
18 |
+
|
19 |
+
THFOOD-50 for **non-commercial research/educational** use.
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
If you use THFOOD-50 dataset in your research, please cite our paper:
|
24 |
+
|
25 |
+
@article{termritthikun2017nu,
|
26 |
+
title="{NU-InNet: Thai food image recognition using convolutional neural networks on smartphone}",
|
27 |
+
author={Termritthikun, Chakkrit and Muneesawang, Paisarn and Kanprachar, Surachet},
|
28 |
+
journal={Journal of Telecommunication, Electronic and Computer Engineering (JTEC)},
|
29 |
+
volume={9},
|
30 |
+
number={2-6},
|
31 |
+
pages={63--67},
|
32 |
+
year={2017}
|
33 |
+
}
|
34 |
+
|
35 |
+
@inproceedings{termritthikun2017accuracy,
|
36 |
+
title="{Accuracy improvement of Thai food image recognition using deep convolutional neural networks}",
|
37 |
+
author={Termritthikun, Chakkrit and Kanprachar, Surachet},
|
38 |
+
booktitle={2017 international electrical engineering congress (IEECON)},
|
39 |
+
pages={1--4},
|
40 |
+
year={2017},
|
41 |
+
organization={IEEE}
|
42 |
+
}
|
43 |
+
|
44 |
+
@article{termritthikun2018nu,
|
45 |
+
title="{Nu-ResNet: Deep residual networks for Thai food image recognition}",
|
46 |
+
author={Termritthikun, Chakkrit and Kanprachar, Surachet},
|
47 |
+
journal={Journal of Telecommunication, Electronic and Computer Engineering (JTEC)},
|
48 |
+
volume={10},
|
49 |
+
number={1-4},
|
50 |
+
pages={29--33},
|
51 |
+
year={2018}
|
52 |
+
}
|
53 |
+
|
54 |
+
## Paper
|
55 |
+
|
56 |
+
1. NU-InNet: Thai food image recognition using convolutional neural networks on smartphone [Paper](https://journal.utem.edu.my/index.php/jtec/article/download/2436/1521) [Code](https://github.com/chakkritte/NU-InNet)
|
57 |
+
2. Accuracy improvement of Thai food image recognition using deep convolutional neural networks [Paper](https://ieeexplore.ieee.org/abstract/document/8075874/)
|
58 |
+
3. Nu-resnet: Deep residual networks for thai food image recognition [Paper](https://journal.utem.edu.my/index.php/jtec/article/download/3572/2467) [Code](https://github.com/chakkritte/NU-ResNet)
|
59 |
+
|
60 |
+
#### Examples of Thai food images in the THFOOD-50 dataset
|
61 |
+
![imges](https://raw.githubusercontent.com/chakkritte/NU-InNet/master/images/THFOOD.png)
|
62 |
+
|
63 |
+
**NOTE**: I do not own this, but I took the liberty to upload this dataset to the community.
|