Mike Shi

Results 9 issues of Mike Shi

首先,Blazeface的人脸检测,对于头像占比比较大的图片,效果很差,但是对于占比小的,则效果很好。如下图的汤姆汉克斯,识别的置信度只有0.25左右 ![001](https://user-images.githubusercontent.com/1825829/125413724-ebb12158-48ff-43fa-95ae-4766c07a2782.jpg) 但是这样的集体照,则都在0.99左右 ![faces](https://user-images.githubusercontent.com/1825829/125413852-a209d71e-8dd4-4db8-8168-fa606a65afc4.jpg) 另外,检测和识别的过程,看deepsight的Insightface项目,应该还缺少了Alignment这一步骤,所以当脸不是正对镜头时,计算获得的特征值的余弦相似度,会很差,如和下面的汤姆汉克斯图像对照,只有0.0X的相似度。但是这个不确定,因为InsightFace里用到的人脸检测模型应该是`2d106det.onnx`,模型本身就不相同。 ![004](https://user-images.githubusercontent.com/1825829/125414282-ef9fd7e7-ce64-4301-ba89-6a3134d277eb.jpg) 而使用insightface时,两张都相似度在0.5左右。人脸识别都是用了`ArcFace`模型。

当使用schema2code生成了相应页面,但是我试图在该页面下,生成一个`uni-table`时,当写到第二个tr时,会出现以下错误 ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '__composer') at Proxy.mounted (vue-i18n.esm-bundler.js:1763:52) at callWithErrorHandling (vue.runtime.esm.js:1309:22) at callWithAsyncErrorHandling (vue.runtime.esm.js:1318:21) at hook.__weh.hook.__weh (vue.runtime.esm.js:3988:29) at flushPostFlushCbs (vue.runtime.esm.js:1511:47) at flushJobs...

https://github.com/xorbitsai/inference/blob/f9629e35dcd903ed4fa21f6be875bc9ca872e3e5/xinference/api/restful_api.py#L1363-L1368 Current `tool_calls` model list seems not be same in `llm_family.json`

Added the support for code completions, support 3 kinds of completions: 1. Common code completions, like generate model, it will continue to generate the code according inputted code above. 2....

feature

https://github.com/huggingface/llm-ls/blob/f58085b8127dc09ae09645e04019a668a85e4976/crates/llm-ls/src/main.rs#L795 `Instant::now()` maybe return a value smaller than `MAX_WARNING_REPEAT` (3600s) in my Win11, and it will cause the `checked_sub` return None, that make program show error message "instant to be...

### Initial checklist - [X] Is this really a problem? - [X] I have searched the Github Issues for similar issues, but did not find anything. ### Problem Currently when...

feature request
scope:sheets hyperlink

https://github.com/hymhub/pdf-vue3/blob/8249e9998e6ff2474d3e6af99ee3349d7edfbb8c/src/pdf-vue3.vue#L109 If the URL in the `src` ends with ".PDF" or ".Pdf", not all lower case characters, the URL will be recognised as base64 encoded data.

Add the function that user can register custom the model from model hub (`HuggingFace`, `ModelScope`) by selecting model type Hub, and input the model Id, and user can import basic...

Because if you use these name, it will conflict with describe model function.

enhancement