└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # UI_synthesis 2 | A platform for synthesizing realistic, high-resolution, and editable ultrasound images based on generative adversarial network. (Ovary dataset) 3 | 4 | ## System requirements 5 | - Windows OS 6 | (We provide a CPU version, and therfore the computational time will be longer than using GPU.) 7 | 8 | ## Software download 9 | [https://1drv.ms/u/s!AjRq4iQQNnRfgig1lXzDHnMrIOhs?e=YRBXcc](https://1drv.ms/u/s!AjRq4iQQNnRfgig1lXzDHnMrIOhs?e=YRBXcc) 10 | 11 | ## Usage 12 | ![image](https://user-images.githubusercontent.com/37099112/121143436-a2039180-c86f-11eb-9012-d58009c3cb43.png) 13 | 14 | - Open Image: load a grey-scale label map from file. 15 | - Save Label: save the label map. 16 | - Save Result: save the synthesized image. 17 | - Clear: clear the label map and synthesized image. 18 | - Transfer: start to synthesize using the label map. 19 | - Drawing Pen: set color and brush size of the drawing pen to modify the label map. 20 | 21 | 22 | ### Synthesis using demo image 23 | 1. Download the file in [https://1drv.ms/u/s!AjRq4iQQNnRfgig1lXzDHnMrIOhs?e=YRBXcc](https://1drv.ms/u/s!AjRq4iQQNnRfgig1lXzDHnMrIOhs?e=YRBXcc). 24 | 2. Double-click 'start.exe'. 25 | 3. Click 'Open Image' to load a label image. Demo images are in the folder './demo_img'. 26 | After the loading, the platform will transfer the label image to a ultrasound image automatically. 27 | 4. Set color and brush size of the drawing pen to edit the label image. Wait a few seconds after editing, and the synthesized ultrasound image will update automatically , or you can click 'Transfer' to start to synthesize immediately. 28 | --------------------------------------------------------------------------------