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