├── demo ├── demo (1).jpg ├── demo (2).jpg ├── demo (3).jpg ├── demo (4).jpg ├── demo (5).jpg ├── demo (6).jpg ├── demo (7).jpg ├── demo (8).jpg ├── demo (9).jpg ├── demo (10).jpg ├── demo (11).jpg ├── demo (12).jpg ├── demo (13).jpg ├── demo (14).jpg └── ‎Dataset configuration └── README.md /demo/demo (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (1).jpg -------------------------------------------------------------------------------- /demo/demo (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (2).jpg -------------------------------------------------------------------------------- /demo/demo (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (3).jpg -------------------------------------------------------------------------------- /demo/demo (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (4).jpg -------------------------------------------------------------------------------- /demo/demo (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (5).jpg -------------------------------------------------------------------------------- /demo/demo (6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (6).jpg -------------------------------------------------------------------------------- /demo/demo (7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (7).jpg -------------------------------------------------------------------------------- /demo/demo (8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (8).jpg -------------------------------------------------------------------------------- /demo/demo (9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (9).jpg -------------------------------------------------------------------------------- /demo/demo (10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (10).jpg -------------------------------------------------------------------------------- /demo/demo (11).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (11).jpg -------------------------------------------------------------------------------- /demo/demo (12).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (12).jpg -------------------------------------------------------------------------------- /demo/demo (13).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (13).jpg -------------------------------------------------------------------------------- /demo/demo (14).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btbuIntelliSense/Intelligent-tongue-diagnosis-detection-dataset/HEAD/demo/demo (14).jpg -------------------------------------------------------------------------------- /demo/‎Dataset configuration: -------------------------------------------------------------------------------- 1 | # The current dataset is version 3.0, updated to 21 categories, of which 20 categories are valid data. 2 | # The data with protruding spleen and stomach areas will be updated in the future, and the remaining data is also in the process of correction. 3 | # To ensure the normal operation of the program, please set the configuration file in the following category order. 4 | 5 | # path 6 | train: 7 | val: 8 | test: 9 | 10 | # number of classes 11 | nc: 21 12 | 13 | # Classes names For YOLO 14 | names: 15 | 0: jiankangshe 16 | 1: botaishe 17 | 2: hongshe 18 | 3: zishe 19 | 4: pangdashe 20 | 5: shoushe 21 | 6: hongdianshe 22 | 7: liewenshe 23 | 8: chihenshe 24 | 9: baitaishe 25 | 10: huangtaishe 26 | 11: heitaishe 27 | 12: huataishe 28 | 13: shenquao 29 | 14: shenqutu 30 | 15: gandanao 31 | 16: gandantu 32 | 17: piweiao 33 | 18: piweitu 34 | 19: xinfeiao 35 | 20: xinfeitu 36 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Intelligent-tongue-diagnosis-detection-dataset 2 | This dataset is an open-source dataset from the paper "Tongue Images Dataset for Diagnosis Detection Applied in Chinese Medicine", which has been iteratively updated to the third version. 3 | 4 | This dataset contains 21 disease categories that can be used for target detection in tongue diagnosis. The categories are jiankangshe (Healthy Tongue), botaishe (Tongue with peeling coating), hongshe (Red tongue), zishe (Purple tongue), pangdashe (Chubby tongue), shoushe (Thin tongue), hongdianshe (Red dot tongue), liewenshe (Cracked tongue), chihenshe (Dentate tongue), baitaishe (White coating tongue), huangtaishe (Yellow coating tongue), heitaishe (Black coating tongue), huataishe (Smooth coating tongue), shenquao (renal depression), shenqutu (renal protrusion), gandanao (Hepatobiliary depression), gandantu (Hepatobiliary protrusion), piweiao (spleen and stomach depression), xinfeiao (heart and lung depression), xinfeitu (heart and lung protrusion), corresponding numerical order is 0-19. 5 | 6 | Among them, there are 5594 images in the training set, 572 images in the validation set, and 553 images in the test set. Contains three annotation formats: coco/. txt/. xml, which can be used for experiments using relevant object detection algorithms through configuration files. The dataset is now shared through Baidu Cloud. 7 | 8 | (1)The dataset address for coco annotation format is: https://pan.baidu.com/s/1H2PYhz3ObAmXUHKu25TuDw 9 | Extraction code: b02g 10 | 11 | (2)The dataset address in. txt annotation format is: https://pan.baidu.com/s/1ioQgU6rQ0KNqHndPyURd3w 12 | Extraction code: xh4d 13 | 14 | (3)The dataset address in. xml annotation format is: https://pan.baidu.com/s/1NAgA5AiVI2Gt9zoBDxbiHg 15 | Extraction code: qv55 16 | --------------------------------------------------------------------------------