Coder Social home page Coder Social logo

ae-crossmodal's Introduction

Basic version code for "Attention-Enhanced Cross-modal Localization Between Spherical Images and Point Clouds“

Data

The dataset is built based on KITTI360

Stitch dual-fisheye into spherical image by FFmpeg

ffmpeg -y -i $file -vf v360=dfisheye:e:yaw=-90:ih_fov=187.8:iv_fov=185 -c:v libx265 -b:v 40000k -bufsize 5000k -preset ultrafast -c:a copy out.mp4
ffmpeg -i out.mp4 -f image2 ./$(basename $file .png).png

For global Lidar map making and sub-maps division, refer to this

How to use

the ML environment is based on PyTorch 1.7.0

Before running mytrain.py, specific 2D dataset directory path in mytrain.py or when input the command.

--dataset_root_dir refers to the root directory of the 2D dataset

Specify the 3D dataset directory in ./mycode/msls.py

path_to_3d = " "

Train the network

python mytrain.py

ae-crossmodal's People

Contributors

whu-lyh avatar zhaozhpe avatar

Stargazers

 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.