PaddlePaddle / PaddleVideo

Awesome video understanding toolkits based on PaddlePaddle. It supports video data annotation tools, lightweight RGB and skeleton based action recognition model, practical applications for video tagging and sport action detection.
Apache License 2.0
1.52k stars 378 forks source link

服务器端C++预测出错 #530

Open 923629877 opened 2 years ago

923629877 commented 2 years ago

Describe the bug A clear and concise description of what the bug is. 按照官方给的在linux下用TSMC++预测教程,执行到最后一步:“python3.7 tools/predict.py --input_file data/example.avi \ --config configs/recognition/pptsm/v2/pptsm_lcnet_k400_16frames_uniform_dml_distillation.yaml \ --model_file inference/PPTSMv2/PPTSMv2.pdmodel \ --params_file inference/PPTSMv2/PPTSMv2.pdiparams \ --use_gpu=True \ --use_tensorrt=False” 抛出错误:terminate called after throwing an instance of char const* pddlepaddle时2.3.2 To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

ccslience commented 2 years ago

遇到了同样的问题

liziqing123 commented 9 months ago

遇到了同样的问题

我也遇到了同样的问题,请问你解决了吗

jerrywgz commented 8 months ago

您好,请问问题还是否需要解决,目前多模态视频能力集成在PaddleMIX中,https://github.com/PaddlePaddle/PaddleMIX/tree/develop 可以在这个repo下提出您的需求