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 ee78d30 commit 8a78249Copy full SHA for 8a78249
code/mtcnn/+mtcnn/+util/DagNetworkStrategy.m
@@ -13,9 +13,9 @@
13
14
function load(obj)
15
% loadWeights Load the network weights from file.
16
- obj.Pnet = importdata(fullfile(mtcnnRoot(), "weights", "dagPnet.mat"));
17
- obj.Rnet = importdata(fullfile(mtcnnRoot(), "weights", "dagRnet.mat"));
18
- obj.Onet = importdata(fullfile(mtcnnRoot(), "weights", "dagOnet.mat"));
+ obj.Pnet = importdata(fullfile(mtcnnRoot(), "weights", "dagPNet.mat"));
+ obj.Rnet = importdata(fullfile(mtcnnRoot(), "weights", "dagRNet.mat"));
+ obj.Onet = importdata(fullfile(mtcnnRoot(), "weights", "dagONet.mat"));
19
end
20
21
function pnet = getPNet(obj)
0 commit comments