ketanmore commited on
Commit
96c7a32
·
verified ·
1 Parent(s): 19c6f45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -37,4 +37,5 @@ image = Image.open(image_path)
37
  bboxes = suryolo(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.
 
 
37
  bboxes = suryolo(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.