liam_sun

Results 73 comments of liam_sun

Got it. Thanks for your reply.

I had the same question. My setting is: trainset_3d = ['Human36M'] trainset_2d = ['MSCOCO', 'MPII'] The test results agasint Human36M are: Directions: 62.02 Discussion: 73.63 Eating: 62.07 Greeting: 63.97 Phoning:...

@SangbumChoi Based on the latest codes, I made following changes: 1. output_shape = (input_shape[0]//4, input_shape[1]//4) 2. depth_dim = 64 3. [1, 64, 1, 2] ==> [1, 64, 1, 1] inverted_residual_setting...

ReduceFp32ToFp16 is set to True in my tests.

Hi @catcor01, Many thanks for your time and so detailed analysis. Instead, I ran these 2 models basing on the sample codes. I made some modifications while building them, e.g,...

Hi @catcor01, Sorry for the late reply. I have been focusing on some other work recently. I will try this patch ASAP. Thanks for your kindly help.

Hi @keidav01 , There's no progress on my side since my attention has been absorbed by some other things so far. You can just close it and I will verify...

[test.zip](https://github.com/ARM-software/armnn/files/8975794/test.zip)

Big thanks for your quick reply. I tried with tensorflow 2.3 and 2.5, both cases seemed abnormal. One thing I am curious is, I just used prebuilt libraries and pure...

I also conducted similar tests using TfLite delegate way. The inference results were correct. My test codes are below: import numpy as np import tflite_runtime.interpreter as tflite import cv2 as...