Conversation
…tion tensor needs to be broadcast
|
Hey @Zha0q1 , Thanks for submitting the PR
CI supported jobs: [windows-cpu, unix-cpu, sanity, windows-gpu, centos-gpu, miscellaneous, unix-gpu, clang, website, centos-cpu, edge] Note: |
| 'faster_rcnn_resnet101_v1d_coco', | ||
| 'yolo3_darknet53_coco', | ||
| 'yolo3_mobilenet1.0_coco', | ||
| 'mask_rcnn_resnet18_v1b_coco', |
There was a problem hiding this comment.
By adding the mask_rcnn under obj_detection tests, we are not testing the segmentation part?
There was a problem hiding this comment.
I think the mask is a little hard to test numerically since they can be different across mxnet and onnxruntime
| from urllib.parse import urlparse | ||
| test_image_urls = [ | ||
| 'https://github.com/apache/incubator-mxnet-ci/raw/master/test-data/images/car.jpg', | ||
| 'https://github.com/apache/incubator-mxnet-ci/raw/master/test-data/images/duck.jpg', |
There was a problem hiding this comment.
Why do we remove the images here?
There was a problem hiding this comment.
Those two images would fail the maskrcnn models. It's not like maskrcnn models do not work on them, but they would output slightly different boxes than mxnet
Fixes 6 maskrcnn models
TODO: add model tests
