Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Kitware/VIAME.git
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bray committed Feb 2, 2018
2 parents 7c3ff56 + 15d04a0 commit dcb7028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Another good initial test is to run the [install-directory]/bin/plugin_explorer
will generate a prodigious number of log messages and then list all the loadable
algorithms. The output should look as follows:

``
```
---- Algorithm search path
Factories that create type "image_object_detector"
Expand Down Expand Up @@ -228,7 +228,7 @@ Info on algorithm type "video_input" implementation "vxl"
Plugin module name: arrows.vxl
etc...
``
```

The plugin loaded line represents the shared objects that have been detected
and loaded. Each shared object can contain multiple algorithms. The algorithm
Expand Down
4 changes: 2 additions & 2 deletions examples/common_data/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This folder exists to hold data files (for example, images or detection models) used
across multiple different other examples.
This folder exists to hold data files (e.g., images or detection models) used
across multiple examples.

0 comments on commit dcb7028

Please sign in to comment.