Giter Club home page Giter Club logo

Comments (11)

kiritigowda avatar kiritigowda commented on June 11, 2024

#232 will add support to VX Vision Conformance

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

#372 for Vision Conformance Profile

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

@paveltc

  • RunVX support for 1.3 branch merging to master

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

@paveltc any updates on RunVX support for threshold?

from mivisionx.

paveltc avatar paveltc commented on June 11, 2024

@kiritigowda not yet. I need to take another look at it and possibly discuss it with you.

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024
  • OpenVX CPU - Vision Feature Set Full Support

    • @paveltc can you benchmark these nodes with 1080P- Nodes List
    • Conformance run - AGO_DEFAULT_TARGET=CPU LD_LIBRARY_PATH=./lib ./bin/vx_test_conformance
  • OpenVX GPU - OpenCL Vision Feature Set

    • Conformance run - AGO_DEFAULT_TARGET=GPU LD_LIBRARY_PATH=./lib ./bin/vx_test_conformance --filter=-HarrisCorners.*:-*.ReplicateNode:-*.ImageContainmentRelationship:-*.OnRandomAndNatural:-*.vxWeightedAverage:-vxCanny.*:-*.MapRandomRemap:*.*
  • OpenVX GPU - HIP Vision Feature Set

    • Conformance run - @asalmanp can you put the passing run filter here

from mivisionx.

AryanSalmanpour avatar AryanSalmanpour commented on June 11, 2024

@kiritigowda this the passing run filter for HIP backend

LD_LIBRARY_PATH=./lib ./bin/vx_test_conformance --filter=-.VirtualArray:-FastCorners.:-HarrisCorners.:-vxCanny.:-.ReplicateNode:-.ImageContainmentRelationship:-.GraphState:-.MapRandomRemap:-.OnRandomAndNatural:-.vxWeightedAverage:-Scale.GraphProcessing:-WarpPerspective.GraphProcessing:-Remap.GraphProcessing:-GaussianPyramid.GraphProcessing:-HalfScaleGaussian.GraphProcessing:.

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

@asalmanp can you give me the missing lib needed to build HIP conformance?

cmake -DOPENVX_INCLUDES=\$OPENVX_INC/include -DOPENVX_LIBRARIES=\$OPENVX_DIR/lib/libopenvx.so\\;\$OPENVX_DIR/lib/libvxu.so\\;pthread\\;dl\\;m\\;rt -DOPENVX_CONFORMANCE_VISION=ON ../OpenVX-cts

from mivisionx.

AryanSalmanpour avatar AryanSalmanpour commented on June 11, 2024

@kiritigowda please see below. libopenvx_hip.so and libamdhip64.so are required libs for building HIP conformance.

cmake -DCMAKE_BUILD_TYPE=Debug -DOPENVX_INCLUDES=$OPENVX_INC/include -DOPENVX_LIBRARIES=$OPENVX_DIR/lib/libopenvx.so;$OPENVX_DIR/lib/libopenvx_hip.so;/opt/rocm/hip/lib/libamdhip64.so;pthread;dl;m;rt -DOPENVX_CONFORMANCE_VISION=ON ../OpenVX-cts

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

@asalmanp thanks! Verify #485

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

OpenVX 1.3 CPU/GPU - OpenCL/HIP support added to TOT. New Issue to track conformance to be Opened.

from mivisionx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.