Loic Tetrel

Results 11 issues of Loic Tetrel

Hi everyone, And thanks for this wonderfull tool. I am using it to better understand the different ways to interpret a CNN :) So I was wondering, for Class Activation...

Hi everyone, We are reaching out regarding a potential contribution from the [Neurolibre team](https://github.com/neurolibre): The contribution concerns allowing some actions before building a user image (in our case pulling databases...

new
code:python

### Proposed change Adding the `BINDER_REF_URL` environment variable accessible to a hub singleuser initContainers. Although this env is accessible to the singleuser server pod, its init containers does not have...

enhancement

Hi everyone, I am reaching you on behalf of my employer (https://github.com/SIMEXP) for a potential contribution to the tensorflow/graphics package. Based from the work of [Jaderberg et al.](https://arxiv.org/pdf/1506.02025.pdf), this PR...

cla: yes

Hello all, So I am trying to convert `.mnc` images to `.nii` with nibabel, here is my code : ``` import nibabel as nib (...) # loading the original image...

bug

Hi, We are trying to convert our annotation in `viame_csv` format to `coco` json. For that there is an example [here](https://github.com/VIAME/VIAME/blob/main/examples/detection_file_conversions/pipelines/viame_csv_to_coco_json.pipe). I created a file `input_image_list.txt` which contains path to...

**Describe the bug** When training the [darknet yolo](https://github.com/AlexeyAB/darknet), there is no loss drawn into an opencv window. Our `runlog.txt` returns the following `OpenCV Error`: ``` OpenCV Error: Unspecified error (The...

Fixes [#7254](https://github.com/Project-MONAI/MONAI/issues/7254). ### Description Crop centers are now corrected using image size and not label size, since it is the image that is being cropped. ### Types of changes -...

**Describe the bug** Not able to load the `*.conf` files in the `TRAINING` tab. ![image](https://github.com/Kitware/dive/assets/37963074/837793ee-46b3-4581-a9ec-6eda6ffca17d) **To Reproduce** Steps to reproduce the behavior: 1. Download release Linux Full Desktop Binaries v0.20.3...

Type: bug

**Describe the bug** Loading annotation is not working correctly after 0.20. It works when loading dataset < `0.20`, then open `>= 0.20` and load from `Recent` section. ``` Error occurred...

Type: bug