
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
[TODO]
Tested on Windows, Ubuntu 18.04, Ubuntu 22.04.
Tested with different versions of Python3: 3.7, 3.8, 3.9 and 3.10.
python3 -m pip install virtualenv
python3 -m venv <path/to/venv/venv_name>
source <path/to/venv/venv_name>/bin/activate
pip install --upgrade pip
(venv_name)$ pip install kartezio
(venv_name)$ git clone [TODO]
(venv_name)$ cd kartezio
(venv_name)$ python -m pip install -e .
[TODO]
Kartezio was compared on the Cell Image Library dataset against the reported performance of Cellpose/Stardist/MRCNN (December, 2022) as reported in Stringer et al, Nature Methods, 2021 and published in Cortacero et al, Nature Communnications, 2023:
Kartezio | Kartezio | Kartezio | Cellpose | Stardist | MRCNN | |
---|---|---|---|---|---|---|
Training images | 8 | 50 | 89 | 89 | 89 | 89 |
AP50 on test set | 0.838 (mean) | 0.849 (mean) | 0.858 (mean) | 0.91 (max) | 0.76 (max) | 0.80 (max |
An additional, but not published, comparison was performed against the reported performance of CPP-Net, on BBBC006v1 dataset reported in Chen et al, 2023 (July, 2023):
Kartezio-s1 | Kartezio-s2 | CPP-Net | Stardist | |
---|---|---|---|---|
Training images | 20 | 20 | 538 | 538 |
AP50 on test set | 0.822 | 0.879 | 0.9811 | 0.9757 |
[TODO .bibtex]
The Software must be used for Non-Commercial Research only, under the terms and conditions set out in the License file, and You may not use the Software except in compliance with the License. The Software distributed under the License is distributed on an "as is" basis, without warranties or conditions of any kind, either express or implied. See the License file for the specific language governing permissions and limitations under the License.
FAQs
A CGP Framework for Image Processing
We found that kartezio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.