DeepLabCut-live icon indicating copy to clipboard operation
DeepLabCut-live copied to clipboard

Initialize with np.nan or so

Open AlexEMG opened this issue 2 years ago • 0 comments

Apparently one can -- if it crashes or something doesn't run -- end up with 0 runtime. Which is obviously nonsense: https://github.com/DeepLabCut/DLC-inferencespeed-benchmark/issues/6

I suppose, we could just initialize https://github.com/DeepLabCut/DeepLabCut-live/blob/d8acac6420a5d1c1a31f8f87f46d0227c9cb734f/dlclive/benchmark.py#L289

with np.nan?

AlexEMG avatar Oct 23 '21 11:10 AlexEMG