-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行demo:detect_trt_sample 报错:node id:0 Could not allocate frame #112
Comments
您好,使用的是镜像里默认自带的 BMF 在运行的么? |
我用pip安装的BMF , pip install BabitMF |
需要 check 一下是否使用到了 GPU 版本的 BMF pip install BabitMF-GPU,另外镜像里自带的 BMF 是 CPU 版本的,如果需要编译 GPU 的,可以参考文档 https://babitmf.github.io/docs/bmf/getting_started_yourself/install/#docker |
我启动容器和编译bmf的方式就是按照官方的。如下: docker run --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -it babitmf/bmf_runtime:latest bash 此外我有用到GPU,也通过pip安装了BabitMF-GPU |
pip uninstall BabitMF |
谢谢指导。执行之后仍然报错。 |
感谢您的反馈,我抽空模拟一下您的情况试一下,这个 issus 先保留吧 |
如题:按照人脸识别的demo,用的官方模型和视频。在bmf_runtime:latest镜像内运行该demo。
报错:[error] node id:0 Could not allocate frame,未生成trt_out.mp4
The text was updated successfully, but these errors were encountered: