Skip to content

Implementation of “Learning to Detect Line Segment from Events”

Notifications You must be signed in to change notification settings

Qiuben/EvLSD-IED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning to Detect Line Segment from Events

This repository contains the official PyTorch implementation of the paper: “Learning to Detect Line Segment from Events”

Table of Contents

Installation

For the ease of reproducibility, you are suggested to install miniconda (or anaconda if you prefer) before following executing the following commands.

git clone https://github.com/Qiuben/EvLSD-IED

cd EvLSD-IED

Testing Pre-trained Models

You can download the pretrained model on E-wirferame from xxx.

Downloading the Dataset

You can download the synthetic dataset E-wireframe as well as the real-scene datset RE-LSD from OneDrive. You can directly download the EST representation or download the raw event data and convert it to frame representations using the event2frame.py

Distillation

Step 1 : training the teacher

python train.py -m image -d E-wireframe

Step 2 : training the student

python train_IED.py -m event -d E-wireframe

About

Implementation of “Learning to Detect Line Segment from Events”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published