Multi-target tracking tool vatic installation tutorial

A, Vatic Introduction

  Vatic from a research project at MIT (Video Annotation Tool from Irvine, California) . A video input, to a particle size suitable support automatic extraction annotation task and all supporting access Amazon Mechanical Turk on the internet packet flow. In addition, there are many of its useful features:

  1. Simple to use GUI interface, support for multiple shortcut keys;
  2. Based on tracking opencv, so you can sample labeling, reduce the workload;
    with Tense, you can set the label to label objects, such as: fruit, people, vehicles, and so on. Then assign tasks to the crowdsourcing platform (own data, but also engineers). Stage support dimension style is box (box).

 

Two, Vatic installation

  Docker is an open source application container engine that lets developers can package their applications and dependencies into a portable mirror, and then publish to any of the popular Linux or Windows machine can be virtualized. The container is full use of the sandbox mechanism will not have any interface with each other. Here we use a docker conducted using vatic.

    Vatic installed in Windows and Ubuntu is basically the same.

    1.  vatic installation:

           1.1 Installation Docker https://docs.docker.com/docker-for-windows/install

           1.2 docker HTTPS installation vatic: // gitlab.com/EAVISE/publicwiki/wikis/install-vatic

 

    2. Create or re-entering the container vessel:

    2.1 to create a container: Create a container using a docker

    sudo docker run -it -p 8111:80 -v $MY_VATIC_WORKING_DIR:/root/vatic/data npsvisionlab/vatic-docker /bin/bash

 

    2.2 re-entering the container: the following commonly used docker instructions:

    Queries container id before the vessel:

    docker ps –a

    Start container:

    docker start {container id}

    Into the container:

    docker attach {container id}

  

    2.3 Starting vatic:

     cd root/vatic
   ./startup.sh

 

Three, Vatic basic use

  1. The use of reference vatic https://github.com/johndoherty/vatic denoted results turkic dump identifier -o output.txt output;
  2. Windows and file transfer between the docker container may refer to: https://blog.csdn.net/qq_33530388/article/details/72811816;
  3. Marked page views: by directory has been created ? 8111 / id = 1 & hitId = offline: http: // localhost in the windows browser access, based on their own to create a good docker id.

 

 

This paper fallible, but also hope you point out.

 

 

Guess you like

Origin www.cnblogs.com/CSGO-416482145/p/many-developer-benefits.html