-
## 🐞Describe the bug
Trying to convert PyTorch FasterRCNN model to CoreML, but getting runtime error `temporary: the only valid use of a module is looking up an attribute but found = prim::SetAttr[n…
-
Thanks for sharing the code. I see that the models in the examples in this repo are all for classification. I was wondering if we can compare two models that do different tasks such as one for classif…
-
### 🐛 Describe the bug
I have a trained fasterRCNN model that I want to load via the libtorch C++ API for deployment. The model can be scripted using the following python code snippet successfully.
…
-
### 🐛 Describe the bug
The enclosed python code (at the end) defines and executes a simplified training loop for a Faster R-CNN model with a ResNet-50 FPN backbone, using the PyTorch and torchvision …
-
### System Information
opencv-python-rolling-4.7.0.20230520
Windows 10
Python 3.10.4
### Detailed description
While facing the issue described here: https://github.com/opencv/opencv/issues/21634,…
-
Hi
Thank you for your team to do such a nice work!
My team have trained a model with **torchvision's faster-rcnn**,and now we have to compress the model.And after some time's struggle,we finally de…
-
### Describe the issue
I'm trying to quantize a model from `torchvision` that I've exported to `onnx` as follows:
```
import torch
from torchvision.models.detection import (
faster_rcnn,
…
sklum updated
8 months ago
-
### OpenVINO Version
2024.3.0
### Operating System
Windows System
### Device used for inference
GPU
### Framework
None
### Model used
Mask R-CNN
### Issue description
…
-
## 🚀 Feature
Similar to what we did for classification, probably we should provide something for detection.
This will allow to load pretrained weights from Kitty, COCO, etc. datasets.
-
## 🐛 Bug
I used the torch.jit.trace() in python to trace the fasterrcnn_resnet50_fpn model provided in the latest torchvision (I installed the torchvision from source). However, an unhandled exce…