Skip to content

Commit d01b1b1

Browse files
committed
readme
1 parent 1827460 commit d01b1b1

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,7 @@ Its performance is analogy to the lbf_fast model evaluated in the original paper
3838

3939
* Why does an error occur when initializing parallel computing?
4040

41-
It may be caused by Matlab version. For Matlab 2014, it will be okay. For earlier version, please use the following commands:
42-
43-
44-
if params.isparallel
45-
46-
if matlabpool('size') <= 0
47-
48-
matlabpool('open','local',4);
49-
50-
else
51-
52-
disp('Already initialized');
53-
54-
end
55-
56-
end
41+
It may be caused by Matlab version. For Matlab 2014, it will be okay. For earlier version, please use matlabpool alternatively.
5742

5843
* Some function correspondences from Matlab 2014 to older version
5944

0 commit comments

Comments
 (0)