-
通过api生成白底的证件照是不是需要调用2次api?
1.调用接口 生成证件照(底透明)
2.调用接口 添加白色背景色
我的问题是这个在网页上面这么操作的话无可厚非,但是通过接口的话,就要考虑保持接口1返回的值,再post到接口2中,不知道后面能否再增加一个新的接口,实现1+2的功能
-
## 🐞Describing the bug
- Errors running a model with image input and grayscale image output
passing the same shapes in (but using numpy array as runtime input) e.g. passing a (1, 3, 512, 512) image …
-
### 检查项
- [X] 我已在 [Issues 页面](https://github.com/Hex-Dragon/PCL2/issues?q=is%3Aissue+) 和 [常见&难检反馈及问题列表](https://github.com/Hex-Dragon/PCL2/discussions/1930) 中搜索,确认了这一 Bug 未被提交过。
### 描述
隐藏主题极客…
-
hello,zhanghan:
Modnet is a exciting work in matting research, and your code is helpful a lot. Thank you !
In the process of using your code, I found that there are some problems with the ca…
-
Hello,
Is there a demo code for removing image background which I can run on my local Ubuntu/MacOS system?
-
你好,模型指定的为hivision_modnet,ApiServiceImpl里面少写了一个t
![微信图片_20241010140221](https://github.com/user-attachments/assets/986a6462-f97e-4773-a272-b00ee8c4c567)
![微信图片_20241010140240](https://github.com/user…
-
I convert the pt model to the onnx model and verify that the onnx model has good output accuracy. But my onnx model cannot evaluateing with GPU.
I only saved the weights in the model.
error like…
-
I want to get an trimap of the input image, so that I can get foreground image using this two things (input image & corresponding trimap). Actually I want to build an PoC (Proof of Concept) which take…
-
Hello I am trying to execute the first step with:
1. cp data_processed/big_wavy1 to data/big_wavy1
2. python prepare_data.py --yaml=configs/reconstruct/big_wavy1
3. setting configurations...
loa…
-
按照论文说法, modnet包含分割,细节预测和融合三个部分,我想问的是,
问题1,如果把分割部分的backbone换成其他网络,是否可行?例如换成efficintnet,是否可以无缝替换?
问题2,分割部分和其他部分之间的交互问题,例如,其中细节预测部分用到了部分分割部分的中间层的特征信息,如果把分割的backbone换成其他网络,例如efficinet网络,那么中间层的特征交互问题该如何处…