brainlit icon indicating copy to clipboard operation
brainlit copied to clipboard

Apply DeepNeuron alg to mouselight data

Open tathey1 opened this issue 5 years ago • 5 comments

DeepNeuron is a deep learning based algorithm for neuron reconstruction. Paper is here.

Does it work well on our data?

tathey1 avatar Sep 02 '20 20:09 tathey1

I believe Alisha tried this out briefly but ran into an obstacle - what was it again? @alishakodibagkar

tathey1 avatar Sep 02 '20 20:09 tathey1

I had some issues running it on a Mac specifically. The paper offers 2 different options to run DeepNeuron:

  1. The DeepNeuron plugin is included here as a plugin in releases of Vaa3D but this seems to only be provided for Linux operating systems (preferably CentOS). I tried to build a CentOS virtual machine but I'm not sure if that's the best way to go.
  2. The DeepNeuron source code is provided here and you will have to build it as a C++ plugin of Vaa3D. This will likely work for MacOS/Linux/Windows, but I didn't get it to work, since I was only working on this for a week or so.

Vaa3D is a large image visualization and analysis software, and can be downloaded here

alishakodibagkar avatar Sep 02 '20 22:09 alishakodibagkar

@alishakodibagkar I think it's worth building the Vaa3D plugin, I imagine that platform has other algorithms to be tested as well? As you go along, please add a markdown file documenting the steps you took to get it working.

bvarjavand avatar Sep 11 '20 04:09 bvarjavand

Was anyone able to find a way to build the plugin for Windows?

ryanlu41 avatar Sep 30 '20 18:09 ryanlu41

@ryanlu41 I'm currently working on getting the existing plugin running on a CentOS machine as a proof of concept, but I should start working on building a Windows plugin with the source code in the upcoming week or so.

shreyasingh1 avatar Sep 30 '20 19:09 shreyasingh1