Wei Ouyang
Wei Ouyang
OK, this is not a big issue since the zooming of the browser is not a very common use case. Feel free to close.
What kind of example do you have in mind? Maybe examples about support file IO and image processing for other ImJoy plugins? Or perhaps we can even combine this with...
Can we open this issue? I am also looking for this feature, basically, I need to pass some configuration into the per-inference-request to condition my model. I can potentially create...
It was just an issue I came across when I was trying this particular file.
A quick note here, after changing the following lines, the code runs: ```python points = img_size * out[b, index: index + 2 * (num_segments + 1)].view(-1, 2).cpu() index += 2...
Hi, guys, yeah, I will need to investigate it a bit to see how to fix! Or maybe a more sustainable plan is to migrate to hypha RPC in ImJoy....
Hi @giovanniani I think what you are looking for is something like this: ```python import scyjava as sj WindowManager = sj.jimport('ij.WindowManager') # ...run your macro with your image # Get...
> I am not sure what you mean by "disable" exactly, but I don't think that makes much sense here. Let's say if we call `create_prediction_pipeline` with `disable_insecure_weights=True` and `weight_format=None`,...
FYI: It seems the swing text field on Android device can trigger the virtual keyboard.