Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

unexpected keyword argument: as_gray when using Tiff based images #48

Open
Servando1990 opened this issue Aug 25, 2020 · 0 comments
Open

Comments

@Servando1990
Copy link

Servando1990 commented Aug 25, 2020

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:
image

Did a little debugging and found that within /site-packages/catalyst/contrib/utils/cv/image.py tiff support is currently not available

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant