I have used the standalone crYOLO gui to pick particles, then imported them into my cryosparc project with an “Import Particle Stack” job, as described in the guide.
This seems to work fine, the job indicates the correct number of particles have been imported. However, when I run the output through an “Inspect Particle Picks” interactive job, no particles are shown on the micrographs. One of the UI elements reads “Selected: 0/41 (0%)”, in the case of a micrograph that had 41 picks:
Here is the same micrograph with the cbox output in napari boxmanager:
we can see 41 boxes here, so cryosparc is getting the right number of boxes for each picked micrograph, but they don’t show up. If I hit the “Done Picking | Output Locations” button, 0 particles are output. My assumption is the particle locations are being imported wrong so they are all outside the bounds of the micrograph and count as invalid.
Here is a portion of the cryosparc.star file for a particle from the above micrograph:
data_
loop_
_rlnMicrographName #1
_rlnCoordinateX #2
_rlnCoordinateY #3
_rlnAutopickFigureOfMerit #4
000518845170310828016_032826_Blue1_35e_05575_X+1Y-1-5_patch_aligned_doseweighted.mrc 2463.806640625 1823.915771484375 0.11277295649051666
Also, I notice that the “pick power” column in the Inspect Particle Picks table is 0.00 for all micrographs; the _rlnAutopickFigureOfMerit data from the cryosparc.star file is not being used. Comments on this older question indicate the pick power column should be populated by the import job.
I am using cryosparc version 4.7.1-cuda12+251124 and crYOLO 1.9.9
In the import job, I have checked “ignore raw data”,”ignore pose”,”ignore half-set”, and ”output constant ctf”. If I uncheck constant ctf, the import job completes, but the inspect job fails, saying:
AssertionError: No output result match for imported_particles.ctf in job J355
(job 355 is the inspect job)
Pixel size (angstrom) is also set as 1.36
If there is any more information I can provide, please let me know.
EDIT: The imported particles show up correctly in a Manual Picking job

