ketanmore commited on
Commit
ca998c7
·
verified ·
1 Parent(s): 9820a2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Suryolo Layout Model.
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.