-
Notifications
You must be signed in to change notification settings - Fork 270
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
base: master
Are you sure you want to change the base?
Commits on Jan 2, 2023
-
Fixed typos in tracer b7 prepared for adding postprocessing and preprocessing
Configuration menu - View commit details
-
Copy full SHA for eba0de7 - Browse repository at this point
Copy the full SHA eba0de7View commit details
Commits on Jan 3, 2023
-
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/
Configuration menu - View commit details
-
Copy full SHA for c4aac48 - Browse repository at this point
Copy the full SHA c4aac48View commit details -
1. Added AutoScene preprocessing to all information documents and int…
…erfaces. 2. Updated Russian README.md 3. Updated examples
Configuration menu - View commit details
-
Copy full SHA for 90dd2ac - Browse repository at this point
Copy the full SHA 90dd2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 948c8ab - Browse repository at this point
Copy the full SHA 948c8abView commit details
Commits on Jan 5, 2023
-
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).
Configuration menu - View commit details
-
Copy full SHA for 649e1b9 - Browse repository at this point
Copy the full SHA 649e1b9View commit details
Commits on Jan 11, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 36a3ed3 - Browse repository at this point
Copy the full SHA 36a3ed3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a9f15e2 - Browse repository at this point
Copy the full SHA a9f15e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7041e - Browse repository at this point
Copy the full SHA 2a7041eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45689c - Browse repository at this point
Copy the full SHA d45689cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82e873 - Browse repository at this point
Copy the full SHA c82e873View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41d9b4e - Browse repository at this point
Copy the full SHA 41d9b4eView commit details -
Added pre-commit hook for docs generating, added api subdirectory to …
…docs directory with html in there
Configuration menu - View commit details
-
Copy full SHA for b03e730 - Browse repository at this point
Copy the full SHA b03e730View commit details
Commits on Jan 26, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 37018cd - Browse repository at this point
Copy the full SHA 37018cdView commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18e38a7 - Browse repository at this point
Copy the full SHA 18e38a7View commit details