GithubHelp home page GithubHelp logo

prcv's Introduction

Local Point Matching For Collaborative Image Registration and UAV Tracking

The code for paper “Local Point Matching For Collaborative Image Registration and UAV Tracking”

Demo

Local Image

Local Image Comparison of tracking pipeline. Current prevailing methods usually can’t connect register, fusion, or track. Our framework can integrate these tasks into a whole.

Local Image The overview of our framework. It contains the DMR module, the LMIF module, the KTT module, and the OAC module.

Requirements

Notice that I created two separate virtual environments corresponding to the fusion model and the tracking model. They each correspond to a requirements.txt in subfolder. You can use it by: pip install -r requirements.txt

Anti-UAV Datasets

For the 1st Anti-UAV datasets you can find in the official repository for Anti-UAV

How to use

Runs according to the framework in four modules:

DMR

  1. We should examine the trajectories of the two modalities separately. Configure the environment to download the offical pretrained reference model from ,and we can use it by run: python tracking/demo.py

  2. The affine transformation matrix is then calculated by run: python tracking/affine matric.py

and we can get aff_VIS images in ./Myoutputs/

LMIF

  1. Before fusing,we need to layer the infrared and registered visible images by "fusing/matlab_code_for_creating_base_and_detail_layers/main.m"

  2. and then we can fuse by run python fusing/test_image.py Finally, we can get the fused Anti-UAV dataset in "fusing/outputs"

KTT

  1. In order to use Keypoint Trajectory Tracking module, we can run by this: python tracking/demo1.py

OAC

  1. Eventually, we can get the prediction target box by run: python tracking/creat_bbox.py

Metric

To evaluate the anti-UAV problem, we can run: python tracking/Metric.py

Results

Qualitative

Local Image

Quantitative

Local Image

Our approach outperforms existing SOTA trackers on the Anti-UAV dataset, showing substantial improvements in tracking performance in diverse challenging scenarios.

Metric_results

More details on the results of the experiment can be found here

prcv's People

Contributors

muqiu791 avatar

Stargazers

Zhangyong Tang avatar  avatar Tianyang Xu 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.