Skip to content

DIVE Command Line Tools

Note

This page is not related to the VIAME command line (i.e. kwiver, viame_train_detector)

Some of the DIVE data conversion features are exposed through dive.

Features

Installation

Follow the docs in the Debug Utils and Command Line Tools section of server/README.md.

1
2
3
git clone https://github.com/Kitware/dive.git
cd dive/server
poetry install

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
~$ poetry run dive convert --help

# Usage: dive convert [OPTIONS] COMMAND [ARGS]...

# Options:
#   --version  Show the version and exit.
#   --help     Show this message and exit.

# Commands:
#   coco2dive
#   dive2viame
#   kpf2dive
#   viame2dive