Hansel Yang

Results 4 issues of Hansel Yang

Integrating rocAL decode & resize functionality to inference server app

enhancement
New Feature

### 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:...

bug

`miopenBatchNormalizationForwardInference` function is failing when the nullptr is passed for mean & variance. https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/blob/master/amd_openvx_extensions/amd_nn/src/batch_normalization_layer.cpp#L121 The above function works fine but https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/blob/master/amd_openvx_extensions/amd_nn/src/scale_layer.cpp#L103 this function returns Inf values. They both call the...

urgency_normal
documentation

### Problem Description MIVisionX-setup.py script fails to install numpy & onnx on SLES-15/RHEL8 system #### 1. Numpy version 1.21 not supported. * Solution : We can use numpy==1.19 which is...

bug