Results 6 comments of Sun Xuan

I have the same issue on android. I ported movnet thunder, and the inference time is doubled compared to official demo app.

Any update on this issue? Thanks!

This is needed, especially for dali pipeline, right now all constants need to be built into pipeline, and the pipeline can't be share between projects, even though they are only...

I wish to have this feature too, directly declare constants in config.pbtxt. I've been using dali backend, a few projects share the same pipeline, only different in several parameters which...

我也碰到一样的问题,postgres 15。这个问题好像还挺常见的,mysql可以进行int和bool的隐式转换,不知道从哪个版本开始postgres不允许了。https://stackoverflow.com/questions/66085915/on-data-migration-getting-error-operator-does-not-exist-boolean-integer-hin

> 我这边测试了 没有问题你那边不是默认配置吗 测试了一下,把数据库初始化sql中[324行](https://github.com/648540858/wvp-GB28181-pro/blob/7e9af0bee8bb32c4ee203ad6291c40d2a75637c6/%E6%95%B0%E6%8D%AE%E5%BA%93/2.7.3/%E5%88%9D%E5%A7%8B%E5%8C%96-postgresql-kingbase-2.7.3.sql#L324) ` pulling bool default false,` 改为 ` pulling integer default 0,` 启动时不再报错。但后续使用中涉及隐式转换的还是会有问题