douyh

Results 9 comments of douyh

I test on COCO dataset

> Issue resolved! You should change > `uv_coords = face3d.morphable_model.load.load_uv_coords('./Data/BFM/stn/BFM_UV.mat')` > to > `uv_coords = face3d.morphable_model.load.load_uv_coords('./Data/BFM/Out/BFM_UV.mat')` I don't have matlab on my computer and I don't have the access to...

Do you solve this problem? I meet this problem on a RK3288 board.

> in ProposalTargetCreator function in [creator_tool.py](https://github.com/chenyuntc/simple-faster-rcnn-pytorch/blob/master/model/utils/creator_tool.py), why do we need to concatenate ROI and bbox at the beginning? `roi = np.concatenate((roi, bbox), axis=0)` I'm also confused with this. So I...

> @Halflifefa 打个广告: > > LMDeploy 目前支持 InternVL之前发布的6个VL模型。1.5会在这周支持。 > > 这是相关文档: https://github.com/InternLM/lmdeploy/blob/main/docs/zh_cn/inference/vl_pipeline.md https://github.com/InternLM/lmdeploy/blob/main/docs/zh_cn/serving/api_server_vl.md 请问会支持1.5的量化吗?

等一阵子吧,突然大更新,大部分插件都不能用了,作者贡献了很多好用的插件,需要一个一个维护。

> 1. **web search 标准**。 印象里是 5w 次网络搜索,实际在 10 个群里,超过半年还没用完。 当然可以关闭,我加个 PR。 > 2. **服务框架**。 你列举的 vllm/ lmdeploy 核心是用来推理加速的,对外能提供 openai API 的调用形式,不用改代码能跑起来。 > 目前本地部署没有用任何加速框架,直接用的 huggingface/transformers 。出于以下考虑: > > * 主因。搞加速一般要写...