-
Tried pyecvl (installed from Conda) in Google Colab and found out that `ImRead` crashes with a segmentation fault. As shown in [this notebook](https://colab.research.google.com/gist/simleo/b3783f3c677…
-
Good Morning,
I managed to install all libraries correctly following [this](https://github.com/deephealthproject/workshops/blob/master/session-1/bitacora_installation_Python_pipeline.txt). To compile…
-
With the latest versions of EDDL (1.2.0) and ECVL (1.1.0), I get a CUDA error when training the model using a single GPU. I have no problems when using 2 or 4 GPUs. The error occurs systematically at …
-
Hi,
I'm trying to reproduce DeepLab for image segmentation with EDDL starting from [this](https://github.com/deephealthproject/eddl/files/7441233/deeplab_pytorch.txt) PyTorch model, but it achieves a…
-
We are thinking in using Google Colab for the WinterSchool, but I tried the following commands from three different notebook cells, in order to follow the indications in the pyeddl documentation about…
-
I am experiencing a strange issue when I export to ONNX networks that include a recurrent layer: sometimes the export fails. I was partially able to replicate the issue by modifying the [text_generati…
-
Hi,
I am trying to read JPG images (the ones from ISIC dataset) and it does not read them properly.
When executing this code
```
#include
#include "ecvl/core.h"
using namespace ecvl;
usi…
-
Hello, I have a couple of questions on the ECVL dataset using PyECVL. The dataset has this form:
```
name: ECVL dataset for UC5
description: eddl_ext
classes: [4, 8, 14, 16, 17, 20]
images:…
-
Hi, I need to read small regions from a slide multiple times. I noticed that calling many times OpenSlideRead is very slow compared to the equivalent call of OpenSlide read_region.
Here is a basic…
mdrio updated
2 years ago
-
As [pointed out by the ECVL team during the DeepHealth Winter School](https://github.com/deephealthproject/winter-school/blob/714c45b66f167c5c10ece550d232536d5383e6fb/slides/doing_cv_with_ecvl.pdf), i…