This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Scala Infer ObjectDector crashes on models which don't return #14181
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot add [Bug, Scala] |
frankfliu
added a commit
to frankfliu/incubator-mxnet
that referenced
this issue
Feb 20, 2019
4 tasks
frankfliu
added a commit
to frankfliu/incubator-mxnet
that referenced
this issue
Feb 23, 2019
frankfliu
added a commit
to frankfliu/incubator-mxnet
that referenced
this issue
Mar 2, 2019
frankfliu
added a commit
to frankfliu/incubator-mxnet
that referenced
this issue
Mar 4, 2019
lanking520
pushed a commit
that referenced
this issue
Mar 7, 2019
vdantu
pushed a commit
to vdantu/incubator-mxnet
that referenced
this issue
Mar 31, 2019
nswamy
pushed a commit
that referenced
this issue
Apr 5, 2019
haohuanw
pushed a commit
to haohuanw/incubator-mxnet
that referenced
this issue
Jun 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The Scala Infer API's ObjectDetector will crash when provided with a model which doesn't return coordinates for bounding boxes. We should handle this situation more gracefully. Either return an error message stating that the model doesn't have the required outputs or return the results without the bounding boxes.
Error Message:
Minimum reproducible example
Steps to reproduce
(Paste the commands you ran that produced the error.)
The text was updated successfully, but these errors were encountered: