hmr2.0
hmr2.0 copied to clipboard
Question : Problem while launching the demo.py
Hi, your work really interrested me for my Bachelor work, but while I was trying to launch it this error apears :
Dimensions must be equal, but are 59 and 61 for '{{node resnet50v2/conv2_block1_out/add}} = AddV2[T=DT_FLOAT](resnet50v2/conv2_block1_0_conv/BiasAdd, resnet50v2/conv2_block1_3_conv/BiasAdd)' with input shapes: [1,59,59,256], [1,61,61,256].
Call arguments received by layer "conv2_block1_out" (type Add):
• inputs=['tf.Tensor(shape=(1, 59, 59, 256), dtype=float32)', 'tf.Tensor(shape=(1, 61, 61, 256), dtype=float32)']
I've follow your README and did all the steps. If you can clarify me it will be really helpful... Thanks in advance
Hi, your work really interrested me for my Bachelor work, but while I was trying to launch it this error apears :
Dimensions must be equal, but are 59 and 61 for '{{node resnet50v2/conv2_block1_out/add}} = AddV2[T=DT_FLOAT](resnet50v2/conv2_block1_0_conv/BiasAdd, resnet50v2/conv2_block1_3_conv/BiasAdd)' with input shapes: [1,59,59,256], [1,61,61,256]. Call arguments received by layer "conv2_block1_out" (type Add): • inputs=['tf.Tensor(shape=(1, 59, 59, 256), dtype=float32)', 'tf.Tensor(shape=(1, 61, 61, 256), dtype=float32)']
I've follow your README and did all the steps. If you can clarify me it will be really helpful... Thanks in advance
I have met this problem too,do you solve it?
Could anybody help me? When I launched the demo.py,it broke this error,and I have surfed the Internet for searching the answer,but I still couldn't sovle it?I would appreciate it if somebody help me!
Hi, your work really interrested me for my Bachelor work, but while I was trying to launch it this error apears :
Dimensions must be equal, but are 59 and 61 for '{{node resnet50v2/conv2_block1_out/add}} = AddV2[T=DT_FLOAT](resnet50v2/conv2_block1_0_conv/BiasAdd, resnet50v2/conv2_block1_3_conv/BiasAdd)' with input shapes: [1,59,59,256], [1,61,61,256]. Call arguments received by layer "conv2_block1_out" (type Add): • inputs=['tf.Tensor(shape=(1, 59, 59, 256), dtype=float32)', 'tf.Tensor(shape=(1, 61, 61, 256), dtype=float32)']
I've follow your README and did all the steps. If you can clarify me it will be really helpful... Thanks in advance
I have met this problem too,do you solve it?
I didn't found the problem for the moment sorry :/
Ok,thank you anyway!
@.***
------------------ 原始邮件 ------------------ 发件人: "russoale/hmr2.0" @.>; 发送时间: 2022年7月11日(星期一) 下午5:26 @.>; @.@.>; 主题: Re: [russoale/hmr2.0] Question : Problem while launching the demo.py (Issue #21)
Hi, your work really interrested me for my Bachelor work, but while I was trying to launch it this error apears : Dimensions must be equal, but are 59 and 61 for '{{node resnet50v2/conv2_block1_out/add}} = AddV2[T=DT_FLOAT](resnet50v2/conv2_block1_0_conv/BiasAdd, resnet50v2/conv2_block1_3_conv/BiasAdd)' with input shapes: [1,59,59,256], [1,61,61,256]. Call arguments received by layer "conv2_block1_out" (type Add): • inputs=['tf.Tensor(shape=(1, 59, 59, 256), dtype=float32)', 'tf.Tensor(shape=(1, 61, 61, 256), dtype=float32)']
I've follow your README and did all the steps. If you can clarify me it will be really helpful... Thanks in advance
I have met this problem too,do you solve it?
I didn't found the problem for the moment sorry :/
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Hi, your work really interrested me for my Bachelor work, but while I was trying to launch it this error apears :
Dimensions must be equal, but are 59 and 61 for '{{node resnet50v2/conv2_block1_out/add}} = AddV2[T=DT_FLOAT](resnet50v2/conv2_block1_0_conv/BiasAdd, resnet50v2/conv2_block1_3_conv/BiasAdd)' with input shapes: [1,59,59,256], [1,61,61,256]. Call arguments received by layer "conv2_block1_out" (type Add): • inputs=['tf.Tensor(shape=(1, 59, 59, 256), dtype=float32)', 'tf.Tensor(shape=(1, 61, 61, 256), dtype=float32)']
I've follow your README and did all the steps. If you can clarify me it will be really helpful... Thanks in advance
Same problem here unfortunately
When I run the demo.py,it broke this error: How do I solve it?Please help me.
Traceback (most recent call last):
File "demo.py", line 68, in
it'll work if you change the version of TensorFlow to 2.3.0
Could anybody help me? When I launched the demo.py,it broke this error,and I have surfed the Internet for searching the answer,but I still couldn't sovle it?I would appreciate it if somebody help me!
I have the same problem. Have you solved it?
Could anybody help me? When I launched the demo.py,it broke this error,and I have surfed the Internet for searching the answer,but I still couldn't sovle it?I would appreciate it if somebody help me!
I have the same problem. Have you solved it?
I have run the demo in this experiment, and I share approach in CSDN, maybe you can visit https://blog.csdn.net/qq_45257495/article/details/125944038