Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

decadenza/DentNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DentNet

Pytorch model only of U-Net, as used in the paper:

Pasquale Lafiosca et al., Automatic Segmentation of Aircraft Dents in Point Clouds, SAE Technical Paper, 2022, https://doi.org/10.4271/2022-01-0022

If you find this useful, please cite as

@inproceedings{dentNet,
  title={Automatic segmentation of aircraft dents in point clouds},
  author={Lafiosca, Pasquale and Fan, Ip-Shing and Avdelidis, Nicolas P},
  year={2022},
  institution={SAE Technical Paper}
  doi={10.4271/2022-01-0022}
}

Other info

In the paper, the loss function used was nn.BCEWithLogitsLoss and the optimizer was optim.Adam. Dataset not shared.

Notes

Please note: this repository is not maintained.

About

Model of U-Net used in the paper "Automatic Segmentation of Aircraft Dents in Point Clouds", DOI: 10.4271/2022-01-0022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages