MIVisionX
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...
``` /var/jenkins_home/workspace/_Short-GPUOpen_MIVisionX_develop@5/4zVb2m7jz/CPU/mivisionx/utilities/runvx/vxUtils.cpp:323:7: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations] if (!MD5_Init(&m_handle)) { ^ /usr/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); ^ /usr/include/openssl/macros.h:182:49: note: expanded from macro...
``` MIVisionX/amd_openvx/openvx/ago/ago_drama_divide.cpp:604:20: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you...
### Problem Description All our tests verified software decode as `data vid1 = scalar:STRING,"1,PATH_TO/MIVisionX/data/videos/AMD_driving_virtual_20.mp4:0"` -- `:0` forces SW decode; using `:1` fails the node ## GDF ``` import vx_amd_media #...
rocAL no longer delivered with MIVisionX. Going forward rocAL libraries to be accessed from rocAL repo - https://github.com/ROCm/rocAL
On index page of documentation - https://rocm.docs.amd.com/projects/MIVisionX/en/latest/doxygen/html/index.html When we scroll to **Applications** all urls in this section return 404 error  If we click from left menu **Applications** we get...
### Problem Description rocAL build failure observed ``` /home/MIVisionX/rocAL/rocAL/source/decoders/image/fused_crop_decoder.cpp: In member function 'virtual Decoder::Status FusedCropTJDecoder::decode(unsigned char*, size_t, unsigned char*, size_t, size_t, size_t, size_t, size_t&, size_t&, Decoder::ColorFormat, DecoderConfig, bool)': /home/MIVisionX/rocAL/rocAL/source/decoders/image/fused_crop_decoder.cpp:85:9: error:...
### Problem Description Failed at mvdeploy (step 3): ``` mv_objdetect/mvdeploy$ ./bin/mvtestdeploy /opt/rocm/share/mivisionx/samples/mv_objdetect/data/images/img_04.JPG output.bin --install_folder . --t 100 Success::loading deployment library ./lib/libmv_deploy.so Config_input:::data Config_output:::conv9 OK: loaded 39 kernels from libvx_nn.so OK:...
### Problem Description Linux 6.7-rc4, amd64 ```shell user@debian:~/v2$ docker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined \ --device=/dev/kfd --device=/dev/dri --group-add video \ --ipc=host --shm-size 8G rocm/tensorflow:latest root@8174e9a2cef2:/root# cd benchmarks/ root@8174e9a2cef2:/root/benchmarks# python3 ./scripts/tf_cnn_benchmarks/tf_cnn_benchmarks.py...
ONNX version 1.11.0 fails to install on Ubuntu 22.04, upgrading to latest 1.14.1 does not work well with caffe. Need to find a version that we can upgrade to. ```...
### Problem Description The README states that OpenCV 4.6 should be installed for the Windows build (it even links to the corresponding OpenCV release). This seems to be wrong. The...