Open
Description
at line 197, the function try to travel around all the category in catIds and collect the results of every category avoiding repeating results in imgIds. However you use a '&=' operation instead of '|=' operation, which causes the result to be null or less than expected regardless of imgIds when the length of catIds list is more than 1.
Metadata
Metadata
Assignees
Labels
No labels