You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
For Object detection, we were using Origami in the examples to draw bounding boxes. The Scala package has just added this bounding box drawing into the core package with this PR #14474 so it would be better for us to use this through interop to achieve consistency through the JVM packages
Sample Code
Here is some sample interop code that will draw the boxes
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Feature, Doc
Context
For Object detection, we were using Origami in the examples to draw bounding boxes. The Scala package has just added this bounding box drawing into the core package with this PR #14474 so it would be better for us to use this through interop to achieve consistency through the JVM packages
Sample Code
Here is some sample interop code that will draw the boxes
Testing
This should be added as a function to the
org.apache.clojure-mxnet.image
namespace and also used in the object detection example.Testing can follow the path in the Scala PR /~https://github.com/apache/incubator-mxnet/pull/14474/files#diff-3b90268bc4fb53edb14b46c46be1cc32
The text was updated successfully, but these errors were encountered: