Deeplabcut: 'numframes2pick' is actually N - 1

Created on 8 Jan 2019  路  3Comments  路  Source: DeepLabCut/DeepLabCut

Hi,
the 'numframes2pick' picks only N - 1 frames. 120 results in 119 frames.

Most helpful comment

Without cropping the method indeed often resulted in N-1 frames, I fixed this and it will be in the next push. I also expanded the docs and allowed user feedback allowing to select frames only for specific videos.

All 3 comments

It depends on the method you pick to find the frames, actually. as k-means doesn't always give the # you select (due to how the clusters break down) but this doesn't affect performance. You can always grab more frames (or through them out before opening the labeling GUI).

Without cropping the method indeed often resulted in N-1 frames, I fixed this and it will be in the next push. I also expanded the docs and allowed user feedback allowing to select frames only for specific videos.

Great! I didn't use cropping so it seems to be the case.

Was this page helpful?
0 / 5 - 0 ratings