-
When I try to read some .tiff file, this error appear. This error isn't systematic. TiffDecoder can work with some of my files but some tiff files are not supported.
```
RangeError (length): Inva…
-
### Description of Issue
We have a unit test in MayaUSD that reads OpenEXR images with 1, 2, and 4 channels in both half and float format to make sure every image type loads correctly.
Initially l…
-
../nginx-vod-module/vod/thumb/thumb_grabber.c:112:9: error: ‘avcodec_close’ is deprecated [-Werror=deprecated-declarations]
112 | avcodec_close(state->decoder);
| ^~~~~~~~~~~…
-
## Description
There is already a Segformer encoder [mix_transformer](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/segmentation_models_pytorch/encoders/mix_transformer.py) in…
-
Feature request to use hardware decoding if available for hevc formats.
Please apprise if it already possible. I already have a ffmpeg dist with nvidia hevc decoder.
Although that works fine for…
-
Hi, I followed [this notebook](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) to train a new model and saved the checkp…
-
Hi @baifanxxx :
I'm encountering an issue where the forward pass of the `SegVol` class hangs when the `image` is passed to `image_encoder`, resulting in NCCL communication timeouts in finetuning with…
-
> What does 'before', 'divide' and 'fusion' mean in the code? I couldn't find any corresponding description in your paper.
>
> In the JSON file, does 'image_size' refer to before or a…
-
I see the fine-tune of lora implementions in your code is only tune the parameters of image-encoder in sam, if it is important to take adaptation of downstream prompt encoder and mask decoder in sam?
…
-
### Describe the bug
I've run "interpreter --os" to play with anthropic OS control feature and it crashed with "json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)"
### Reproduce…