-
How can I print segmentation map of a test picture?
-
Thank you for your contributions. Could you please tell me how to do segmentation-based controlled image generation
-
Hi,
Thank you so much for sharing the VisMin dataset. Could you also provide the mask segmentations for the objects that have been removed, replaced, or swapped in each image?
Best regards,
Hun…
-
Is there a quick script, notebook or colab to run semantic segmentation inference with your pretrained models models on some arbitrary image that is not part of the datasets you listed?
-
Hello,
Thank you for your work. I have a few questions regarding its applicability to the medical domain.
Currently, your evaluation dataset primarily focuses on 3D depth scenes. I attempted to …
-
Hello,
I had a question regarding running the segmentation module on images that have more than three channels.
I know maskDINO is built for RGB, but are you able to pass in an image of more tha…
-
### Description of the bug
A segmentation fault error occurred in the `TRINITY` process during the `jellyfish` stage when it was run from the Singularity image.
It seems to be similar to [this report…
-
-
**Code**
```python
import UnityPy
env = UnityPy.load('1.bundle')
for path, obj in env.container.items():
if obj.path_id == 0:
continue
match obj.type.name:
case…
-
I've encountered a segmentation fault when encoding images with this plugin. I wasn't able to get the original image (the image was generated dynamically, in a Minecraft mod) but I was able to narrow …