shaoshengsong / DeepSORT

support deepsort and bytetrack MOT(Multi-object tracking) using yolov5 with C++
790 stars 186 forks source link

about Run of session #1

Open liwfpgz opened 5 years ago

liwfpgz commented 5 years ago

Hi,Thanks for your nice work. I have a question about FeatureTensor.cpp :Status status = session->Run(feed_dict, outnames, {}, &output_tensors); The program won't run until it runs here. It's stuck here. Can you help me ? Thank you very much.

shaoshengsong commented 5 years ago

You could post more information,because it's difficult to diagnose your issue without more information。 if you would like, I'll try to look at it when I have a bit of time.

littlePrince126 commented 5 years ago

Hi! Thanks for your work. I also meet this bug, It is stuck in session->Run(), I install tensorflow r1.4 reference the link you applied. The output log is [ Op Inv is deprecated. It will cease to work in GraphDef version 17. Use Reciprocal. ]. I use the model of Author. I am not sure if the model mismatch. Thanks a lot.

YangTao-AI commented 4 years ago

Hi! Thanks for your work. I also meet this bug, It is stuck in session->Run(), I install tensorflow r1.4 reference the link you applied. The output log is [ Op Inv is deprecated. It will cease to work in GraphDef version 17. Use Reciprocal. ]. I use the model of Author. I am not sure if the model mismatch. Thanks a lot.

Hi,I meet the same problem,Have you solved this problem?Thanks.

YangTao-AI commented 4 years ago

Hi,Thanks for your nice work. I have a question about FeatureTensor.cpp :Status status = session->Run(feed_dict, outnames, {}, &output_tensors); The program won't run until it runs here. It's stuck here. Can you help me ? Thank you very much.

Hi,I meet the same problem,Have you solved this problem?Thanks.

Mr7Cat commented 4 years ago

Hi,I meet the same problem,Have you solved this problem?Thanks.

littlePrince126 commented 4 years ago

I convert the model into IR by OpenVINO. It works perfect. You can have a try.

chen-huicheng commented 4 years ago

I convert the model into IR by OpenVINO. It works perfect. You can have a try.

How do you do it? Can you tell me more about it?thanks

littlePrince126 commented 4 years ago

I convert the model into IR by OpenVINO. It works perfect. You can have a try.

How do you do it? Can you tell me more about it?thanks

You could convert the TF model into IR by OpenVINO. Then use openvino to infer IR model instead of TF. (https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html)

jueyisan commented 3 years ago

I convert the model into IR by OpenVINO. It works perfect. You can have a try.

How do you do it? Can you tell me more about it?thanks

You could convert the TF model into IR by OpenVINO. Then use openvino to infer IR model instead of TF. (https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html)

How to write the convert command?

chen-huicheng commented 3 years ago

I use another way to solve this problem Look at this https://github.com/shaoshengsong/DeepSORT/issues/2#issuecomment-706218157

naserpiltan commented 3 years ago

Hi,I meet the same problem,Have you solved this problem?Thanks.