Jan Flessau

Results 3 comments of Jan Flessau

Probably related to this issue with the ONNX model: https://github.com/anuragxel/salt/issues/2 Seems like masks are off for input images not matching the aspect ratio (2:3) set with ```python "orig_im_size": torch.tensor([1500, 2250],...

Hi :) I built a formatter CLI for SQL within SQLx query macros: https://github.com/jflessau/sqlx-fmt It uses [sqruff](https://github.com/quarylabs/sqruff) for formatting SQL and tree-sitter for grabbing and replacing the raw string literals....