Skip to content

'Failed to load MXNet native library' - Problem when trying DeepJavaLibrary OFF the internet! #1212

Answered by frankfliu
NotAGolfer asked this question in Q&A
Discussion options

You must be logged in to vote

You can download MXNet model from our S3 bucket (or directly from MXNet model zoo). for example - ssd (resnet50):

https://mlrepo.djl.ai/model/cv/object_detection/ai/djl/mxnet/ssd/0.0.1/ssd_512_resnet50_v1-symbol.json

https://mlrepo.djl.ai/model/cv/object_detection/ai/djl/mxnet/ssd/0.0.1/ssd_512_resnet50_v1_voc-0000.params.gz # need unzip it

Or you can download .zip file from our demo s3 bucket:

https://resources.djl.ai/test-models/mxnet/ssd_resnet50.zip

When you loading model from local file system you need specify translator:

        Criteria<Image, DetectedObjects> criteria =
        Criteria<Image, DetectedObjects> criteria =
                Criteria.builder()
                      …

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@NotAGolfer
Comment options

Comment options

You must be logged in to vote
1 reply
@NotAGolfer
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by NotAGolfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants