Hello,
I would like to save the positions of the joints during analysis (I have pulled a fresh deeplabcut from github on Friday, 14th Dec. 2018).
Unfortunately, calling analyze_videos(…,save_as_csv=True) does not seem to lead to the trajectory data being saved to a csv file. Instead, there is a csv file in the video directory only containing the positional data of the joints, but only -as it would appear- from one single frame.
I have had a look at the source code of auxiliaryfunctions.py, where the csv should be created at this point here utils/auxiliaryfunctions.py#L49, but I thought, I’d rather ask for some help at this point than to edge myself along the source code any further
If anyone can give any help/guidance/pointer/documentation how to save the trajectory data, this would be great!
Thanks very much.