KhronosGroup / KhronosGroup/openvx-samples

Failed to run all application

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
113
Forks
26
PR merge metrics
No merged PRs in 30d

Description

I used OpenCV 3.4.3 to run all applications and show the messages as below.
Can anybody help me? Thanks

```
./bubble-pop/vxPop --donut
vxPublishKernels
No target named khronos.any exists!
ERROR: failed with status = (-1) at /OpenVX-sample-impl/openvx-samples/bubble-pop/source/AMD_app.cpp#54
```

```
./canny-edge-detector/cannyEdgeDetector --image ../openvx-samples/images/face.png
Kernel enum 1 not found.
Kernel 0x559d9d8e70 was invalid!
Failed to create node with kernel enum 1
Kernel enum 2 not found.
Kernel 0x559d9d8e70 was invalid!
Failed to create node with kernel enum 2
Kernel enum 1b not found.
Kernel 0x559d9d8e70 was invalid!
Failed to create node with kernel enum 27
ERROR: failed with status = (-12) at /OpenVX-sample-impl/openvx-samples/canny-edge-detector/src/canny.cpp#80
```

```
./skin-tone-detector/skinToneDetector --image ../openvx-samples/images/face.png
Kernel enum 2 not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 2
Kernel enum 2 not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 2
Kernel enum 2 not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 2
Kernel enum 22 not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 34
Kernel enum 22 not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 34
Kernel enum d not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 13
Kernel enum d not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 13
Kernel enum d not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 13
Kernel enum d not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 13
Kernel enum d not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 13
Kernel enum 1c not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 28
Kernel enum 1c not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 28
Kernel enum 1c not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 28
Kernel enum 1c not found.
Kernel 0x556d676e70 was invalid!
Failed to create node with kernel enum 28
ERROR: failed with status = (-12) at /OpenVX-sample-impl/openvx-samples/skin-tone-detector/src/skinToneDetector.cpp#136
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the three commands in the issue with OpenCV 3.4.3 and compare the failures reported from bubble-pop/source/AMD_app.cpp, canny-edge-detector/src/canny.cpp, and skin-tone-detector/src/skinToneDetector.cpp. Determine why the required kernels and target are unavailable; done means all three applications run without the reported kernel-creation errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, opencv
Domain
computer-vision
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.