-
![屏幕截图 2024-11-13 084509](https://github.com/user-attachments/assets/f4667251-a1a4-4fe4-a320-55a6e6fdcf85)
该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失,我尝试使用utf8(bom)和utf8,gbk尝试重新编译,还是不行…
-
Load PResNet50 state_dict
/mnt/2/leejq/RTDETRV2/rtdetrv2_pytorch/onnx/../src/zoo/rtdetr/rtdetr_decoder.py:465: TracerWarning: torch.tensor results are registered as constants in the trace. You can sa…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
…
-
**Describe the problem you have/What new integration you would like**
Add support for the `http_request` component on the host platform in ESPHome, or override / bypass the http_request check in th…
-
Recently rustc starting warning on imports of `TryFrom` that are redundant with the prelude.
```
use std::convert::TryFrom;
fn main() {
let _ = u32::try_from(5i32);
}
```
produces:
```…
-
The PNG spec [describes](https://www.w3.org/TR/2003/REC-PNG-20031110/#11sBIT) an `sBIT` chunk, but AFAICT the `png` crate ignores this kind of chunks today. Chromium/Blink integration doesn't have a …
-
Attempted to build using pio and I run into this error:
```
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/m5stack-core2.html
PLATFORM: Espressif 32 (3.2.1) > M5Stack Core2
HAR…
-
Thierry,
thank you for creating the qrcode package. I started to play around with it and found some weird behavior I don't understand.
It occurs for example when I try to use "Straße", the german …
-
```dart
psd = image.PsdImage(picked.files.first.bytes!);
print(psd!.isValid);
print(psd!.layers.length);
```
I have tried many psd files but always this error:
```
flutter: true
[ERROR:flutt…
-
Dear authors,
Thanks for sharing the codes for this great work! I have a question on the input the mask_decoder in the code:
According to the paper and comments in the code, the input to the ma…