-
Hi, I wanted to know what is the approach to predict an image's masks using pairs of image and masks as support.
Is there some required preprocessing? Do I have to save my data into some specific for…
-
### Describe the bug
I've built the following pipeline with inpainting and Ip-adapter. And to reduce the memory footprint I also enabled CPU offload and efficient transformer methods, which causes …
-
Masks generated on the demo image (https://github.com/facebookresearch/segment-anything/blob/main/notebooks/images/dog.jpg) through the online demo (shown below) are different from the masks generated…
-
- TIA Toolbox version: `develop` branch
- Python version: 3.11
- Operating System: Linux
### Description
I would like to first produce a thumbnail and segmentation mask for all WSIs that I hav…
-
Why must provided a mask if I want to repair a damage image, I mean sometimes I don't know which part is damaged, or damage part is everywhere. I have read some papers about inpainting, most networks …
-
maskrcnn训练自己的数据小目标非常非常差,检测不出来
auto_scale_lr = dict(base_batch_size=32, enable=False)
backend_args = None
data_root = 'D:\\Program Files\\mmdetection\\mmdet\\data\\keii\\'
dataset_type = 'KeIIDatas…
-
感谢您杰出的工作,我目前想将D2SA数据集运用于你们的模型,所以我想知道怎么修改原始的D2SA数据集以符合你模型的输入,谢谢
-
In your code, you mentioned group loss, which is the loss calculated after masking some of the hyperedges. However, during actual execution, I encountered an issue: after applying the hypergraph mask,…
-
### Feature description
Related to #292 which I'm guessing is perhaps too heavy handed or overly technical.
I'm suggesting to add an API param and UI input for a 'mask' image (B+W map).
In rega…
-
Hi, thank you for releasing the code! I have a couple of questions regarding implementation.
1) The function `corrupt_data` starting at line `279` in `train_planner.py` outputs `target_mask` which …