Skip to content

arincbulgur/pytorch-WeatherNet

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages