Update README.md
Browse files
README.md
CHANGED
@@ -37,5 +37,5 @@ image = Image.open(image_path)
|
|
37 |
bboxes = arabic_layout_model(image_path)
|
38 |
plotted_image = draw_bboxes_on_image(bboxes,image)
|
39 |
```
|
40 |
-
#### Refer to `benchmark.ipynb` for comparison between Traditional Surya Layout Model and
|
41 |
#### Refer to `results` folder to visualize images obtained from both the models.
|
|
|
37 |
bboxes = arabic_layout_model(image_path)
|
38 |
plotted_image = draw_bboxes_on_image(bboxes,image)
|
39 |
```
|
40 |
+
#### Refer to `benchmark.ipynb` for comparison between Traditional Surya Layout Model and New Layout Model.
|
41 |
#### Refer to `results` folder to visualize images obtained from both the models.
|