Lee Man

Results 11 comments of Lee Man

@ky66111 @weigq Could you share the idea of unnormalizing the 2d inputs? I cannot find the mean and std of 2d poses in the given files. Thanks!

> @lee-man Were you able to unnormalize the 2d data? I'm having the same issue as you. @andresherrera97 Sorry that I missed your reply. I can send you the statistics...

I also face this problem when I try to deploy the model on Android phones using Google's official demo. When I try to replace the TF models, the channel ordering...

> @lee-man > You can freely change the channel order and the shape of Transpose and Reshape. > https://github.com/PINTO0309/openvino2tensorflow#6-7-replace-weights-or-constant-values-in-const-op-and-add-transpose-or-reshape-just-before-the-operation-specified-by-layer_id Got it. I will check your tool later. Thanks for your...

It's ported from tf directly. You may check the model definition. I think there's some inconsistency there.

@jinfagang Actually I am not very sure cus this repo is taken over by other guys later. I suggest that you may check the previous few commits. I am pretty...

Great! Thanks for your work. I will add the link in README later.

hi, @lucaskyle This repo is not longer maintained. Sorry that I cannot offer valuable feedback to you.

If the size of original image is 256*256, `kpt_coordinate` will be a value on the 64x64 output grid (output stride 4) and `kpt_offset_yx` will be a offset value (may be...

By the way, I also tried to fine-tune the MoveNet on the custom dataset and could not get a great result. If you get some good results, I look forward...