Giter Club home page Giter Club logo

track_gm's Introduction

๐Ÿซ˜ Grain material tracking

A demo for grain matertial tracking using point tracker. Please refer to CoTracker for more details.

๐Ÿ”ง Installation

  • Install dependency as follows:

    pip install torch # better installed with cuda
    pip install opencv-python
    pip install git+https://github.com/facebookresearch/co-tracker.git
  • Install model checkpoint as follows:

    mkdir weights && cd weights
    mkdir cotracker && cd cotracker
    wget https://dl.fbaipublicfiles.com/cotracker/cotracker_stride_4_wind_8.pth
    cd ../..
  • Others

    mkdir data/demo_gm

โœˆ๏ธ Get started

  • Prepare your data in ./data/demo_gm/, use the structure as follows:
      โ”œโ”€โ”€ cassia_seed
      โ”‚   โ”œโ”€โ”€ eye in hand
      โ”‚   โ”‚   โ”œโ”€โ”€ linear
      โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ ***.MOV
      โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ ...
  • If you would like to track in a region of interest (ROI), please set --roi_center [x, y], where [x,y] is the center of the ROI.
    python demo_gm.py --grid_size 30
    
    Please note the default parameters in the demo_gm.py file if you are interested.

track_gm's People

Contributors

george-zhuang avatar

Stargazers

Benji Z. ZHANG 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.