Closed kprokofi closed 1 week ago
Attention: Patch coverage is 81.53846%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 80.42%. Comparing base (
31823cd
) to head (2c99adb
). Report is 38 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I will update this PR after RC14 will be finalized
@kprokofi Could you add a line to src/otx/core/data/transform_libs/torchvision.py
This should fix the index error.
Now the failure is:
setattr(inputs, key, attr[keep])
IndexError: boolean index did not match indexed array along dimension 0; dimension is 3 but corresponding boolean dimension is 2
@kprokofi could you disable the failing RTMDet test? We should keep in mind that the model is dysfunctional for now
Now the failure is:
setattr(inputs, key, attr[keep]) IndexError: boolean index did not match indexed array along dimension 0; dimension is 3 but corresponding boolean dimension is 2
@kprokofi could you disable the failing RTMDet test? We should keep in mind that the model is dysfunctional for now
@sovrasov @kprokofi yeah, that's disable inst seg recipes for now. I think there's some bug in FilterAnnotations. I will open a PR to fix it.
Summary
How to test
Checklist
License