-
In iOS I can set a mask (just an 8bit alpha texture) on a CALayer and then render that layer as a solid rect containing either a texture or colour and only the high-alpha regions of the mask will be r…
-
我注意到你们的模型和文件中提到了mask文件,请问这些文件是通过哪个软件得到的,是手工提取的还是通过自动化的方法
![image](https://github.com/user-attachments/assets/ca45b516-f63a-45e9-9e69-527dec9f4868)
-
您好,我之前写了一段代码,在一份多模态二分类数据集上训练clip去进行预测,我用这句代码区加载模型:
clip_model = CLIPModel.from_pretrained("/hy-tmp/clip-vit-base-patch32/")
processor = CLIPProcessor.from_pretrained("/hy-tmp/clip-vit-base-patch32…
-
Hi,
I have been modifying the scripts of vanilla SAM, mainly to come up with my own training script.
I was kind of successful in that, and training is happening with loss gradually reducing. But I…
-
Hi, I've a question on data collation for finetuning. I have some input questions and some targets, and wish to know if I need to include the inputs as part of my labels during causal finetuning. Spec…
-
### Description
Population module tissue masking and atlases sometimes creates an error when mask and tissue input doesn't match. This should be catched and correctly reported. And not crashing the…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
i've noticed when I set focus_mask as displayable it's usually idle image of itself. so i guess it would be nice to do 'idle' attribute, so it can be styled for every buttons
-
I was running the demo of the mi-gan with my own set of testing images. I noticed that for images that aren't 512x512 an error is produced.
`/scripts/demo.py", line 140, in main
composed_img = …
-
Narrow the image based on the number of contours found. Might need to further mask the top corners.