Giter Club home page Giter Club logo

lanetracker's Introduction

README

Introduction

This method use a fine-tuned CLRNet model as the detector, but users can change it to the detector they use.

Dependencies:

  • Python >= 3.8 (tested with Python3.8)
  • PyTorch >= 1.6 (tested with Pytorch1.6)
  • CUDA (tested with cuda10.2)
  • Other dependencies described in requirements.txt

To install required dependencies run:

$ pip install -r requirements.txt

Demo:

To run the tracker with the provided detections:

$ cd path/to/project
$ python lanetracker.py

And the results of assigning instance IDs are saved in output

To show the visible results you need to:

  1. Use your own private dataset. Or contact us and we will send you the download address of our own dataset.

  2. Create a symbolic link to the dataset

$ ln -s /path/to/dataset mot_benchmark
  1. Run the demo with the --display flag
$ python lanetracker.py --display

To calculate lane offset and show the result:

$ cd demo
$ python calc_offset.py

The trajectory of the vehicle will be saved in demo/lane_offset_plot.png. It's corresponding visible result on our private dataset compared with the counterpart of the baseline method shows in demo/demo.avi.

lanetracker's People

Contributors

dannyquayle 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.