-
### Description
The current implementation of `resize.py` uses the deprecated `PIL.Image.ANTIALIAS` which was removed in newer versions of Pillow. This causes issues for users trying to use MoviePy w…
-
Hi
I install all necessary files and python but still facing this issue
-
我在train.py里加了这么一段代码试图将原始图片和推理结果保存起来,但结果却是这样的
```
if inffer:
l = 0
model.eval()
with torch.inference_mode():
for step,data in enumerate(val_data):
…
-
all gif commands such as /bonk, /pet etc return error
```
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/disnake/ext/commands/slash_core.py", line 728, in invo…
-
### What did you do?
Opening a .CR2 image loads the image with an incorrectly applied EXIF orientation. The end result in one case is that the image is flipped upsidedown.
Windows explorer and…
-
### What did you do?
Load a TIFF with exif rotation info and save as JPG
### What did you expect to happen?
Save image
### What actually happened?
save() crashes
### What are your OS, …
-
### 请提出你的问题 Please ask your question
问题:
我在没有gpu驱动的docker环境下,以及有gpu的环境,使用相同的代码运行,前者可以开启多线程qps为10.2/s,而后者则是单线程qps只有1.1/s
代码
```
import io
import numpy as np
from PIL import Image
from fasta…
-
Hello,
First, sorry for my english & also my level in linux :)
I try to use my canon 350D with pibooth but each time I try to take a picture, pibooth crashed.
below steps done by pibooth befo…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Pillow 11 [has been released on 2024-10-15](https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html), and it broke gif generation for commands such as `bonk` or `pet`.
Directly affected ar…