Skip to content

Fixed invalid boolean indexing in Active Shape Model fitting#123

Open
Szustarol wants to merge 1 commit into
menpo:masterfrom
Szustarol:patch-1
Open

Fixed invalid boolean indexing in Active Shape Model fitting#123
Szustarol wants to merge 1 commit into
menpo:masterfrom
Szustarol:patch-1

Conversation

@Szustarol
Copy link
Copy Markdown

x[nonzero] /= total[nonzero] had invalid boolean indexing - shape has to be broadcast first.

x[nonzero] /= total[nonzero] had invalid boolean indexing - shape has to be broadcast first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant