Jessy Lauer

Results 70 comments of Jessy Lauer

It should be fine with #1338; `split_tracklets` will not be forced to False any longer.

@benlansdell, sorry for the late answer! Is that happening when passing `stitch_tracklets(..., n_tracks=1)`?

@jacob-amme, that looks like a tracking issue. Could you tell me what values of `min_hits` and `max_age` are set in the `inf_cfg.yaml` in the dlc-models/.../test/ folder?

Hello @candacejohnsonbakerlab, I'm sorry for the delayed answer. Have you fixed it? For some reasons, the package `wxpython` must be missing from your environment. Could you show the output of...

For some reasons, `pythonw` is linked to python 2.7 and not to the one in your environment. Users had found the solution to this very problem [here](https://github.com/DeepLabCut/DeepLabCut/issues/1218#issuecomment-853280085). It should work...

Hi @kaylago! I've just tried the use case you described, and had no problem extracting outlier frames in Colab and label them locally. Is your machinelabels.csv file empty? If not,...

Extracting multiple times from the same video should work, I've just tried it 5 times 😄. No rows are empty in the machinelabels file though, so I don't understand what...

Hey @hmaarrfk, do you want to PR your changes? They look fine to me, and DeepLabCut would otherwise complain during training/evaluation if something was missing.

Could you retry with `deeplabcut.triangulate(config_path3d, video_path, videotype='avi', filterpredictions=True)` and let me know if this changes anything?