-
/usr/local/lib/python3.10/dist-packages/torchvision/transforms/functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Pred…
-
Hi, I noticed that new IDs cannot be added during inference on videos:
https://github.com/facebookresearch/segment-anything-2/blob/6186d1529a9c26f7b6e658f3e704d4bee386d9ba/sam2/sam2_video_predictor.p…
-
hi authors, I have some questions about the overlapping test, thanks in advance for your help!
1. Can this work really run in real-time? In the paper, it is written that ' AGRoL model achieves real…
-
### 🐛 Describe the bug
Same as https://github.com/pytorch/kineto/issues/325, I used torch profiler to profile the inference of DL models, but the result of profiling is far from the measurement of …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
…
-
### OpenVINO Version
2024.3.0
### Operating System
Windows System
### Device used for inference
GPU
### Framework
None
### Model used
Mask R-CNN
### Issue description
…
-
I'm trying to optimise the inference time when dealing with a set of images. Using the main_test.py to process 5 images, takes about 15 seconds.
```
Performing inference for scale: (1400, 2000)
T…
-
Hello,
First of all thank you for this amazing project.
We have a few questions regarding string manipulation in ONNX runtime extensions. Specifically, we are trying to incorporate simple string man…
-
运行huggingface关于AutoformerForPrediction的演示代码
```
from huggingface_hub import hf_hub_download
import torch
from transformers import AutoformerForPrediction
file = hf_hub_download(
repo_id=…