Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
39cd4d63b67428fbf94bd1e446339fb0d1660415
Authored by
Josh Klontz
2013-03-06 21:16:17 -0500
1 parent
700eae96
minor youtube fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sdk/plugins/youtube.cpp
sdk/plugins/youtube.cpp
View file @
39cd4d6
...
...
@@ -19,6 +19,7 @@ class YouTubeFacesDBTransform : public UntrainableMetaTransform
19
19
20
20
void init()
21
21
{
22
+ if (algorithm.isEmpty()) return;
22
23
transform = Transform::fromAlgorithm(algorithm);
23
24
distance = Distance::fromAlgorithm(algorithm);
24
25
}
...
...