Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idea: interact with SAMJ from IJM macros/Jython scripts #12

Open
xulman opened this issue Mar 20, 2024 · 0 comments
Open

idea: interact with SAMJ from IJM macros/Jython scripts #12

xulman opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@xulman
Copy link
Contributor

xulman commented Mar 20, 2024

mentioned originally here

and also here:

Proposition 2: Macro callable
run(“SAMJ”, “Install model=EfficientSAM”)
setWindow(“image_to_annotate”)
run(“SAMJ”, “Encode model=EfficientSAM”)
makeRectangle(4, 11, 12, 4);
run(“SAMJ”, “Annotate mode=all”)
makePoint(20, 22, “small yellow”);
run(“SAMJ”, “Annotate mode=largest”)
makePoint(20, 22, “small yellow”);
run(“SAMJ”, “Annotate mode=largest”)
run(“SAMJ”, “Export”)
@xulman xulman added the enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant