We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1827460 commit d01b1b1Copy full SHA for d01b1b1
README.md
@@ -38,22 +38,7 @@ Its performance is analogy to the lbf_fast model evaluated in the original paper
38
39
* Why does an error occur when initializing parallel computing?
40
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
+ It may be caused by Matlab version. For Matlab 2014, it will be okay. For earlier version, please use matlabpool alternatively.
57
58
* Some function correspondences from Matlab 2014 to older version
59
0 commit comments