User Tools

Site Tools


pipeline:window:cryolo:picking
The most recent version of this page is a draft.DiffThis version (2019/09/17 08:19) is a draft.
Approvals: 0/1
The Previously approved version (2019/09/14 10:14) is available.Diff

This is an old revision of the document!


Select the action prediction and fill all arguments in the “Required arguments” tab:

In crYOLO, all particles have a assigned confidence value. By default, all particle with confidence value below 0.3 are discarded. If you want to pick less conservatively or more conservatively you might want to change this confidence threshold to a less conservative value like 0.2 or more conservative value like 0.4 in the “Optional arguments” tab. However, it is much easier to select the best threshold after picking using the CBOX files written by crYOLO as described in the next section.

Press the the Start button to run the prediction.

Run prediction from the command line

Run prediction from the command line

You can now use the model weights file (e.g. cryolo_model.h5 in training from scratch or gmodel_phosnet_X_Y.h5 when using the general model) to pick all your images in the directory full_data. To do this, run:

cryolo_predict.py -c config.json -w cryolo_model.h5 -i full_data/ -g 0 -o boxfiles/

You will find the picked particles in the directory boxfiles.

pipeline/window/cryolo/picking.1568701158.txt.gz · Last modified: 2019/09/17 08:19 by twagner