GithubHelp home page GithubHelp logo

multi-sensor-fusion-scene-segmentation's Introduction

Multi-Sensor-Fusion-Scene-Segmentation

ENPM673 Spring 2022: Perception for Autonomous Robots

Project 4

RGB segmentation and lidar fusion

Results

Optical flow segmentation and lidar fusion

Results

Instructions -

FusionNet

Semantic segmentation using RGB, LiDAR and Optical flow sensor data Trained on vkitti dataset.

Data Preparation

Download vkitti_1.3.1_depthgt.tar, vkitti_1.3.1_flowgt.tar, vkitti_1.3.1_rgb.tar, vkitti_1.3.1_scenegt.tar from this link. Extract the tarballs into one folder. Use the path of this folder for <path_to_dataset> argument throughout the following instruction.

Training

To train, run the following commands:

  • python main.py --dataset_path <path_to_dataset> [--lidar] [--optical_flow]

The --lidar and --optical_flow flags are optional. Specifying the flags will train the network with corresponding LiDAR and oflow data. Without the flags, the network will be trained only on RGB data.

Testing

To test, run the following commands:

  • python recons.py --dataset_path <path_to_dataset> --checkpoint_path <path_checkpoint_file> [--lidar] [--optical_flow]

Specify one or both of --lidar and --optical_flow flags if you had specified it during training. A pretrained checkpoint file can be downloaded from here. Note that if you're using our checkpoint file, do not specify the --lidar and --optical_flow flags.

Results

The below image shows the results of FusionNet. The pictures on the left column are the actual segmentation ground truth and the pictures on the right column are the segmentation masks obtained from our net.

Results

BiSeNetv2:

For training and testing RGB and Optical flow data follow the instrcutions on the ReadMe of BiSeNet Download initial training weights from *here

Lidar Fusion

To fuse segmentation results from optical flow or rgb with lidar points, modify the input data here

Convert lidar .bin files to .pcd using the function
def convert_bin_to_pcd(binary_file, pcd_filepath):

Run the following command after setting all the data

python3 lidar_fusion.py

The output after execution will look something like this

Resources

Authors -

Naitri Rajyaguru (117361919)

Mayank Joshi (117555264)

Nitesh Jha (117525366)

Aneesh Dandime (118418506)

Tanuj Thakkar (117817539)

Credits:

multi-sensor-fusion-scene-segmentation's People

Contributors

mjoshi07 avatar naitri avatar tanujthakkar avatar thanazer avatar

Stargazers

 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.