From 0aefeba6f322ca65c95488c0a1972cf50526718f Mon Sep 17 00:00:00 2001 From: nanguage Date: Fri, 28 Jun 2024 17:14:08 +0800 Subject: [PATCH] add winbox --- README.md | 2 ++ public/imjoy-winbox.html | 64 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 public/imjoy-winbox.html diff --git a/README.md b/README.md index 6d1520c..02d4948 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ CLick to run it using: [web-python-console](https://nanguage.github.io/web-pytho | `getOutput` | | Get the output of the model. It's an object contain `enhanced: np.ndarray` and `spots: np.ndarray` fields | | `runPredict` | | Run the prediction. | | `fetchImage` | `url: string` | Fetch an image from the given url, return a numpy array | +| `setOnnxModelUrl` | `url: string` | Set the ONNX model url. | +| `getInputImage` | | Get the input image. | ## Development diff --git a/public/imjoy-winbox.html b/public/imjoy-winbox.html new file mode 100644 index 0000000..4c5c5d3 --- /dev/null +++ b/public/imjoy-winbox.html @@ -0,0 +1,64 @@ + + + + + ImJoy WinBox + + + + + + + + + + + + + + + + + +
+ + + + + \ No newline at end of file