You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
I'm trying to replicate this pipeline with Tiff based images, concretely the Inria dataset, and various Spanecenet challenge datasets
Dataset path: manually set my path -> DATADIR=DATADIR=/path/to/your_dataset
Binary segmentation pipeline arguments as README:
CUDA_VISIBLE_DEVICES=0
CUDNN_BENCHMARK="True"
CUDNN_DETERMINISTIC="True"
WORKDIR=./logs
DATADIR='/mnt/d/Servando/NEW2-AerialImageDataset/AerialImageDataset/train/framework_tests'
IMAGE_SIZE=256
CONFIG_TEMPLATE=./configs/templates/binary.yml
NUM_WORKERS=4
BATCH_SIZE=256
bash ./bin/catalyst-binary-segmentation-pipeline.sh
ERROR:
Did a little debugging and found that within /site-packages/catalyst/contrib/utils/cv/image.py tiff support is currently not available
The text was updated successfully, but these errors were encountered: