Luux
Luux
There should be a reminder for pre-exporting the scene or automatic pre-export (i don't know how long it will take when pre-exporting larger scenes, so maybe at least an option...
There's sparse_image_warp_pytorch.py and sparse_image_warp_np.py, but they don't get used anywhere. In spec_augment_pytorch.py, sparse_image_warp gets never called and is still commented as TODO. The documentation should at least state that if...
Unfortunately, I cannot even launch Lone Echo 2. I also tried updating my drivers and so on as well as reinstalling Revive 5 times or so.  **Environment (please complete...
### General information - `embetty-server` version: 2.0.3 (Docker version heiseonline/embetty-server:2.0.3) - Node.js version: 12.16.1 - Operating system name and version: Ubuntu 18.04.5 LTS (Host) - Browser name and version: -...
When I try to build the package via "mvn package", following error occurs: `mvn package [INFO] Scanning for projects... [INFO] [INFO] -----------------------< org.fit.vips:vips-java >----------------------- [INFO] Building vips-java 1.0 [INFO] --------------------------------[...
If we add a new dataset, we want to run all the data processing steps, but for example skip the evaluation as we do not have labels yet. We still...
### Description of the bug Trying to get the pixmap of certain pdf documents fails: ``` File "/home/.../test.py", line 11, in _ = page.get_pixmap() ^^^^^^^^^^^^^^^^^ File "/home/.../miniconda3/lib/python3.12/site-packages/fitz/utils.py", line 888, in...
When an `out` is assigned `cache: false` which was cached previously, this currently leads to weird behaviour of push/pull/checkout commands where the reason is not obvious to the user (see...
When editing a marimo notebook in VSCode, quite aggressive autosaving takes place. Every few keystrokes, it saves the file - even if I'm still typing. This leads to inputs being...
With python 3.12+, the installation via `pip install paddleclas` fails due to numpy: ``` Collecting numpy==1.24.4 (from paddleclas) Using cached numpy-1.24.4.tar.gz (10.9 MB) Installing build dependencies ... done Getting requirements...