We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/model_lib/ControlNet/annotator/openpose/model.py:
Line 32 needs to be changed:
From) 'Mconv7_stage5_L2', 'Mconv7_stage6_L1', 'Mconv7_stage6_L1'] To) 'Mconv7_stage5_L2', 'Mconv7_stage6_L1', 'Mconv7_stage6_L2']
24 class bodypose_model(nn.Module): 25 def __init__(self): 26 super(bodypose_model, self).__init__() 27 28 # these layers have no relu layer 29 no_relu_layers = ['conv5_5_CPM_L1', 'conv5_5_CPM_L2', 'Mconv7_stage2_L1',\ 30 'Mconv7_stage2_L2', 'Mconv7_stage3_L1', 'Mconv7_stage3_L2',\ 31 'Mconv7_stage4_L1', 'Mconv7_stage4_L2', 'Mconv7_stage5_L1',\ 32 'Mconv7_stage5_L2', 'Mconv7_stage6_L1', **'Mconv7_stage6_L1'**]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/model_lib/ControlNet/annotator/openpose/model.py:
Line 32 needs to be changed:
From)
'Mconv7_stage5_L2', 'Mconv7_stage6_L1', 'Mconv7_stage6_L1']
To)
'Mconv7_stage5_L2', 'Mconv7_stage6_L1', 'Mconv7_stage6_L2']
The text was updated successfully, but these errors were encountered: