bxg

Results 8 comments of bxg

from webrtc source code, referenceTime is calculated as below: constexpr int kBaseScaleFactor = 64; constexpr int64_t kTimeWrapPeriod = (1ll referenceTime = static_cast((timestamp % kTimeWrapPeriod)/64); which is equals to this->referenceTime =...

Can I optimizing trained model using openvino? Please refer the openvino's limit: https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_prepare_model_Supported_Frameworks_Layers.html

https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_ONNX.html

I tried and met a error, please refer https://github.com/openvinotoolkit/openvino/issues/3846

Please refer the response on openvinotoolkit/openvino#3846 What should the input_shape be? Is [1,3,1080,1920] ok What's difference between the output pha_sm and pha? Thanks.

There is a challenge to support If. Any ideas? https://github.com/openvinotoolkit/openvino/issues/2406

> The input shape is correct if your image is 1920x1080 resolution. > > `pha` and `fgr` are the actual output. `pha_sm` is from the base network (You can refer...

> Is there a conclusion yet? https://github.com/bluenviron/mediamtx#metrics This one has statistics for each flow. I don't know how many flows it can support for statistics. `TRANS_BY_GPT3`