bmf icon indicating copy to clipboard operation
bmf copied to clipboard

Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high perfor...

Results 27 bmf issues
Sort by recently updated
recently updated
newest added

运行人脸识别demo(trt_face_detect.py)把判断语句:if (output_queue_size >= 2):屏蔽掉,云溪谷会报错: [2024-05-11 04:09:39.784] [info] node:c_ffmpeg_encoder 3 scheduler 1 [2024-05-11 04:09:39.807] [error] node id:1 catch exception: KeyError: (1,) At: /root/bmf/lvyantest/tensorrt_post/trt_face_detect.py(226): process [2024-05-11 04:09:39.807] [error] node id:1 Process node...

trt_face_detect.py的代码片段 : def process(self, task): input_queue = task.get_inputs()[0] output_queue_0 = task.get_outputs()[0] output_queue_size = len(task.get_outputs()) if output_queue_size >= 2: output_queue_1 = task.get_outputs()[1] while not input_queue.empty(): pkt = input_queue.get() if pkt.timestamp ==...

我的代码如下: import torch import torch.nn.functional as F import numpy as np import sys import time import tensorrt as trt import bmf.hml.hmp as mp from nms import NMS import PIL from...

如题:按照人脸识别的demo,用的官方模型和视频。在bmf_runtime:latest镜像内运行该demo。 报错:[error] node id:0 Could not allocate frame,未生成trt_out.mp4

运行官方镜像, docker pull babitmf/bmf_runtime:latest docker run --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -it babitmf/bmf_runtime:latest bash export CMAKE_ARGS="-DBMF_ENABLE_CUDA=ON" ./build.sh 编译后运行demo: python3 ~/bmf/output/demo/video_enhance/enhance_demo.py 代码未报错,能够生成视频,但运行过程中一直报:No accelerated colorspace conversion found from yuv420p to rgb24. 问题: 生成的output.mp4视频,播放时完全看不到视频内容,显示花屏。

cannot use operator[] with a numeric argument with 1、RealNode::NodeMetaInfo::Dump()中使用数值类型作为json的key抛出异常 另外还有个问题: 2、RealNode::NodeMetaInfo::Dump()的时候和NodeMetaInfo::to_json()里面callback_binding字段名不一致格式也不一致

graph.decode 输入的input_path为直播流时,当直播流突然断开,bmf 会coredump: [2024-03-23 04:12:10.668] [info] node:c_ffmpeg_encoder 2 scheduler 1 [2024-03-23 04:14:31.322] [info] node id:0 decode flushing [2024-03-23 04:14:31.322] [info] node id:0 Process node end [2024-03-23 04:14:31.364] [info] node id:0...

## Python Stack ignored Stack trace (most recent call last): #5 Object "/usr/bin/python3.8", at 0x5d6065, in _PyObject_MakeTpCall #4 Object "/usr/bin/python3.8", at 0x5d5498, in PyCFunction_Call #3 Object "/home/dan/zs/cuda118/bmf/output/bmf/lib/_hmp.cpython-38-x86_64-linux-gnu.so", at 0x7fe59311d0f4, in...