You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a 3D holography notebook using LodeSTAR. In the ipynb file, the data representation has video, traces and mapping. I wanted to know how one can process their experimental video to get these? Any help would be highly appreciated. Thank you
deeptrack.extras.datasets.load("3DTracking")
video = scipy.io.loadmat(r"./datasets/3DTracking/1Every1_2_movie_1.aviProcessedField0.mat") holotraces = scipy.io.loadmat(r"./datasets/3DTracking/1Every1_2_movie_1.aviCompletedTraces") mapping = scipy.io.loadmat(r"./datasets/3DTracking/mapping.mat")["Mapping"]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using a 3D holography notebook using LodeSTAR. In the ipynb file, the data representation has video, traces and mapping. I wanted to know how one can process their experimental video to get these? Any help would be highly appreciated. Thank you
deeptrack.extras.datasets.load("3DTracking")
video = scipy.io.loadmat(r"./datasets/3DTracking/1Every1_2_movie_1.aviProcessedField0.mat")
holotraces = scipy.io.loadmat(r"./datasets/3DTracking/1Every1_2_movie_1.aviCompletedTraces")
mapping = scipy.io.loadmat(r"./datasets/3DTracking/mapping.mat")["Mapping"]
Beta Was this translation helpful? Give feedback.
All reactions