- Houston, Texas
- @3dtrevor
Pinned Loading
-
Dictionary of All US States and thei...
Dictionary of All US States and their Abbreviations 1# Inspired by https://gist.github.com/JeffPaine/3083347
2# Access full state names using us_states.keys()
3# Access all state abbreviations using us_states.values()
4us_states = {
5'Alabama': 'AL',
-
Call this function to launch a napar...
Call this function to launch a napari window with a given image to begin annotating true positives, false positives, and false negatives on the image with points layers. 1import os
2import napari
3from skimage.io import imread, imsave
45def napari_count_tfpn(screenshot_file, point_size=20, save_screenshot=True):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.