Template matching on GPU & Dynamo #14
Replies: 2 comments 1 reply
-
Hi Juha, for i = 1:tomo_number It will produce you an output like dynamo_match on CPU - a variable that can be treated by dynamo particle extractor and the folders with the CC-volumes and angle-volumes. Its a good idea to be able to import a dynamo Catalogue for GPU-based template matching and table generation, particle extraction, creation of the first project, etc. We will try to create a point of entry at this step. It will take some testing, we will write it here. Hope its useful, |
Beta Was this translation helpful? Give feedback.
-
Hi Misha, Thanks, that seems pretty straightforward! This is my current script for running dynamo_match. It's not fully tested, but it seems to be doing what I want: keep only views close to side views (60 <= tilt <=120), write a table, and then import the table to the current catalogue. oc = dcm('c', 'warp_catalogue','l','t') Best wishes, |
Beta Was this translation helpful? Give feedback.
-
Is it possible to run tomoBEAR template matching (GPU), and write the results to Dynamo catalogue? My project is now organised in a Dynamo catalogue, but the template matching (CPU) is too slow so I am looking for alternatives for this step. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions