MagicSource

Results 1289 comments of MagicSource

这里的模型都是135M+,这在cpu或者移动端来说过于大了。。。

放弃吧,这库已经不维护了

I am doing this thing converting FCOS model to trt. Also I am implementing trt C++ inference steps for BlendMask. Currently FCOS trt inference can forward, and moved all postprocess...

@blueardour I mean for blendmask, we have logits, centerness, bbox_reg, top_feat, is that possible calculate mask direclty from top_feat? Or does you droped some RPN process and ROIAlign like layer?...

@blueardour That sounds like a lot of postprocess operation to do. I think it's not every efficient to do so. I am mainly implement it on TensorRT, even if these...

@Jeff-sjtu Hello, seems resnet34 无法加载: ``` Missing key(s) in state_dict: "decsigma.weight", "decsigma.bias". ``` 你更新了模型,却没有更新res34的权重/

when I set to `disbale`, it looks even worse: ![image](https://user-images.githubusercontent.com/21303438/196419433-a792a0bf-ff6b-4edb-9f5e-23103f13b719.png) how can I resolve it?

thanks, does there a more clear demo for this? I am more very clear about `remove Flutter paint from that region`, I just have a Widget, how can I remove...

Also, I got a white line above window, why? (no such thing on arcylic effect) ![image](https://user-images.githubusercontent.com/21303438/199659691-8ff7da70-cbe2-42ee-97f9-faf16e23e50a.png)

我知道有一些库可以从剪切板提取图片。 我的问题是能否再textfield扩展这个功能,extend_textfiled,例如 ctrl+v把图片一起囊括进来。主要用于desktop的一些应用,还是蛮有用的