Mudassar Iqbal
Mudassar Iqbal
Hi, This is a great service and I have been using it for my repo for a while now. I wanted to display a single badge for `views per month`...
#### Description The current implementation of the [`slt.vision.video.video.Video`](https://github.com/sign-language-translator/sign-language-translator/blob/main/sign_language_translator/vision/video/video.py) class uses a linked list to concatenate various objects along the time dimension. This design has led to memory issues when objects...
Refactor Display Functionality for Sign Wrapper Classes for Improved Performance and Maintainability
**Description:** The current implementation of display functionalities within each sign wrapper class (e.g. [`slt.vision.Video`](https://github.com/sign-language-translator/sign-language-translator/blob/main/sign_language_translator/vision/video/video.py#L436) or [`slt.vision.Landmarks`](https://github.com/sign-language-translator/sign-language-translator/blob/main/sign_language_translator/vision/landmarks/landmarks.py#L277)) is tightly coupled and redundant. Various display methods are implemented within each `slt/vision/*/display.py` separately....
I'm experiencing issues with video writing and animation saving on Ubuntu Docker containers used in GitHub Actions and Hugging Face Spaces. The problems occur when using OpenCV's `VideoWriter` and Matplotlib's...
#### Description Let's improve the current factory-like functions in this library by implementing a factory design pattern with a registry. This enhancement will enable users to extend factory functions with...
The current documentation setup has several issues that impact readability and usability. We may need to adjust the `sphinx-autodoc` Jinja templates and make necessary changes in `conf.py` and ensure consistency...