Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
otbtf
Commits
043f2f3d
Commit
043f2f3d
authored
Jun 18, 2019
by
Cresson Remi
Browse files
DOC: add doc tag
parent
c0a05570
Changes
5
Hide whitespace changes
Inline
Side-by-side
app/otbImageClassifierFromDeepFeatures.cxx
View file @
043f2f3d
...
...
@@ -76,6 +76,8 @@ private:
SetDocAuthors
(
"Remi Cresson"
);
SetDocSeeAlso
(
" "
);
AddDocTag
(
Tags
::
Learning
);
ClearApplications
();
// Add applications
...
...
app/otbPatchesExtraction.cxx
View file @
043f2f3d
...
...
@@ -153,6 +153,8 @@ public:
SetDocAuthors
(
"Remi Cresson"
);
AddDocTag
(
Tags
::
Learning
);
// Input/output images
AddAnInputImage
();
for
(
int
i
=
1
;
i
<
tf
::
GetNumberOfSources
()
;
i
++
)
...
...
app/otbTensorflowModelServe.cxx
View file @
043f2f3d
...
...
@@ -157,6 +157,8 @@ public:
"parameter group to impose your squared tiles sizes"
);
SetDocAuthors
(
"Remi Cresson"
);
AddDocTag
(
Tags
::
Learning
);
// Input/output images
AddAnInputImage
();
for
(
int
i
=
1
;
i
<
tf
::
GetNumberOfSources
()
;
i
++
)
...
...
app/otbTensorflowModelTrain.cxx
View file @
043f2f3d
...
...
@@ -175,6 +175,8 @@ public:
"the tensorflow model, (2) the patch size and (3) the image(s) source. "
);
SetDocAuthors
(
"Remi Cresson"
);
AddDocTag
(
Tags
::
Learning
);
// Input model
AddParameter
(
ParameterType_Group
,
"model"
,
"Model parameters"
);
AddParameter
(
ParameterType_Directory
,
"model.dir"
,
"Tensorflow model_save directory"
);
...
...
app/otbTrainClassifierFromDeepFeatures.cxx
View file @
043f2f3d
...
...
@@ -75,6 +75,8 @@ private:
SetDocAuthors
(
"Remi Cresson"
);
SetDocSeeAlso
(
" "
);
AddDocTag
(
Tags
::
Learning
);
ClearApplications
();
// Add applications
...
...
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