罗崚骁 (LUO Lingxiao)

Results 20 issues of 罗崚骁 (LUO Lingxiao)

## 🚀 Feature To log image wih `WandbLogger` in the process other than rank zero. ### Motivation Image is usually not some metric that could be aggregated, it is possible...

design
logger: wandb

使用 wayland 作为显示服务器时,使用 [flameshot](https://github.com/flameshot-org/flameshot) 进行截图,图片保存于剪贴板后无法粘贴到 QQ/微信中,切换为 Xorg 则可以正常粘贴。 在 wayland 下,关于 flameshot 截图以及图片剪贴的功能还有如下现象: - flameshot 保存到剪贴板的截图可以正常粘贴到 telegram 聊天框中、在 github issue 文本编辑框中粘贴上传等; - 从 telegram 以及浏览器中复制到剪贴板中的图片也可以粘贴到 QQ/微信中 - #187 提到以及我也复现 wayland...

## 🚀 Feature It would be nice if torchmetrics would be compatible with the lastest tokenizers package. Currently, with the latest torchmetrics (0.10.0) and tokenizers (0.13.1) installed, I've got following...

enhancement

Hi there, I find it pretty useful when I open the csv file preview, copy & paste it to another sheet. But the header is not copied to the clipboard,...

**Is your feature request related to a problem? Please describe.** When I try to load a DICOM folder, the loading will fail if there is some irrelevant file in the...

Feature request

**Describe the bug** `unsafe_merge` crashes with nested structured config and union type. **To Reproduce** ```python from dataclasses import dataclass from omegaconf import OmegaConf @dataclass class A: x: int | str...

bug

### To reproduce 1. open pdf file (local or remote URL, e.g., https://arxiv.org/pdf/1911.05722.pdf) with Firefox 2. activate the hypothesis by clicking the bookmark 3. annotate some text 4. zoom the...

bug

## 🐛 Bug report When using an optional dataclass, fields specified first will be wiped by later fields specification. ### To reproduce ```python from dataclasses import dataclass from jsonargparse import...

bug

**Is your feature request related to a problem? Please describe.** Suppose I'm defining transform as follows: ```python from monai import transforms as mt crop_t = mt.OneOf( [ mt.RandSpatialCropD(['img', 'seg'], roi_size=(8,...

Feature request

**Describe the bug** The lazy spatial resample records the `mode` and `padding_mode` in the `extra_info` field: https://github.com/Project-MONAI/MONAI/blob/8e99af5f96df0746d6cbcaed88feaea0e51abd56/monai/transforms/spatial/functional.py#L118-L124 https://github.com/Project-MONAI/MONAI/blob/8e99af5f96df0746d6cbcaed88feaea0e51abd56/monai/transforms/spatial/functional.py#L135-L146 However, the during lazy resampling, the corresponding value is not get from...

Feature request