Skip to content

Commit 4ada0c0

Browse files
author
bochinski
committed
more compatibility to older matlab versions
1 parent cb48d0e commit 4ada0c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tracker.trackerName = 'iou-tracker';
6363

6464
and run the script.
6565

66-
Note that you still need a working python environment.
66+
Note that you still need a working python environment with numpy installed.
6767
You should obtain something like the following results for the 'DETRAC-Train' set:
6868

6969
##### DETRAC-Train Results

run_tracker.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
ret = py.iou_tracker.track_iou_matlab_wrapper(py.numpy.array(baselinedetections(:).'), sigma_l, sigma_h, sigma_iou, t_min);
3030

3131
catch exception
32-
disp("error while calling the python tracking module: ")
33-
disp(" ")
32+
disp('error while calling the python tracking module: ')
33+
disp(' ')
3434
disp(getReport(exception))
3535
end
3636
speed = ret{1};

0 commit comments

Comments
 (0)