Skip to content

daniallin/Reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

using multi-task neural network to complete 3D reconstruction.

1. Multi-task of LIN

The multi-task means 3 tasks: depth estimation using single image, semantic segmentation and vision odometry.

Running process

  1. Download the virtual-kitti dataset, then run the utils/vkitti_preprocess.py to get the structural data. The pickle files will be saved in ../dataset/vkitti.

    Remember to modify the path to your own path

1.1. create_npy.py : https://github.com/VisualComputingInstitute/vkitti3D-dataset

  1. Run the train_mtn.py.

Request

PyTorch 1.2+

2. Second Part

Learning the multi-task neural network. Using the source code from MTAN.

2.1 Files introduction

  • models/mtan.py: the implementation of MTAN, almost the same as https://github.com/lorenmt/mtan
  • train_mtan.py: the training script of MTAN

2.2 Reference

About

3D reconstruction using multi-task neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages