Issue with Neural Network-based particle picking #120
-
Dear nextpyp Development Team, I am encountering an issue when using the neural network-based picking in nextpyp. I am working with the EMPIAR-10987 dataset and selected ~50 particles in a tomogram for training, everything seemed to go well. However, when I used the trained model (model_last_contrastive.pth) to perform particle picking, no particles were picked. I am wondering if there might be a particular reason for this outcome. Additionally, I would appreciate access to the trained model used in the tutorial video, so I can perform a comparison test. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You probably want to spread your ~50 particles among 2-3 tomograms (ideally with different defocus). When training, make sure you set Note: This assumes your tomograms were reconstructed using The trained model is included in the tarball used for the workshop which can be downloaded using:
After decompressing the file, the trained model can be found in: |
Beta Was this translation helpful? Give feedback.
You probably want to spread your ~50 particles among 2-3 tomograms (ideally with different defocus). When training, make sure you set
Bounding box = 12
,Threshold for soft/hard positives = 0.5
, andMax number of particles = 600
.Note: This assumes your tomograms were reconstructed using
Binning factor for reconstruction = 12
as indicated in the practical.The trained model is included in the tarball used for the workshop which can be downloaded using:
After decompressing the file, the trained model can be found in:
10987/model_last_contrastive.pth