-
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…
-
### What happened?
in stability matrix, when I try to install [https://github.com/DavG25/sd-webui-mov2mov) in stable diffusion AUTO1111 webui, It appears to not showing a moov2mov extension. I don't …
-
### 检查项
- [X] 我已在 [Issues 页面](https://github.com/Hex-Dragon/PCL2/issues?q=is%3Aissue+) 和 [常见&难检反馈及问题列表](https://github.com/Hex-Dragon/PCL2/discussions/1930) 中搜索,确认了这一 Bug 未被提交过。
### 描述
隐藏主题极客…
-
As above. We should probably add the oxidation state featurizers used in the `DeBreuck2020Featurizer` to the `CompositionOnly` featurizer too.
-
### Do you intend to personally contribute/program this feature?
No
### I would like to see this change made to improve my experience with
Gameplay as a Player
### Description
There are…
-
### 检查项
- [X] 我已在 [Issues 页面](https://github.com/Hex-Dragon/PCL2/issues?q=is%3Aissue+) 和 [常见&难检反馈及问题列表](https://github.com/Hex-Dragon/PCL2/discussions/1930) 中搜索,确认了这一 Bug 未被提交过。
### 描述
软件提示登陆成功后进度卡…
-
通过api生成白底的证件照是不是需要调用2次api?
1.调用接口 生成证件照(底透明)
2.调用接口 添加白色背景色
我的问题是这个在网页上面这么操作的话无可厚非,但是通过接口的话,就要考虑保持接口1返回的值,再post到接口2中,不知道后面能否再增加一个新的接口,实现1+2的功能
-
Hi There,
I installed everything on Windows 10 + Anaconda,
I've followed the DEMO instructions and it seems like it works perfectly fine with the 3 images.
So far so good. 🙂
Unfortunately, I got…
-
Having recently discovered that the open source [Jitsi](https://jitsi.org) video conferencing solution offers ML driven background replacement, I thought it would be interesting to round up who else i…
-
## 背景
PyTorch 最近在 2.1.0 版本发布了 `torch.export` 功能,提供了以 PyTorch 2.x 的 dynamo 为核心的模型导出方法。其功能上与我们 Paddle 动转静模型导出 `paddle.jit.save` 相类似,因此我们想要建设一个 repo 能够自动对比 `torch.export` 和 `paddle.jit.save` 的导出成功与否,[…