Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
rcnn
Commits
f4dd6cb6
Commit
f4dd6cb6
authored
Mar 16, 2014
by
Jeff Donahue
Browse files
allow for features from new and old matcaffe by canonicalizing them into
1 big vector
parent
ed46c722
Changes
1
Hide whitespace changes
Inline
Side-by-side
rcnn_features.m
View file @
f4dd6cb6
...
...
@@ -35,6 +35,7 @@ for j = 1:length(batches)
% forward propagate batch of region images
f
=
caffe
(
'forward'
,
batches
(
j
));
f
=
f
{
1
};
f
=
f
(:);
% first batch, init feat_dim and feat
if
j
==
1
...
...
Write
Preview
Markdown
is supported
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