Collection of tools for recurring tasks
Project description
bdtools
Toolkit for reccuring tasks
Index
Installation
Pease select your operating system
Windows
Step 1: Download this GitHub Repository
- Click on the green
<> Codebutton and downloadZIP - Unzip the downloaded file to a desired location
Step 2: Install Miniforge (Minimal Conda installer)
- Download and install Miniforge for your operating system
- Run the downloaded
.exefile- Select "Add Miniforge3 to PATH environment variable"
Step 3: Setup Conda
- Open the newly installed Miniforge Prompt
- Move to the downloaded GitHub repository
- Run one of the following command:
# TensorFlow with GPU support
mamba env create -f environment_tf-gpu.yml
# TensorFlow with no GPU support
mamba env create -f environment_tf-nogpu.yml
- Activate Conda environment:
conda activate bdtools
Your prompt should now start with (bdtools) instead of (base)
MacOS
Step 1: Download this GitHub Repository
- Click on the green
<> Codebutton and downloadZIP - Unzip the downloaded file to a desired location
Step 2: Install Miniforge (Minimal Conda installer)
- Download and install Miniforge for your operating system
- Open your terminal
- Move to the directory containing the Miniforge installer
- Run one of the following command:
# Intel-Series
bash Miniforge3-MacOSX-x86_64.sh
# M-Series
bash Miniforge3-MacOSX-arm64.sh
Step 3: Setup Conda
- Re-open your terminal
- Move to the downloaded GitHub repository
- Run one of the following command:
# TensorFlow with GPU support
mamba env create -f environment_tf-gpu.yml
# TensorFlow with no GPU support
mamba env create -f environment_tf-nogpu.yml
- Activate Conda environment:
conda activate bdtools
Your prompt should now start with (bdtools) instead of (base)
Comments
- Input data are modified when using get_edt with the following parameters (and maybe others):
- get_edt(regions, target="foreground", normalize="object")
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
bd_tools-0.3.16.tar.gz
(45.2 kB
view details)
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
bd_tools-0.3.16-py3-none-any.whl
(55.4 kB
view details)
File details
Details for the file bd_tools-0.3.16.tar.gz.
File metadata
- Download URL: bd_tools-0.3.16.tar.gz
- Upload date:
- Size: 45.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44a6f9083cf440b150c78aa40209171872afbb95ecca66353e4b912f8c8c8b54
|
|
| MD5 |
3d160ce9c52cedb04db2dbeb131775bb
|
|
| BLAKE2b-256 |
0a5e8c4ffb2e66fa2f17405641daa44c8c9c3de36653c61856ad38d415afc912
|
File details
Details for the file bd_tools-0.3.16-py3-none-any.whl.
File metadata
- Download URL: bd_tools-0.3.16-py3-none-any.whl
- Upload date:
- Size: 55.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f609739598d4720b2a9ef9250fdcb5e8b194906b4fb28c1a4937556c7c69fc16
|
|
| MD5 |
89ab726577954eee79c018716124947f
|
|
| BLAKE2b-256 |
52b903649a4e988e9b72665d79aa46caa85d08c60d08abe7565b013b27f65397
|