From 18f9f810331751500271808712d1af4fe14e6d95 Mon Sep 17 00:00:00 2001 From: JISHNU P <cb.en.p2aid19017@cb.students.amrita.edu> Date: Fri, 3 Jul 2020 11:58:55 +0530 Subject: [PATCH] Update Read_me.txt --- Read_me.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Read_me.txt b/Read_me.txt index 812d26d..d04a659 100644 --- a/Read_me.txt +++ b/Read_me.txt @@ -1,9 +1,9 @@ -HC18 Grand challenge +# HC18 Grand challenge https://hc18.grand-challenge.org/ -About the data +## About the data The data is divided into a training set of 999 images and a test set of 335 images. The size of each 2D ultrasound image is 800 by 540 pixels with a pixel size ranging from 0.052 to 0.326 mm. The pixel size for each image can be found in the csv files: ‘training_set_pixel_size_and_HC.csv’ and ‘test_set_pixel_size.csv’. The training set also includes an image with the manual annotation of the head circumference for each HC, which was made by a trained sonographer. The csv file 'training_set_pixel_size_and_HC.csv ' includes the head circumference measurement (in millimeters) for each annotated HC in the training set. All filenames start with a number. There are 999 images in the trainingset, but the filenames only go to 805. Some ultrasound images were made during the same echoscopic examination and have therefore a very similar appearance. These images have an additional number in the filename in between "_" and "HC" (for example 010_HC.png and 010_2HC.png). -- GitLab