Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Feb 8, 2018
1 parent 28a1564 commit 7b50a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/detection_file_conversions/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ New formats can be integrated to the system by implementing a derived version of
vital::algo::detected_object_set_input class in C++, or via making a python process which
produces detected_object_sets or object_track_sets.

| **bold** CSV - Default Comma Seperated Value Detection Format
| **CSV - Default Comma Seperated Value Detection Format**
|
| The default CSV format contains 1 detection per line, with each line as follows:
|
Expand All @@ -39,7 +39,7 @@ produces detected_object_sets or object_track_sets.
| - 7: detection confidence
| - 8,9+ : class-name score (this pair may be omitted or repeated)
|
| **bold** KW18 - Kitware KW18 Column Seperated Track Format
| **KW18 - Kitware KW18 Column Seperated Track Format**
|
| KW18s are a space seperated file format for representing detections or tracks.
|
Expand All @@ -49,7 +49,7 @@ produces detected_object_sets or object_track_sets.
| 11:Img-bbox(TL_y) 12:Img-bbox(BR_x) 13:Img-bbox(BR_y) 14:Area 15:World-loc(x)
| 16:World-loc(y) 17:World-loc(z) 18:timestamp 19:track-confidence
|
| **bold** HABCAM - Annotation format used by the HabCam project
| **HABCAM - Annotation format used by the HabCam project**
|
| A typical habcam annotation looks like:
|
Expand Down

0 comments on commit 7b50a40

Please sign in to comment.