From eabf30c929b290cdf3f9f819c568183a181d3060 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:21:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2097cc..a2c4398 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Uses the estimated cell areas and trys to extract a common signal from each area The movement jitter surpression does not work correctly. During programming it wasn't clear what could move or not in the image. Also what are stable landmarks? In the moment, the software is too much focused on the aperture. +skimage.measure.find_contours, skimage.measure.approximate_polygon, and skimage.draw.polygon2mask should be ported to PyTorch. However, the estimated performance increase will be very minor. + # Installation The code was tested on a Python 3.11.2 (Linux) with the following pip packages installed: