-
左博,你好,我用了你提供的可以检测戴口罩人脸的模型,经过步骤转换成MNN(mnn:0.2.1.7)后测试,发现,只有当人脸靠得比较近(人脸比较大的时候)才能检查到人脸,并且框的位置有很大的跳动,请教一下这个模型是指针对大人脸的还是我的转换的过程中有问题?在检测的过程中,Pnet的尺度的过程,当某尺度下图像的宽或者高小于20的时候,在resizeSession的时候出现了Resize error f…
-
Hi! Thank you very much for your work!
I tried some garments from the demo notebook with an image of another person. These are my results:
![image](https://github.com/cuiaiyu/dressing-in-order/ass…
-
*Created by: kylemcdonald*
## Description
When using `createFont()` or the Create Font tool to create a PFont for a bitmap pixel font with smoothing disabled, there are still grays in the generate…
-
I am running powder integrations on hexrd 0.9.6 and gerring the following error trying to do a polar warp. Same function however works ok with a late 2023 release. Thoughts?
(powder) [ad785@f2-anal…
-
Avoir une liste des images par taille, c'est bien, mais pouvoir faire des sélections dans ces tailles en fonction des seuls OS à choisir, ce serait le top. Il y a la possibilité de décocher des taille…
-
## Description
When using `createFont()` or the Create Font tool to create a PFont for a bitmap pixel font with smoothing disabled, there are still grays in the generated font.
## Expected Behav…
-
### Steps to reproduce
1.Upgrade to the latest iOS version
2. Autouploads stop working
### Expected behaviour
All new photos should auto upload. Also when the app is opened newly taken phot…
-
```python
import pyqtgraph as pg
import numpy as np
app = pg.mkQApp()
ii = pg.ImageItem()
ii.setOpacity(0)
ii.setImage(np.random.random((500,500,3)))
ii.save('./test.png')
```
I would argue…
-
I am trying to dynamically load the image being cropped, but the preview image is not updating when I call the setImage() method. The target image is updating correctly. Any help/suggestions?
Thanks!…
-
Hello, I carefully read your test code and find that you use opencv to read image.
https://github.com/opteroncx/SESR/blob/e43f85b04c90b56467aef920a7c3ca9e01bb9205/test.py#L63-L65
Actually, the `img…