-
## Overview
The functions in `MarchingSquares` currently form the following dependency graph:
![MarchingSquares_function_graph drawio](https://github.com/user-attachments/assets/31533ecd-d795-4649…
-
CARLA version: 0.9.13
Platform/OS: Both Linux and Windows
Problem you have experienced:
When you record a simulation and then collect instance segmentation sensor outputs during replay, actor I…
-
From my understanding, the current version of highdicom doesn't allow for updating Segmentation objects after they are constructed. A previous version of highdicom (< 0.8.0) included the add_segments …
-
I'm getting error when running UNet2D inference:
```
root@ip-172-31-0-126:/Model-References/PyTorch/computer_vision/segmentation/Unet# python main.py --exec_mode predict --task 01 --hpus 1 --fold 3 …
-
Hello again,
When using the Python wrapper for the watershed algorithm,
I would like to obtain the labels as an npy file. Unfortunately, it is not intuitive to me how to transform data between th…
-
I'm following this [tutorial](https://github.com/luxonis/depthai-experiments/tree/master/gen2-yolo/host-decoding) to design a custom instance segmentation on OAK-D. I trained the custom model with onl…
-
Below two runs with identical hyper parameters and everything else, except image size. Red graph = image size 1280, blue graph = 800.
Launch parameters used: `python seg/segment/train.py --img 1280…
-
Here is a review on the last training I did on ann nnU-Net for spinal canal segmentation.
I went back on the data I used for the previous training and the data used for [the kaggle competition](https…
-
### Request
Indication of linkage between images and corresponding derived series (link icon under the image thumbnail).
Currently, in order to identify which series have annotations (segmentation…
-
Hi, thank you for the impressive work!
When I downloaded all the dataset from HF, I just found that all the bboxes under the 'instances' entry are the empty list or the list filled with `None`, as …