Wei Ouyang
Wei Ouyang
``` python import lupa lua = lupa.LuaRuntime() lua.require('torch') lg = lua.globals() a = lg.torch.Tensor(2) print(a[5]) # any out of range indexing will cause the core to crash. ``` the output...
This is a minor issue but would be nice to fix anyhow. And for Java windows, there are a few pixel spaces that are always transparent in the bottom edges....
Hi, we are trying to use the tensorflow manager through pyimagej in Jupyter notebooks (headless=False), would be great if there is a way to ask the manager to install a...
Hi, we are hitting this error with JDK 11: ``` (Fiji Is Just) ImageJ 2.1.0/1.53c; Java 11.0.11 [64-bit]; Linux 4.15.0-144-generic; 361MB of 79744MB (
Hi, I am testing ImageJ-server with the pyimagej client, but I constantly get this `HTTP 409 Conflict` with this line: `ij.show(img_in, format='jpg')`. And if I change the format to 'png'...
Hi, I am wondering if it's possible to support passing a file-like object with from python to imagej. The goal is to supporting lazy loading of large files that potentially...
Hi, I am trying to convert a java string to python string using `ij.py.from_java` but it give me an error. ```python script = """ #@output Object greeting greeting = "hello"...
I am wondering how should we use java.awtFileDialog, considering the following example (copy and paste to https://javafiddle.leaningtech.com/ to test): ```java import java.awt.FileDialog; import java.awt.Frame; import java.awt.Button; import java.awt.FileDialog; import java.awt.Frame;...
One nice thing about awt is that the text field are implemented as `` which can trigger the virtual keyboard on touchscreen devices. Wondering if it's possible to do the...
Currently, it seem cheerpj can only load compiled .jar.js file from http backed mounting points, it will be super helpful if we can load .jar.js directly from IndexedDB (`/files`). This...