hellonico commented on a change in pull request #13813: [WIP] examples with opencv4/origami URL: https://github.com/apache/incubator-mxnet/pull/13813#discussion_r247355281
########## File path: contrib/clojure-package/examples/infer/objectdetector/project.clj ########## @@ -17,9 +17,12 @@ (defproject objectdetector "0.1.0-SNAPSHOT" :description "Object detection using infer with MXNet" + :repositories [["vendredi" "https://repository.hellonico.info/repository/hellonico/"]] :plugins [[lein-cljfmt "0.5.7"]] + :aliases {"sample-detector" ["run" "--" "-m" "models/resnet50_ssd/resnet50_ssd_model" "-i" "images/dog.jpg" "-d" "images/"]} Review comment: added! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
