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
I was wondering if you could share more details about how you converted or adapted SAM for use in Java. Is the code or method you used to achieve this integration available? Thanks in advance.
The text was updated successfully, but these errors were encountered:
As you see there is not much documentation yet, we are still in active development, but is one of my TODOs for the next week or two.
There is an api so you can call and install whatever model you want from your Java based software.
SAMJ is a Java wrapper for the Python code that calls SAM, This is achieved using a library (also in development) called appose: https://github.com/apposed/appose-java
If you want to have a look now before the documentation arrives, here are the pertinent classes:
I was wondering if you could share more details about how you converted or adapted SAM for use in Java. Is the code or method you used to achieve this integration available? Thanks in advance.
The text was updated successfully, but these errors were encountered: