Typo fix. Name of native library was inconsists with java loadLibrary
This commit is contained in:
parent
a66cd5698a
commit
721c24bc1f
@ -47,6 +47,6 @@ public class DetectionBasedTracker
|
||||
|
||||
static
|
||||
{
|
||||
System.loadLibrary("detection_based_tacker");
|
||||
System.loadLibrary("detection_based_tracker");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user