Coder Social home page Coder Social logo

rian-day / jsenet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hzykent/jsenet

0.0 1.0 0.0 665 KB

Implementation of ECCV2020 paper - JSENet: Joint Semantic Segmentation and Edge Detection Network for 3D Point Clouds

License: MIT License

Shell 0.26% C++ 40.68% Python 59.06%

jsenet's Introduction

JSENet: Joint Semantic Segmentation and Edge Detection Network for 3D Point Clouds

Introduction

Implementation of ECCV2020 paper - JSENet: Joint Semantic Segmentation and Edge Detection Network for 3D Point Clouds (arXiv). If you find our work useful in your research, please consider citing:

@inproceedings{hu2020jsenet,
  title={JSENet: Joint Semantic Segmentation and Edge Detection Network for 3D Point Clouds},
  author={Hu, Zeyu and Zhen, Mingmin and Bai, Xuyang and Fu, Hongbo and Tai, Chiew-lan},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  pages={222--239},
  year={2020}
}

Installation

This repository is modified from KPConv, please find the step-by-step installation guide in INSTALL.md.

Experiments

Data

S3DIS

S3DIS dataset can be downloaded here (4.8 GB). Download the file named Stanford3dDataset_v1.2.zip, uncompress the folder and move it to Data/S3DIS.

We provide processed demo dataset for experiments on S3DIS fold-5. The demo dataset can be downloaded here (903 MB). Uncompress the folder and move it to Data/S3DIS.

Scannet

Scannet dataset can be find here. Follow the instructions and move downloaded files to Data/Scannet.

Training

For S3DIS dataset:

python training_S3DIS.py

For Scannet dataset:

python training_Scannet.py

If you are not using the processed demo dataset, the first run will take some time to process the raw data. The process can be easily accelerated using parallel computing methods like Pthreads.

Testing

In test_model.py, you will find detailed comments explaining how to choose which logged trained model you want to test. Follow them and then run the script :

For semantic segmentation task:

python test_model.py --task SS

For semantic edge detection task:

python test_model.py --task SED

Pretrained models

Pretrained models can be downloaded here (119 MB). Uncompress the files and move it to results/.

Acknowledgment

Our code is modified from KPConv.

License

Our code is released under MIT License (see LICENSE file for details).

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.