Giter Site home page Giter Site logo

gaopeng5 / dmgm Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 521.58 MB

Code and dataset for ICRA2023 paper "Deep Masked Graph Matching for Correspondence Identification in Collaborative Perception"

Python 100.00%
collaborative-perception deep-learning cad-dataset connected-vehicle graph-neural-networks multi-robot-cooperation

dmgm's Introduction

DMGM

Code and dataset for ICRA2023 paper "Deep Masked Graph Matching for Correspondence Identification in Collaborative Perception"

Overview

The overview of our approach is shown as follows:

Dataset

fig3-1

  1. To test our approach, we upload 2 processed data instances, which can be found in testdata/data folder.

  2. Our test dataset can be found here

  3. The full dataset (scenario 2) used in this paper can be found here

  4. Our extended dataset (scenarios 1,3,4,5) can be found here

Requirements

Our work is based on Pytorch and Pytorch-Geometric, we recommend using conda environment to run our code.


conda create --name DMGM python=3.9
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch
conda install pyg -c pyg
pip install -r requirements.txt

Test

We provide pre-trained model in checkpoint folder.

If you just want to evaluate the test dataset, then please move the test_dataset to testdata/data folder and run the following command.


python run test_rural_ours.py

If you use our full_dataset, then you may change the path in "test_rural_ours.py" as follows:


in_path_s = os.path.join('$fulldataset/proc_s')
in_path_t = os.path.join('$fulldataset/proc_t')

and then run the "test_rural_ours.py".

Citation

If you use DMGM in a scientific publication, we would appreciate using the following citation:


@inproceedings{gao2023deep, 
author    = {Gao, Peng and Zhu, Qingzhao and Lu, Hongsheng and Gan, Chuang and Zhang, Hao}, 
title     = {{Deep Masked Graph Matching for Correspondence Identification in Collaborative Perception}}, 
booktitle = {International Conference on Robotics and Automation (ICRA)}, 
year      = {2023},
url      = {https://arxiv.org/abs/2303.07555} 

}

dmgm's People

Contributors

gaopeng5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dmgm's Issues

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.