MIVisionX icon indicating copy to clipboard operation
MIVisionX copied to clipboard

Vision Tests - Tests Missing

Open kiritigowda opened this issue 4 years ago • 4 comments

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 - https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/blob/c96cf7f6059b983ad92334f1a66a3927dd5307aa/tests/vision_tests/runVisionTests.py#L92

resolution - need to add all nodes in performance tests.

kiritigowda avatar Aug 18 '21 20:08 kiritigowda

@kiritigowda Turns out these tests are commented out due to lack of support from runVX for some of the tests. Maybe can combine this issue and issue #578 once @asalmanp figures out what the missing functionalities are.

LakshmiKumar23 avatar Oct 08 '21 18:10 LakshmiKumar23

@kiritigowda Turns out these tests are commented out due to lack of support from runVX for some of the tests. Maybe can combine this issue and issue #578 once @asalmanp figures out what the missing functionalities are.

@kiritigowda @LakshmiKumar23 @paveltc

The following four tests are commented out in the runVisionTests script in the master branch here and here because the presence of the "null" in the commands, and runvx fails to run the "null" in a comandline.

('ChannelCombine_U32_U8U8U8_UYVY', 'org.khronos.openvx.channel_combine uniform-image:1920,1080,U008,0xaa uniform-image:960,1080,U008,0xbb uniform-image:960,1080,U008,0xcc null image:1920,1080,UYVY'),

('ChannelCombine_U32_U8U8U8_YUYV', 'org.khronos.openvx.channel_combine uniform-image:1920,1080,U008,0xaa uniform-image:960,1080,U008,0xbb uniform-image:960,1080,U008,0xcc null image:1920,1080,YUYV'),

('ChannelCombine_U24_U8U8U8_RGB', 'org.khronos.openvx.channel_combine uniform-image:1920,1080,U008,0xaa uniform-image:1920,1080,U008,0xbb uniform-image:1920,1080,U008,0xcc null image:1920,1080,RGB2'),

('Sobel_S16_U8_3x3_GY', 'org.khronos.openvx.sobel_3x3 uniform-image:1920,1080,U008,0xaa null image:1920,1080,S016'),

AryanSalmanpour avatar Oct 08 '21 19:10 AryanSalmanpour

@paveltc can you add a runvx feature to process "NULL"

kiritigowda avatar Dec 20 '21 20:12 kiritigowda

any updates on this issue?

kiritigowda avatar Feb 17 '22 04:02 kiritigowda

Vision functions added into test scripts.

kiritigowda avatar Jan 03 '23 21:01 kiritigowda