Marvin Schirrmacher

Results 12 comments of Marvin Schirrmacher

I think it is a good idea to integrate fuzz tests for this library. I made a short run and found a null pointer: ``` Pattern.compile("..|.#|..") => Method threw 'java.lang.NullPointerException'...

I applied `(function_definition _) @function` and `(function_declarator (parameter_list) @parameters)`

![Screenshot 2022-02-23 at 16 58 21](https://user-images.githubusercontent.com/6545822/155356881-5474548f-ae6c-4058-aea6-3d6b60efea18.png)

I found out that also resizing the window by hand to the maximum window size creates a crash. [See crash logs](https://github.com/google/filament/files/13779628/crash.txt)

Here is the glb file: [cubes.glb.zip](https://github.com/google/filament/files/13791477/cubes.glb.zip)

Amazing! Thanks for the incredibly good support! ONNX helps a lot deploying the model in various contexts without requiring the Python data structures...

@antithing I will publish the code here, I will integrate the model to my private C++ project. Will update you.

Reducing the ISP size with `camRgb.setIspScale(1, 3)` improved the synchronisation but it is still not perfect.

Here my code which is probably not right: ``` import numpy as np import matplotlib.pyplot as plt from imageio import imread from structure_tensor import eig_special_2d, structure_tensor_2d # Parameters for the...

Here the model is hosted: https://huggingface.co/spaces/schirrmacher/ormbg