MIVisionX icon indicating copy to clipboard operation
MIVisionX copied to clipboard

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimize...

Results 75 MIVisionX issues
Sort by recently updated
recently updated
newest added

AV1 encoding with and without HW acceleration is only supported in ffmpeg 4.4 versions and above. Also this needs installing libdav1d which worked only from source installation in my experement....

enhancement

Error Log with `-DLOOM=ON` (default behavior) ``` /home/acxz/vcs/git/github/rocm-arch/rocm-arch/mivisionx/src/MIVisionX-rocm-5.0.0/utilities/loom_shell/loom_shell_util.cpp: In function ‘vx_status createOpenCLContext(const char*, const char*, _cl_context**)’: /home/acxz/vcs/git/github/rocm-arch/rocm-arch/mivisionx/src/MIVisionX-rocm-5.0.0/utilities/loom_shell/loom_shell_util.cpp:519:9 error: ‘clEnqueueWaitSignalAMD_fn’ was not declared in this scope 519 | clEnqueueWaitSignalAMD_fn clEnqueueWaitSignalAMD =...

bug

**Issue** - Vision Test in V 1.2.1 had all functions from 1.3 listed in the performance test. With V 1.2.2 most of the nodes are missing. List of all tests...

bug

Needs the - `${codeCovFlags}` added to CMake command for HIP backend

enhancement

* Add Training with rocAL to CI Flow * Training with rocAL + Classification + Detection + Segmentation ?

enhancement
New Feature

@paveltc Doesn't support following input types: - [ ] param struct for nodes like convolution, deconvolution and tensor matrix multiply - [ ] vx_size for LRN node

enhancement

Hey with config ``` setGlobalAttribute(0,1);// # 0 -- Profiler::0:OFF 1:ON Default:OFF setGlobalAttribute(7,0); //#simple/quality stitch // Turn Off/ON ExpoComp setGlobalAttribute(1,1); //# 1 -- ExpoComp::0:OFF 1:ON Default:ON // Turn Off/ON SeamFind setGlobalAttribute(2,0);...

bug
Under Investigation

Wrong format of GDF is dumped on setting the flag. Example: tensor-virtual needs to be replaced with virtual-tensor.

bug
low

I am very confused by the various libraries offered by AMD. - [RadeonML ](https://github.com/GPUOpen-LibrariesAndSDKs/RadeonML)offers OpenCL inference on windows. But lacks a lot of operators and seems to be abandoned. -...

help wanted