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

How do you return the data when you call these two interfaces? I want to transfer through a local backend service? #17

Closed
liujiadong369 opened this issue Jul 11, 2023 · 1 comment

Comments

@liujiadong369
Copy link

const API_ENDPOINT = "https://model-zoo.metademolab.com/predictions/segment_everything_box_model";
const ALL_MASK_API_ENDPOINT = "https://model-zoo.metademolab.com/predictions/automatic_masks";

How can I tweak my backend code to implement these two interfaces?
Thank you very much!

@MiscellaneousStuff
Copy link
Owner

MiscellaneousStuff commented Jul 13, 2023

Look at this discussion for a better explanation.

Alternatively, this project which is extended from this project explicitly does what you want. The extended project is based on explanations from the above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants