Skip to content

Instantly share code, notes, and snippets.

View erjel's full-sized avatar

Eric Jelli erjel

View GitHub Profile
This file has been truncated, but you can view the full file.
@erjel
erjel / deeplabcut_2.2.0.6_env.yaml
Last active February 21, 2022 12:17
All in one conda requirements for deeplabcut 2.2.0.6.
# To install deeplabcut 2.2.0.6 run:
# wget https://gist.githubusercontent.com/erjel/0e8793e257f7e81fca29681ddb7ef39b/raw -O deeplabcut_2.2.0.6_env.yaml
# conda env create -n deeplabcut -f deeplabcut_2.2.0.6_env.yaml
# conda activate deeplabcut
# pip install deeplabcut==2.2.0.6 --no-deps
channels:
- defaults
dependencies:
- python=3.8
- pip
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,
#!/usr/bin/env python
# coding: utf-8
# In[ ]:
from tifffile import imread
# In[ ]: