ketanmore commited on
Commit
798bc1a
1 Parent(s): 7a762af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -39,7 +39,8 @@ pip install supervision
39
 
40
  ### Suryolo Pipeline
41
 
42
- Download `surya_yolo_pipeline.py` file from the Repository.
 
43
 
44
  ```python
45
  from surya_yolo_pipeline_copy import suryolo # This import will originate from surya_yolo_pipeline_copy.cpython-310-x86_64-linux-gnu.so , which is present in the repo. Also this works with Linux based OS only.
 
39
 
40
  ### Suryolo Pipeline
41
 
42
+ Download `surya_yolo_pipeline_copy.cpython-310-x86_64-linux-gnu.so` file from the Repository.
43
+ Place `surya_yolo_pipeline_copy.cpython-310-x86_64-linux-gnu.so` and `yolov10x_best.pt` in same folder.
44
 
45
  ```python
46
  from surya_yolo_pipeline_copy import suryolo # This import will originate from surya_yolo_pipeline_copy.cpython-310-x86_64-linux-gnu.so , which is present in the repo. Also this works with Linux based OS only.