Skip to content

Commit ffdb16a

Browse files
committed
Fix path to model
1 parent 366d439 commit ffdb16a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

example/examples.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ class YoloDarknetExample : public VideoExample
679679
#else
680680
std::string pathToModel = "../data/";
681681
#endif
682-
pathToModel = "C:/work/home/mtracker/Multitarget-tracker/data/";
683682

684683
m_trackerSettings.m_embeddings.emplace_back(pathToModel + "open_model_zoo/person-reidentification-retail-0286/FP16-INT8/person-reidentification-retail-0286.xml",
685684
pathToModel + "open_model_zoo/person-reidentification-retail-0286/FP16-INT8/person-reidentification-retail-0286.bin",

0 commit comments

Comments
 (0)