Skip to content

Commit 8fdf690

Browse files
committedOct 7, 2024
revert to side by side
1 parent 2fe2371 commit 8fdf690

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ img.show()
2929

3030
## Examples
3131

32-
![Image 1](https://raw.githubusercontent.com/johnathanchiu/recursive-segmentation/main/examples/outputs/apple_output.jpg)
33-
![Image 2](https://raw.githubusercontent.com/johnathanchiu/recursive-segmentation/main/examples/outputs/dell_output.jpg)
32+
<p>
33+
<img src="https://github.com/johnathanchiu/recursive-segmentation/blob/main/examples/outputs/apple_output.jpg" alt="Image 1" width="400"/>
34+
<img src="https://github.com/johnathanchiu/recursive-segmentation/blob/main/examples/outputs/dell_output.jpg" alt="Image 2" width="400"/>
35+
</p>
3436

3537
See `main.py` or `ex.ipynb` for examples on how to draw the images.
3638

0 commit comments

Comments
 (0)
Please sign in to comment.