Dear CryoSparc team,
I am trying to do template picking with my template I create from 3D map I obtained from my data.
I am getting following error.
[CPU: 747.6 MB Avail: 497.77 GB]
Traceback (most recent call last):
File “cryosparc_master/cryosparc_compute/run.py”, line 95, in cryosparc_master.cryosparc_compute.run.main
File “cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py”, line 55, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.run
File “cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py”, line 93, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.do_pick
File “cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py”, line 305, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.do_pick
File “/home/cryosparcuser/cryosparc/cryosparc_worker/cryosparc_compute/micrographs.py”, line 43, in pad_mic
arr = arr.reshape((-1,)+arr.shape[-2:])
ValueError: cannot reshape array of size 0 into shape (0,0)
Any suggestion?
Best
Nitesh