rpng / calc

Convolutional Autoencoder for Loop Closure
BSD 3-Clause "New" or "Revised" License
190 stars 45 forks source link

Implementation about denoising auto encoder #15

Closed dawnos closed 5 years ago

dawnos commented 5 years ago

Hello! I notice that denoising auto encoder is used as benchmark. And I am interested in the implementation of that AE. Could you provide the network definition file?

nmerrill67 commented 5 years ago

Sure. I have placed it here. I had to rename it to a .txt file so github would accept it, but it is a prototxt net definition file.

dawnos commented 5 years ago

Thank you!