tbepler / topaz

Pipeline for particle picking in cryo-electron microscopy images using convolutional neural networks trained from positive and unlabeled examples. Also featuring micrograph and tomogram denoising with DNNs.
GNU General Public License v3.0
169 stars 63 forks source link

Display number of picked particles in picking GUI #72

Open Guillawme opened 3 years ago

Guillawme commented 3 years ago

Hello,

It would be helpful if the picking GUI could display the current number of picked particles somewhere, to help the user know when they have enough picks to start training.

I tried wc -l on the CSV file with particle coordinates, but this file also has one line for each image without picked particles, so it's not straightforward to figure out how many particles were picked.

Thank you in advance. 😃