Giter VIP home page Giter VIP logo

Comments (2)

lyuwenyu avatar lyuwenyu commented on May 25, 2024

先确定下paddle安装的版本没问题

from paddledetection.

littlesmallrookie avatar littlesmallrookie commented on May 25, 2024

上面这个问题是因为预训练文件选错了。训练完后是可以使用的。
但是开启MKL加速推理的时候又报错了,请问是为什么?
DET model dir: output_inference/ppyoloe_plus_crn_t_auxhead_320_60e_ppvehicle/ppyoloe_plus_crn_t_auxhead_320_60e_ppvehicle/
MOT model dir: output_inference/ppyoloe_plus_crn_t_auxhead_320_60e_ppvehicle/ppyoloe_plus_crn_t_auxhead_320_60e_ppvehicle/
LANE_SEG model dir: /root/.cache/paddle/infer_weights/pp_lite_stdc2_bdd100k
----------- Model Configuration -----------
Model Arch: PPYOLOE
Transform Order:
--transform op: Resize
--transform op: NormalizeImage
--transform op: Permute

video fps: 29, frame_count: 856
Thread: 0; frame id: 0
Traceback (most recent call last):
File "deploy/pipeline/pipeline.py", line 1321, in
main()
File "deploy/pipeline/pipeline.py", line 1308, in main
pipeline.run_multithreads()
File "deploy/pipeline/pipeline.py", line 179, in run_multithreads
self.predictor.run(self.input)
File "deploy/pipeline/pipeline.py", line 533, in run
self.predict_video(input, thread_idx=thread_idx)
File "deploy/pipeline/pipeline.py", line 753, in predict_video
res = self.mot_predictor.predict_image(
File "/paddle/PaddleDetection/deploy/pptracking/python/mot_sde_infer.py", line 539, in predict_image
result = self.predict()
File "/paddle/PaddleDetection/deploy/pptracking/python/det_infer.py", line 167, in predict
self.predictor.run()
RuntimeError: could not create a primitive descriptor for a reorder primitive

from paddledetection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.