alexkrz
alexkrz
## What does this PR do? This PR adds mdformat-myst to pre-commit config for mdformat, to ensure scientific functions are checked correctly. No breaking changes. Fixes #625 ## Before submitting...
Hi, I realized that mdformat currently escapes Latex characters in Markdown inline math. A solution is to include mdformat-myst. I will crate a PR.
## What does this PR do? This PR improves consistency for reference to `src/train.py` in the Readme file. It also changes the refererred python version consistently to Python 3.10. No...
I am trying this great template and noticed some inconsistencies with references to `train.py` / `src/train.py` in the Readme file. I assume the train script has been moved to the...
Hello, since Python 2 is quite outdated, I would suggest to upgrade the code to Python 3. An environment.yml file or requirements.txt file would also be helpful to list all...
Fixes #3
Hi, I stumbled across your repository to compare different approaches for computing face embeddings. I like your approach to construct the ArcMarginHeader class as base class for all other approaches....
I think especially for images it would be nice to have the option to vertically scroll through the images of a specific class. I have added a screenshot of the...
Hi, when I execute the video_player example from the `examples` directory with `cargo run --bin video_player --features="v4_10"`, I can play my .mp4 video file. Now I wanted to move the...
Hi, I came here through the `annotated_diffusion` notebook, which I really like. Through the notebook I realized that Google Colab and VSCode render inline math differently. From my understanding, the...