User Tools

Site Tools


pipeline:window:cryolo:picking
The most recent version of this page is a draft.DiffThis version is outdated by a newer approved version.DiffThis version (2019/09/14 10:12) is a draft.
Approvals: 0/1

This is an old revision of the document!


You can now use the model weights saved in model.h5 (if you come to this section from another point of the tutorial, this filename might be different like gmodel_phosnet_X_Y.h5) to pick all your images in the directory full_data. To do this, run:

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

You will find the picked particles in the directory boxfiles.

If you want to pick less conservatively or more conservatively you might want to change the selection threshold from the default of 0.3 to a less conservative value like 0.2 or more conservative value like 0.4 using the -t parameter:

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

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

pipeline/window/cryolo/picking.1568448766.txt.gz ยท Last modified: 2019/09/14 10:12 by twagner