Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,8 @@ pip install supervision
|
|
39 |
|
40 |
### Suryolo Pipeline
|
41 |
|
42 |
-
Download `
|
|
|
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.
|