Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.24 KB

pytorch-WeatherNet alt text

Inofficial PyTorch implementation of CNN-based Lidar Point Cloud De-Noising in Adverse Weather (Heinzler et al., 2019). pytorch-LiLaNet's repo is used as base code for this repo and necessary modifications are performed following the instructions in the original paper.

Differences:

The Autolabeling process is currently not used. For better convergence we add batch normalization after each convolutional layer.

Dataset

Information: Click here for registration and download.

Results:

Clear Rainy Foggy
WeatherNet 88.1 83.1 70.5

Requirements

Usage

Train model:

Important: The dataset-dir must contain the train_01, test_01 and the val_01 folder.

python train_dense.py