Liezl Maree

Results 136 comments of Liezl Maree

The m1 branch has been merged with main in the new release v1.2.7, but unfortunately the m1 conda package build has failed. We will follow up on the m1 conda...

# Problem Analysis Initially, on Nov 20, 2019 - [Add cli for running tracking by itself](https://github.com/talmolab/sleap/commit/0546dbbaf2838eecac1266f0e9700ea96d428512), we added a function in tracking.py called `retrack()` that is only called `if __name__...

This issue has been resolved in the new release - install SLEAP v1.2.7 [here](https://sleap.ai/installation.html#conda-package).

# Problem Analysis ### P1: Add arrays of different sizes with `cv2.addWeighted` In [`VideoMarkerThread._mark_single_frame`](https://github.com/talmolab/sleap/blob/5bf218e256c669f1d7ebd469797b7677d058db67/sleap/io/visuals.py#L257), we attempt to `cv2.addWeighted` two `np.ndarrays` of different sizes which is not allowed per the [docs](https://docs.opencv.org/3.4/d5/dc4/tutorial_adding_images.html#:~:text=Since%20we%20are%20adding%20src1%20and%20src2%2C%20they%20both%20have%20to%20be%20of%20the%20same%20size%20(width%20and%20height)%20and%20type)....

This issue has been resolved in the new release - install SLEAP v1.2.7 [here](https://sleap.ai/installation.html#conda-package).

## Problem Analysis It seems that we use `filters` as a keyword argument into `QtWidgets.GFileDialog.getSaveFilename`, but the qt documentation states that `filter` is expected. No error is thrown on windows....

This issue has been resolved in the new release - install SLEAP v1.2.7 [here](https://sleap.ai/installation.html#conda-package).

Can we just use the output stride of the centroid model to do a limited version of input scaling on the centered instance model (finite set of feasible stride values)?...

Hi @cosimogonnelli, We did not get a fix yet. Can you share your data with [[email protected]](mailto:[email protected]) please. Thanks, Liezl

# First-Pass Analysis The segmentation/program crashing bug seems to be caused by the hidden user-labeled instances. This issue is also mentioned in #971. ## Segmentation Fault This seems to be...