DeepPicker-python icon indicating copy to clipboard operation
DeepPicker-python copied to clipboard

This is the source code for the paper DeepPicker.

Results 7 DeepPicker-python issues
Sort by recently updated
recently updated
newest added

Hi @nejyeah, I don't see a LICENSE file here for DeepPicker - Have you specified a license for this software? thanks, -key

Could you provide a few examples of datasets? Looking forward to your reply.

@nejyeah Whenever I am doing step 1 python autoPick.py --inputDir '/home/vidya/Desktop/Deeppicker' --pre_trained_model './trained_model/model_demo_type3' --particle_size 50 --mrc_number -1 --outputDir '../autopick-results-by-demo-type3' --coordinate_symbol '_cnnPick' --threshold 0.5 (I have mrc file of 55 mb)...

Hi, whenever I am trying to train my own model which has only three .mrc images using the following query it results in some errors please anyone help me with...

Several times when I use a smaller dataset (few hundred particles) to test the training, I get the following error: ValueError: Cannot feed value of shape (74, 64, 64, 1)...

Hi, I've created an docker image for easy testing on our GPU machines and I'm happy to share with you: https://github.com/thorstenwagner/docker-deeppicker https://hub.docker.com/r/thorstenwagner/docker-deeppicker/ However, if I try to run your picker...

Hi, I'm a researcher who is also working on automatic particle picking technique. I have read your paper and follow your steps to test your code, but I can't obtain...