NP-SAM is an easy-to-use segmentation and analysis tool for nanoparticles and more.
Project description
NP-SAM
Introduction
In this project we propose an easily implementable workflow for a fast, accurate and seamless experience of segmentation of nanoparticles.
The project's experience can be significantly enhanced with the presence of a CUDA-compatible device; alternatively, Google Colab can be utilized if such a device is not accessible. For a quick access to the program and a CUDA-GPU try our Google Colab notebook.
Installation
Windows Application
Download one of the .zip files below and extract the content. Afterwards, simply run the .exe file.
NP-SAM for PCs with CUDA compatible graphics card (2.5 GB) here: NP-SAM with CUDA
NP-SAM for PCs without CUDA compatible graphics card (500 MB) here: NP-SAM without CUDA
Python package
Step 0 (Optional): Create a new conda environment called npsam (line 1) and activate it (line 2). This prevents interference with other previously installed Python packages.
conda create -n npsam python=3.10
conda activate npsam
Step 1: Install Pytorch. If you use Windows and have a CUDA compatible graphics card, you can use the following line of code:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Otherwise, install the CPU-only version with:
pip3 install torch torchvision torchaudio
For other operating systems, please refer to PyTorch's website. NP-SAM has been tested with Pytorch 2.1.2 and CUDA 11.8.
Step 2: Install NP-SAM:
pip install npsam
Step 3 (Optional): Make a static link to the npsam ipykernel for easy access to the npsam environment from JupyterLab. This way you don't have to activate the npsam environment every time you want to run NP-SAM.
python -m ipykernel install --user --name npsam --display-name npsam
Get started
In the npsam environment execute jupyter lab in the terminal. This will launch JupyterLab. Try out one of the example notebooks from our GitLab.
Citation
@article{NPSAM,
author = {Rohde, Rasmus and Villadsen, Torben L. and Mathiesen, Jette K. and Jensen, Kirsten M. Ø and Bøjesen, Espen D.},
title = {NP-SAM: Implementing the Segment Anything Model for Easy Nanoparticle Segmentation in Electron Microscopy Images},
journal = {ChemRxiv},
DOI = {10.26434/chemrxiv-2023-k73qz-v2},
year = {2023},
type = {Journal Article}
}
Acknowledgment
This repo benefits from Meta's Segment Anything and FastSAM. Thanks for their great work.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file npsam-3.2.1.tar.gz.
File metadata
- Download URL: npsam-3.2.1.tar.gz
- Upload date:
- Size: 158.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c537c084bcf8100a5227396fddfc65a95e84fbe0c64827427245628d1d539841
|
|
| MD5 |
4831b12cbd51b973bd7cefb00afa3e85
|
|
| BLAKE2b-256 |
fa1e4ad2d1f58e15a15c3f56372073ad65e17b2dc3fd6e91521cda1fc8d6e583
|
File details
Details for the file npsam-3.2.1-py3-none-any.whl.
File metadata
- Download URL: npsam-3.2.1-py3-none-any.whl
- Upload date:
- Size: 165.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
229c4b208fd326e604bc10e683f6ff4e00593bb106758912688b2e6c8ecc51ef
|
|
| MD5 |
a17c0bef70f2b0f19b4b695d06160be0
|
|
| BLAKE2b-256 |
e5b5f088344ea42154373d561043091fbdc581d73e4eeada81949772da8c764e
|