Vincenzo Ciancia
Vincenzo Ciancia
BraTS-Toolkit does not yet work with RTX 3080 GPUs. Is there a fix already, or is fixing this planned? Details: when running e.g. isen-20 using nvidia-docker2, via the BraTS-Toolkit, in...
Hi, perhaps it's me not understanding how to use turbo.js, but I have the following test program, which produces an array of size 256, whereas I would expect it to...
Issue Type: Bug When opening 16bit png I get 0 in all components and no warning. Extension version: 0.8.0 VS Code version: Code 1.58.2 (c3f126316369cd610563c75b1b1725e0679adfb3, 2021-07-14T22:30:16.440Z) OS version: Linux x64...
Hi, veda is simply great, but I want to use my webcam 2 under linux, which is video (webcam 1 is IR, I got a thinkpad carbon x1). How to...
Hi. I am in love with the effectiveness of webcamoid at applying effects. It's super-fast and easy to use. Can fx parameters be controlled via midi or osc? I'd love...
Hi, I'm opening a new issue as per @blowekamp request as I'm willing to cooperate in publishing .net binaries of simpleitk. In the VoxLogicA project we distribute 4 files: a...
Issue Type: Bug I am using vscode remote to connect to a development host via ssh. Ionide is installed both locally and remotely, and sometimes it works on the remote...
Hi, I've been trying to run the example inference using the 7B model weights, but I get: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 86.00 MiB (GPU 0; 39.59...
In the websockets protocol, progress messages don't contain the node id, which has to be deducted by the previous "executing" message. If parallel execution was enabled, such protocol would not...
I have a function to load audio to an array that looks more or less like this: ``` def load_audio(filename, mono=False): clip = mpy.AudioFileClip(filename) vector = clip.to_soundarray(fps=clip.fps) ... ``` ####...