Skip to content

Commit

Permalink
readme broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshi-s committed Mar 5, 2024
1 parent 68a9bf1 commit f50c8d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codes/ecg-image-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ The basic mode of the tool creates ECG images without distortions. The mode of o
```bash
python gen_ecg_images_from_data_batch.py -i <path_to_input_directory> -o <path_to_output_directory> -se 10 --store_text_bounding_box --bbox --random_add_header 0.8 --random_dc 0.5
```
- Below are sample synthetic ECG images generated from sample records of the [PhysioNet PTB-XL](https://physionet.org/content/ptb-xl/) dataset.
| | |
| ----------------------------------- | ----------------------------------- |
| ![Sythentic ECG image](SampleData/PTB_XL_op/00001_lr-0.png) | ![GT Image](SampleData/PTB_XL_op/00003_lr-0.png) |
## Adding distortions to the synethic images
- ### Text distortions
Expand Down Expand Up @@ -199,6 +194,11 @@ The basic mode of the tool creates ECG images without distortions. The mode of o
| ----------------------------------- | ----------------------------------- |
| ![12 lead Image with handwritten text](SampleData/DistortionData/bbox/00006_lr-0.png) | ![2 lead Image with handwritten text](SampleData/DistortionData/bbox/00002_lr-0.png) |
### Distortionless images with Bounding box annotations
| | |
| ----------------------------------- | ----------------------------------- |
| ![Sythentic ECG image](SampleData/PTB_XL_op/box_plots/00001_lr-0.png) | ![GT Image](SampleData/PTB_XL_op/box_plots/00004_lr-0.png) |
*Note*: The red and green boxes here have been plotted from the corresponding text files for each lead and lead-name text.
## Generating image from a single ECG record
Expand Down

0 comments on commit f50c8d1

Please sign in to comment.