-
Hi, would you be interested in adding CLIPasso to [Hugging Face Hub](https://huggingface.co/models)? The Hub offers free hosting, and it would make your work more accessible and visible to the rest of…
AK391 updated
2 years ago
-
Thanks for your great work! I'm trying to train u2net for human segmentation, but the image size for further inference is 1920*2560. The given pretrained model does not perform well. Would you please …
-
Hi!
I would like to share one [small tool](https://github.com/peko/nn-lineart) that you may found useful. Right now I use it to compare differences between u2net and artline, it allows to quickly s…
-
A Chinese online demo:[Cartoonize](https://cvpy.net/studio/cv/func/DeepLearning/cartoonize/cartoonize/page/)
-
I want to use the API on webui server with the payload as :
payload = {
"image": encode_pil_to_base64(image),
"model": "u2net",
"return_mask": False,
"alpha_matting": False,
…
-
最近刚刚开始学习object detection,谢谢大佬的开源!之前直接用u2net在自己的dataset上跑结果很好~可是如果加了完全是背景的图片结果就很奇怪, 所以自己试着想改成classification的问题,我把sigmoid换成了softmax, loss换成了cross entropy lossoutput channel也是变成了2,感觉这样是不是就把background 和 o…
-
Hello @NathanUA,
Great work on the model!
I can download the code and run prediction and the results are AMAZING.
Now I want to train the model on the custom dataset. Basically, I have an im…
VyBui updated
3 years ago
-
This is the first time I use python ,and I download the CUDA,but still this problem
Traceback (most recent call last):
File "G:/U-2-Net-master/u2net_portrait_demo.py", line 176, in
main()
…
-
您好,我想研究下您这篇U2Net的文章,但是预训练模型和预测结果都只有谷歌链接.
请问方便生成百度网盘的链接吗?或者邮件发送?
邮箱:912343535@qq.com
十分感谢
-
Hello, I'm doing research on salient object detection. However, I'm new to the field and deep learning in general.
I trained u2net but I don't know how to plot the training curve, and also the values…