brainglobe / cellfinder

Automated 3D cell detection in very large images
https://brainglobe.info/documentation/cellfinder/index.html
BSD 3-Clause "New" or "Revised" License
181 stars 39 forks source link

Move imports out of functions #423

Open adamltyson opened 6 months ago

adamltyson commented 6 months ago

TensorFlow creates a lot of noise on the console, so the solution used to be:

Now with the move to torch, this shouldn't be necessary, so we can move all the imports back to the top of files where they belong.

cc @IgorTatarnikov