-
For my understanding the build fail due to the change in access specifier of the class ecvl::DLDataset.
At some point, the access specifier of the class' variables changed from public to protected, …
-
The following program leads to a segmentation fault:
```c++
#include "ecvl/support_eddl.h"
using namespace ecvl;
int main() {
Sample s;
s.location_ = {"foo.png"};
s.size_ = {4…
-
Hi,
I'm testing EDDL and ECVL libraries trying to import the data using a DeepHealth Dataset Format file. The images are provided in nifti format (.nii.gz). When executing the code, it yields the …
-
The pipeline in a SLURM environment with two GPUs and EDDL compiled with CUDNN, crashes every time with a different error, which is always one of these:
- `[CUDA ERROR]: an illegal memory access was …
-
For my understanding the build fail due to the change in access specifier of the class ecvl::DLDataset.
At some point, the access specifier of the class' variables changed from public to protected, …
-
Hi everyone,
by using `ecvl.AugNormalize(mean, std)`, where `mean` and `std` are in range `[0:255]`, the output is a normalized image.
However, due to the internal image representation (integers …
-
If compiled with OpenCV >= 4, ECVL requires the `calib3d` OpenCV component in addition to `core`, `imgproc`, `imgcodecs`, `photo`. However, `setup.py` is not listing `opencv_calib3d` among the librari…
-
We are encountering problems at improving our UC12 classification pipeline performance.
We changed the code to load a ResNet model pretrained on ImageNet (the ONNX file is exported by PyTorch), the…
-
I got this error trying to compile ecvl 0.3.2 for GPU:
```
CMake Error in CMakeLists.txt:
Target "ECVL_CORE" requires the language dialect "CUDA17" , but CMake does
not know the compile flag…
-
**Describe the bug**
When I execute the python code attached (based on https://github.com/deephealthproject/use_case_pipeline/tree/3rd_hackathon/python) I get a core dump
**To Reproduce**
DeepHea…