-
### 🐛 Describe the bug
I found that running a torchvision model under MPS backend was extremely slow compared to cpu.
I ran the profiler and found that the __vast__ majority of that time was comin…
-
Hi,
I downloaded your model fasterrcnn_resnet50_fpn_coco-258fb6c6.pth, but when i try to load this model using model.load_state_dict(checkpoint['model]), it shows "key error 'model'" so i try to p…
-
## 🚀 Feature
Add Mask R-CNN with MobileNet v3 backbone
## Motivation
In the recent release torchvision added support for mobilenet v3 and extended it to work with instance segmentation models. …
-
Hi, I've read the docs but couldn't find anything on inferencing on images instead of videos. Just wondering if anyone has any pointers? I'd like to get SuperAnimal running, but it seems like SuperAni…
-
PaddleX训练完模型,
导出采用FasterRCNN-ResNet50-FPN训练的模型,使用GPU推理速度为0.2s使用cpu高达7~10s左右
改成使用YOLOv3-DarkNet53训练模型后,使用GPU推理速度为0.1s左右使用cpu高达50s以上,
场景cpu为8核16G,windows和ubuntu上都测试过,都是这样,
在cpu32内核和64G内存下跑的效率更差
…
-
```python
import coremltools as ct
import torch
import torchvision
import torch.nn as nn
class Wrapper(nn.Module):
def __init__(self, model_name):
super(Wrapper, self).__init__()
…
-
I am trying to load FasterRCNN model of torchvision but facing some errors. Here is the code for the model:-
```
import torch
import torchvision
model = torchvision.models.detection.fasterrcnn_r…
-
**Description**
When trying to load my pytorch Triton model I am receiving `Internal: An input of type 'Tensor[]' was detected in the model. Only a single input of type Dict(str, Tensor) or input(s) …
-
### URL(s) with the issue
[Please provide a link to the documentation entry in question.](https://docs.voxel51.com/tutorials/evaluate_detections.html#Add-predictions-to-dataset)
### Description …
-