mpskex / Convolutional-Pose-Machine-tf

Convolutional Pose Machine tensorflow implementation
GNU Lesser General Public License v3.0
71 stars 18 forks source link

报错 求指导 #4

Closed WeiAiFenDou closed 5 years ago

WeiAiFenDou commented 6 years ago

您好! 非常感谢你的分享! 我是一个刚入门的小白。在运行您的程序 predict.py 时报错了。 if name=='main': img_names = ['test_pic.jpg'] j = predict(img_names, 'model/model.ckpt-99.data-00000-of-00001', debug=True, is_name=True) print(j)

image

请问下,是我的参数设置的哪里有问题吗?

mpskex commented 6 years ago

你在载入的时候不需要给出后缀名 就类如“model.ckpt-99"即可

On Aug 16, 2018, at 16:32, WeiAiFenDou notifications@github.com wrote:

您好! 非常感谢你的分享! 我是一个刚入门的小白。在运行您的程序时报错了。 if name=='main': img_names = ['test_pic.jpg'] j = predict(img_names, 'model/model.ckpt-99.data-00000-of-00001', debug=True, is_name=True) print(j)

请问下,是我的参数设置的哪里有问题吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

WeiAiFenDou commented 6 years ago

image

我把下载的model解压出来,是三个文件,我把三个文件都放在model文件夹下。参数如图还是报错。。

mpskex commented 6 years ago

你把错误截图发来。

On Aug 16, 2018, at 17:54, WeiAiFenDou notifications@github.com wrote:

我把下载的model解压出来,是三个文件,我把三个文件都放在model文件夹下。参数如图还是报错。。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

WeiAiFenDou commented 6 years ago

image

我断点进去,就在红线框出来的那句报错了,报的错在console的红框里

gouyinchao commented 5 years ago

hi,can you please send the model to 1046866485@qq.com ? Thank you!

mpskex commented 5 years ago

Currently my site is unavailable. Please wait for an alternate download link.

On Mar 19, 2019, at 17:47, gouyinchao notifications@github.com wrote:

hi,can you please send the model to 1046866485@qq.com ? Thank you!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

mpskex commented 5 years ago

hi,can you please send the model to 1046866485@qq.com ? Thank you!

You can find the model in issue#13

mpskex commented 5 years ago

image

我断点进去,就在红线框出来的那句报错了,报的错在console的红框里

This issue is commonly caused by your environment setup, please check your tensorflow configuration. As this issue is no longer active, I will temporarily close this issue. You can re-open it at any time.