You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Piyush Ghai (JIRA)" <ji...@apache.org> on 2019/03/14 21:01:00 UTC

[jira] [Comment Edited] (MXNET-1285) Add Bounding Boxes over the image in SSD Example

    [ https://issues.apache.org/jira/browse/MXNET-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793066#comment-16793066 ] 

Piyush Ghai edited comment on MXNET-1285 at 3/14/19 9:00 PM:
-------------------------------------------------------------

Her'e the code in a branch : 

[https://github.com/piyushghai/incubator-mxnet/tree/ssd_box]

 

Check the latest commit in this branch : 

[https://github.com/piyushghai/incubator-mxnet/commit/6956eae358234b87f624c2fe0dfedf6166b85d4b]

 

I had tested it back then and it was working :) . The code needs a bit refinement though. Adding comments and putting the method under an API. Most of the groundwork is done though. 

 

I also attached a sample out put i got after running this :) 

 


was (Author: ghai.piyush):
Her'e the code in a branch : 

[https://github.com/piyushghai/incubator-mxnet/tree/ssd_box]

 

Check the latest commit in this branch : 

[https://github.com/piyushghai/incubator-mxnet/commit/6956eae358234b87f624c2fe0dfedf6166b85d4b]

 

I had tested it back then and it was working :) . The code needs a bit refinement though. Adding comments and putting the method under an API. Most of the groundwork is done though. 

 

> Add Bounding Boxes over the image in SSD Example
> ------------------------------------------------
>
>                 Key: MXNET-1285
>                 URL: https://issues.apache.org/jira/browse/MXNET-1285
>             Project: Apache MXNet
>          Issue Type: Improvement
>          Components: Apache MXNet Scala API
>            Reporter: Piyush Ghai
>            Assignee: Qing Lan
>            Priority: Minor
>         Attachments: abc.jpg
>
>
> Similar to the Python SSD example : [https://gluon.mxnet.io/chapter08_computer-vision/object-detection.html], we should have a utility method to draw bounding boxes on the image rather than spit out numbers (co-ordinates and probabilities) for objects detected in the image. 
>  
> Here's something similar on the above lines in Scala : [https://brunk.io/deep-learning-in-scala-part-3-object-detection.html]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org