-
If you can share the code for visualizing, it must be a big&nice contribution
-
I want to get depth map image and semantic image.
so I attached two camera to 'client_example.py'
but so stange 'depth image' and 'semantic image' comes out.
I don't understanad why this images com…
-
Just wanted to ask if its feasible to build 2.7.0 for Python 3.11? I wanted to try it on an ARM64 device, which gives errors with 2.13.0 and has Python 3.11
````
Traceback (most recent call last):…
-
Seems to work in 1.10-rc2, so it's probably addressed somewhere (just opening for completeness).
Precompilation fails in 1.8 and 1.7 with
```
fatal: error thrown and no exception handler availab…
-
I want to use the dataset `data_ms` used to train `sct_deepseg_lesion` for training a larger model on more contrasts to segment MS lesions on the spinal cord.
The dataset car currently found here …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Other
### Bug
Thanks g…
-
I'm trying to add an overlay to an already exhisting DICOM file. The idea is to have an original image, a segmantation of the original, and to add an overlay to the original image from the segmentatio…
-
### Feature request
Would love for Optimum to add support for transformers.SegformerForSemanticSegmentation
https://huggingface.co/docs/transformers/model_doc/segformer#transformers.SegformerForSe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
### What happened?
I just updated contr…
-
Hello@CoinCheung! I train this code but I have some questions, As follows:
In base_dataset.py, when reading the label, why did you set the mode=0?
def get_image(self, impth, lbpth):
img =…