Zoo models usage #3557
Closed
SNESEAR
started this conversation in
Development
Replies: 1 comment 1 reply
-
You talked about 3 different tasks (or model):
DJL model zoo is mainly used for show case what DJL is capable of. It's not meant to collect all models. See this for how to get a complete list of models in model zoo. You may want to search on HuggingFace for models, and then convert it to DJL to run in Java. For some of models you may also need to implement your own |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to start using djl, and I can't find any information about zoo models params.
So I tried to run a test example from the documentation (face recognition with drawing rectangles), everything worked, but I want to recognize a face to draw a face rectangle, also recognize a face from 2 different images, as it is in another example from the documentation, and also recognize face landmarks to calculate (using opencv) head pose estimation, or maybe there is a model that returns it. How to find a model, that can detect faces, give encodings (face unique vector), landmarks (or head pose estimation).
Where to find information about required parameters?
Beta Was this translation helpful? Give feedback.
All reactions