We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b27136 commit 764f217Copy full SHA for 764f217
SEBenchmarks/src/program/BenchBackgroundModel.cpp
@@ -80,7 +80,7 @@ class BenchBackgroundModel : public Elements::Program {
80
if (i != args.end())
81
return i->second.as<std::string>();
82
auto input = boost::filesystem::path(m_detection_config.getDetectionImagePath());
83
- auto basename = input.leaf();
+ auto basename = input.filename();
84
while (!basename.extension().empty())
85
basename = basename.stem();
86
auto algo = args.at("algorithm").as<std::string>();
0 commit comments