-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ppdetpose test ok #5470
ppdetpose test ok #5470
Conversation
Thanks for your contribution! |
这里应该是代码风格规范有些问题,可以用下pre-commit |
Codecov Report
@@ Coverage Diff @@
## develop #5470 +/- ##
===========================================
+ Coverage 52.60% 59.42% +6.82%
===========================================
Files 472 482 +10
Lines 66941 68106 +1165
===========================================
+ Hits 35212 40472 +5260
+ Misses 31729 27634 -4095 see 159 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
测试的时候发现了这个问题: |
我这里用的时候没有遇到这个问题,是否是paddlehub版本差别呢?这个paddlehub跟之前一样的,应该使用上不会有问题。 |
你用的什么版本的paddlehub呀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
return img_padded, pad | ||
|
||
|
||
# transfer caffe model to pytorch which will match the layer name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个函数应该没有用到,可以删去
PR types
Performance optimization
PR changes
Models
Description
update pose model by ppdetpose in controlnet to improve performance