Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
/ DentNet Public archive

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

License

Notifications You must be signed in to change notification settings

decadenza/DentNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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. The real samples mentioned in the paper and their predictions are shared in the realSamples folder. The training dataset cannot be shared.

Notes

Please note that this repository is archived.

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