DeepSORT
DeepSORT copied to clipboard
about Run of session
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.
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.
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! 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.
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.
Hi,I meet the same problem,Have you solved this problem?Thanks.
I convert the model into IR by OpenVINO. It works perfect. You can have a try.
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
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)
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?
I use another way to solve this problem Look at this https://github.com/shaoshengsong/DeepSORT/issues/2#issuecomment-706218157
Hi,I meet the same problem,Have you solved this problem?Thanks.