This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
from pathlib import Path | |
import webknossos as wk | |
from webknossos.annotation import Annotation | |
from webknossos.dataset import MagView | |
from webknossos.geometry import BoundingBox, Mag | |
def merge_with_fallback_layer( | |
output_path: Path, |