Seeing 'ERROR HERE' during tracking step #36
Replies: 2 comments 6 replies
-
Hi Hannah, I'm not sure exactly what is causing this error. It's probably not because of the number of particles you're matching per frame as MyPTV can handle thousands of matched particles per frame. But just to be sure, maybe it's worth while trying to redo some of the analysis using other parameters. If you could perhaps share one of your matched particles files and the params file, I'll try to redo the tracking on my machine and trace back the error and see whether it's a bug or something else. Best, |
Beta Was this translation helpful? Give feedback.
-
I have to say I've never tried something like that, and that it sounds a cool idea. For 3D-PTV, tough, one would need to do the correlation using voxels rather then pixels, something like tomographic PIV. Overall it's a cool idea, and if you think you'd like to try and develop this I'd be very glad to help. We could zoom about this in case you'e interested. Let me know your thoughts. Best, |
Beta Was this translation helpful? Give feedback.
-
MyPTV is matching the particles between my images beautifully and I can see clear patterns in the flow just using the matched particles but when it comes to tracking I'm having some issues.
It's printing 'ERROR HERE' (from tracking_mod.py in a try/except ~line 240) and then a list of particle positions many times (either every frame or every particle it is tracking--it's hard to tell how many times it has printed).
At the end I still get some trajectories but after smoothing and stitching they are sparse and jumpy. I have ~40 particles being matched per image and then end up with < 10 bad trajectories per image.
Does the 'ERROR HERE' statement give any idea of something that is going wrong in the tracking based on parameters I've input?
Could I have too many particles that I'm matching which makes it hard to find the nearest neighbor?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions