Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b48628

Browse files
Update README.md
1 parent f8d5668 commit 6b48628

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ Detect Objects Using Pretrained CRAFT
4242
[image, imageScale] = helper.preprocess(orgImg);
4343
4444
% Output from CRAFT network for the given image
45-
outputNames = {'Conv_118','Relu_109'};
46-
out = cell(size(outputNames'));
47-
[out{:}] = predict(craftNet,dlarray(image,'SSCB'),'Outputs',outputNames);
45+
out = predict(craftNet,dlarray(image,'SSCB'));
4846
4947
% Postprocess the output
5048
boundingBoxes = helper.postprocess(out,imageScale);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /