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

input two images #7

Open
0-xl-0 opened this issue Jan 23, 2022 · 2 comments
Open

input two images #7

0-xl-0 opened this issue Jan 23, 2022 · 2 comments

Comments

@0-xl-0
Copy link

0-xl-0 commented Jan 23, 2022

How do I input two images when testing a change detection model?

@konafah
Copy link
Member

konafah commented Jan 24, 2022

Hi, there's currently an issue with loading multiple inputs in the viewer interface. It will be fixed in an upcoming release.

In the meantime, you can use load multiple inputs through the Zetane Python API (Python 3.6-3.9):

pip install zetane
import zetane

viewer = zetane.OnnxViz()
viewer.create_onnx_model("path/to/model.onnx")
viewer.model_inference([...list of numpy inputs...])

More examples (Keras, PyTorch, or ONNX): https://docs.zetane.com/basic_models.html

Inference through the Viewer or the API requires a Pro account. You're welcome to join our slack channel (https://zetane.com/join-slack) for further assistance or to request a trial.

@xiao-lin-hub
Copy link

ModuleNotFoundError: No module named 'zetane.utils'

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

3 participants