We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366d439 commit ffdb16aCopy full SHA for ffdb16a
1 file changed
example/examples.h
@@ -679,7 +679,6 @@ class YoloDarknetExample : public VideoExample
679
#else
680
std::string pathToModel = "../data/";
681
#endif
682
- pathToModel = "C:/work/home/mtracker/Multitarget-tracker/data/";
683
684
m_trackerSettings.m_embeddings.emplace_back(pathToModel + "open_model_zoo/person-reidentification-retail-0286/FP16-INT8/person-reidentification-retail-0286.xml",
685
pathToModel + "open_model_zoo/person-reidentification-retail-0286/FP16-INT8/person-reidentification-retail-0286.bin",
0 commit comments