Mackenzie Mathis
Mackenzie Mathis
Hi @auesro please put the output of version in the issue; for long term records of issues "latest" isn't great for us :). Does this happen outside of COLAB? Can...
does this happen with `robust_nframes=False`? and do you need this to be set to true otherwise?
right, so indeed this is not in analyze_videos at all :) -- so now that makes sense. In short, no memory leak in analyze_videos :) as the videos were analyzed,...
could you try running each step, convert_detections2tracklets or in stitch_tracklets, separately to profile which seems to be the cause?
Hi @WeissShahaf there is a way to mark the shuffles, with a `modelprefix` although mostly used by our dev team; I will leave @AlexEMG explain it ;)
Hey @mfkeles hope you are well. Note we have a rather fully new version of maDLC out, rc3; the speed is faster and I also want to just correct 1...
Hey there @mfkeles :) SO, there is a new function for maDLC where you can pass in analyze_videos `auto_track= true` it will run the whole pipeline (track, stitch, etc). This...
@kylecnewton please fill out the template correctly, otherwise it is hard to help. also, please use the API as suggested; to use the tracklet stitcher you should be doing: ```...
hi @candacejohnsonbakerlab the second error is expected; on MacOS you can't launch from ipython, as it's not a framework build of python. You will need to run `pythonw -m deeplabcut`...
yep! just need to be sure to use python3, so activate env, and run `conda install python.app`