deep_shf

Results 35 comments of deep_shf

> > 您的英文 olo5face 的代码库更新过吗? > > 当前权重可以转为onnx后处理只需要NMS等直接了。 我现在转onnx的过程会报错,代码已经按照上述的两个地方作了修改: model.model[-1].export = False # set Detect() layer export=True model.model[-1].export_cat = True 报错如下: aten::view(Tensor(a) self, int[] size) -> (Tensor(a)): Expected a value...

> > > > 最新尝试代码 理解了 刚重新下载了一下工程 已经转成功了 。多谢大佬。不过测onnx的demo有现成的吗?

大佬怎麼去掉val驗證呢。 我嘗試把train.py 的關於test都刪掉不太行

有没有终端命令的demo阿 必须要用浏览器吗

为什么我的模型 Pt的时候 会出现这个错误: RuntimeError: Default process group has not been initialized, please make sure to call init_process_group.

> +1 尝试用prompt控制输出,基本无效的,有效的时候就像中奖一样,大概是模型的问题,不知道作者能不能确认一下。 怎么用prompt去控制呢 在哪设置

cpu下torch不支持半精度,所以half() 出现的地方需要修改为float。

> I solved it by downloading the files specified above and change `text_encoder_type` in > > https://github.com/IDEA-Research/GroundingDINO/blob/60d796825e1266e56f7e4e9e00e88de662b67bd3/groundingdino/models/GroundingDINO/groundingdino.py#L107-L108 > > to the path of downloaded files. you means replace 'text_encoder_type' with...

> Download the files and save them to a local folder; then put in parentheses the path of the folder. I solved this pbl.thanks..谢谢大老表

> I think maybe your GCC version is too high for Grounding-DINO, you can try `GCC 9.4` how to install the 9.4 GCC? pip?or sudo apt-get install.whta is the shell...