Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vaanathi Sundaresan
LOCATE-BIANCA
Commits
56467831
Commit
56467831
authored
Oct 29, 2018
by
Vaanathi Sundaresan
Browse files
Replace LOCATE_testing.m
parent
415c3c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
LOCATE_testing.m
View file @
56467831
...
...
@@ -71,7 +71,7 @@ end
% Loading the Trained Regression model
try
load
(
sprintf
(
'%s/RF_regression_model_LOCATE.mat'
,
train_image_directory_name
));
load
(
sprintf
(
'%s/
LOCATE_training_files/
RF_regression_model_LOCATE.mat'
,
train_image_directory_name
));
catch
error
(
'Training model not found. Run LOCATE_training first or check the training images directory'
);
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment