Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Added docstrings in appropriate for pdoc3 format to utils, trimap, pipelines, ml.wrap, ml.file, api #122

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2023

  1. Removed obsolete models

    Fixed typos in tracer b7
    prepared for adding postprocessing and preprocessing
    OPHoperHPO committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    eba0de7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. 1. Added new AutoScene preprocessing method

    2. Added warning about fp16 to u2net class
    
    AutoScene Description:
            Performs a primary analysis of the image in order to automatically select the necessary method for removing the background.
            The choice is made by classifying the scene type.
    
            The output can be the following types:
            - hard
            - soft
            - digital
    
            More info here:  https://huggingface.co/Carve/scene_classifier/
    OPHoperHPO committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c4aac48 View commit details
    Browse the repository at this point in the history
  2. 1. Added AutoScene preprocessing to all information documents and int…

    …erfaces.
    
    2. Updated Russian README.md
    3. Updated examples
    OPHoperHPO committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    90dd2ac View commit details
    Browse the repository at this point in the history
  3. Updated jupyter notebook

    OPHoperHPO committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    948c8ab View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Runned all pre-commit hooks on all files(forced), due to @OPHoperHPO

    …setup not being fully configured. Fixed models download(added scene classifier) and tests(same here).
    MrFox131 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    649e1b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Added object classifier YOLOv4.

    Added AutoInterface to automatically select the best methods for images with different scene types. AutoInterface uses a scene classifier and an object classifier to perform full analysis on all images. At the moment, since there are not enough models for so many types of scenes, universal models are selected for some domains. In the future, when some variety of models is added, auto-selection will be rewritten for the better.
    OPHoperHPO committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    36a3ed3 View commit details
    Browse the repository at this point in the history
  2. Added auto preprocessing method to automatically select the best meth…

    …ods for images with different scene types. auto uses a scene classifier and an object classifier to perform full analysis on all images. At the moment, since there are not enough models for so many types of scenes, universal models are selected for some domains. In the future, when some variety of models is added, auto-selection will be rewritten for the better.
    OPHoperHPO committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a9f15e2 View commit details
    Browse the repository at this point in the history
  3. Fixed bug

    OPHoperHPO committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2a7041e View commit details
    Browse the repository at this point in the history
  4. Pre-commit hook performed

    OPHoperHPO committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d45689c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c82e873 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Rebase conflict resolved

    MrFox131 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    41d9b4e View commit details
    Browse the repository at this point in the history
  2. Added pre-commit hook for docs generating, added api subdirectory to …

    …docs directory with html in there
    MrFox131 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b03e730 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Added CascadePSP segmentation refinement network.

    It will refine the segmentation mask before passing it to the matting network. This should provide more accurate background removal for objects and people. (Check repo from CREDITS.md for more details)
    Updated README.md
    Updated Russian README.md
    OPHoperHPO committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    37018cd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    18e38a7 View commit details
    Browse the repository at this point in the history