Skip to content

Commit bb98c9b

Browse files
committed
remove cloning instruction
1 parent 483f2ef commit bb98c9b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sobel_filter/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22

33
## Description
44
This workload implements the widely used sobel filter edge detection algorithim in CUDA and SYCL. This is a widely used
5-
algorithm in computer vision and image based machine learning domain, including autonomous driving.
5+
algorithm in computer vision and image based machine learning domain, including autonomous driving.
66

7-
## Cloning
8-
To clone, do
9-
10-
```
11-
git clone https://github.com/oneapi-src/Velocity-Bench.git
12-
```
137
## Downlod and extract data:
148
sobel_filter (now) has a large image input which can be downloaded from [here](unavailable - we are working on providing the link).
159
After download, extract and copy image silverfalls_32Kx32K.png into the res folder. In can also be copied to some other location in which case the -i flag when running the workload needs to be updated. Note because of the large input image, an ENV variable OPENCV_IO_MAX_IMAGE_PIXELS='1677721600' needs to be in PATH when running the workload. Run instructions below have been udpated for this. Because of the use of large input image, scaling it up (e.g. -f 16) is not needed anymore.

0 commit comments

Comments
 (0)