Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Feb 5, 2018
1 parent 501cbd3 commit 89fcb16
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/image_and_video_search/smqtk_on_chips/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ Image Search Using SMQTK
This folder contains examples covering image search on top of an archive of images.

|
| Building and running this examples requires:
|Building and running this examples requires:
|
| (a) The python packages: numpy
| (b) Linux or Mac systems, Windows is not fully supported.
| (c) A VIAME build with the following flags enabled:
| - VIAME_ENABLE_SMQTK
| - VIAME_ENABLE_CAFFE
| - VIAME_ENABLE_CUDA (Optional, but desired for performance)
| - VIAME_ENABLE_YOLO (Optional, for detector ingest example)
| (d) An installation of MongoDB to run the web client
| (a) The python packages: numpy
| (b) Linux or Mac systems, Windows is not fully supported.
| (c) A VIAME build with the following flags enabled:
| - VIAME_ENABLE_SMQTK
| - VIAME_ENABLE_CAFFE
| - VIAME_ENABLE_CUDA (Optional, but desired for performance)
| - VIAME_ENABLE_YOLO (Optional, for detector ingest example)
| (d) An installation of MongoDB to run the web client
|
| The system can either be configured to perform queries via:
|The system can either be configured to perform queries via:
|
| (a) Indexing descriptors around each full input image as-is.
| (b) Tiling up each input image into fixed-size tiles.
Expand Down

0 comments on commit 89fcb16

Please sign in to comment.