Richard Brown
Richard Brown
The same is true of: ```bash /home/user/mambaforge/envs/env/lib/python3.10/site-packages/controlnet_aux/open_pose/hand.py:4: DeprecationWarning: Please use `gaussian_filter` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated. ``` which comes from open_pose, and ```bash /home/user/mambaforge/envs/env/lib/python3.10/site-packages/timm/models/registry.py:4: DeprecationWarning: Importing...
When I import the specific processor (e.g., `from controlnet_aux.open_pose import OpenposeDetector`), I still get this output: ``` /home/richardbrown/mambaforge/envs/inpaint_dreambooth/lib/python3.10/site-packages/controlnet_aux/mediapipe_face/mediapipe_face_common.py:7: UserWarning: The module 'mediapipe' is not installed. The package will have limited...
Thanks for your feedback! We were running into this problem when we wrapped VitMatte, and even though it was fairly confident that a pixel was forgreound (0.9999), this would be...
Once installed, allows for ```python from dift import SDFeaturizer ```
For example, I take an image, get masks (with SAM) and get mattes. Then I visualise `alpha_1 + alpha_2 != 1`: # Image  # masks   # mattes...
Hi, matte-anything appears to be segment anything, followed by ViTMatte, so how would that be different from this example? All the matte-anything examples give binary masks, but I need multi-instance...
To be clear, in this toy example I couldn't create just one trimap since I have three classes – dog, cat, background.
No, this is still binary. It's either: 1. FG: cat A, BG: everything else, 2. FG: cats A and B, BG: everything else, or 3. FG: cat B, BG: everything...
Thanks, so I would compile each one individually and combine the `conditioning` results. But what about the `pooled` results, would that be the same?
bump... Any progress on this one?