Coder Social home page Coder Social logo

watonomous / deft Goto Github PK

View Code? Open in Web Editor NEW

This project forked from medchaabane/deft

0.0 1.0 0.0 33.04 MB

Joint detection and tracking model named DEFT, or ``Detection Embeddings for Tracking." Our approach relies on an appearance-based object matching network jointly-learned with an underlying object detection network. An LSTM is also added to capture motion constraints.

License: MIT License

Python 97.93% Shell 0.69% Dockerfile 1.37%

deft's Introduction

DEFT - WATonomous

This repo is derived from the original DEFT repo and our CentreTrack fork

The original readme can be found in README.original.md

Getting Started

  1. Initialize submodules:
git submodule update --init --recursive
  1. Make sure /etc/docker/daemon.json contains "default-runtime": "nvidia" as a top-level property. For example:
{
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    },
    "default-runtime": "nvidia"
}

If changes are made, restart the docker daemon:

sudo service docker restart
  1. Start the container. Some assumptions have been made in docker-compose.yml (e.g. where the data is stored). Edit the file if needed.
./generate-dot-env.sh
HOST=$(hostname) docker-compose up -d
  1. Open a shell
docker-compose exec dev /bin/bash
cd /project
  1. Run DEFT
cd src
python test.py tracking,ddd --load_model models/DEFT/model_kitti.pth --dataset kitti_tracking --save_video --test --test_dataset kitti_tracking

deft's People

Contributors

medchaabane avatar ben-z avatar charlesyz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.