Mudassar Iqbal

Results 6 issues of 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`...

good first issue

#### 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...

optimization

**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....

optimization

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...

bug
help wanted

#### 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...

enhancement

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...

documentation
help wanted