Marvin Schirrmacher
Marvin Schirrmacher
When I compile the pattern: `"..|.#|.."`: `Pattern.compile("..|.#|..")` I get `java.lang.NullPointerException` exception. ``` == Java Exception: java.lang.NullPointerException: Cannot read the array length because "subMax.runes" is null at com.google.re2j.Parser.factor(Parser.java:552) at com.google.re2j.Parser.collapse(Parser.java:344) at...
When querying for function parameter lists, I had the following issue: ``` static inline int some_function(struct slab *slab) { } void __init some_other_function(void) { } ``` In this example only...
**Describe the bug** The `gltf_instances.cpp` sample app crashes on MacOS (16 GB, Apple M2, OS 14.1.1 (23B81)) after a few minutes when enabling full screen mode. I used a high...
When using the example `rgb_depth_aligned.cpp` I notice a delay of the two video streams: How can I solve this and overlap them in realtime?
### Describe the issue I copied some code and was facing an issue with: ``` objs = bproc.loader.load_blend( args.scene, obj_types=[ "mesh", "curve", "curves", "hair", "armature", "empty", "light", "camera", ], data_blocks=[...
I am using your great work for background removal tasks, see https://huggingface.co/schirrmacher/ormbg. Here is my dataset: https://huggingface.co/datasets/schirrmacher/humans. This dataset was created for developing a fully open-source background remover of images...
Do you plan to build an Onnx export? I like deploying models with Onnx to reduce dependencies and use the model in C++.
Can you add one simple example how you can visualize the orientation fields? 
Hey there! During security reviews I discovered an issue in audioread/ffdec.py The code uses `subprocess.Popen` to execute external commands (`ffmpeg` or `avconv`) with a user-provided `filename` as part of the...