-
Hello,
I have a lot of 'UserWarnings' during exporting model to ONNX. Can someone clarify meanings of this warnings and help to eliminate then. I am creating model from [this finetuning tutorial](…
-
## 🐛 Bug
Scripted FasterRCNN saved to a .pt-file cannot be loaded via torch.script.load due to Unknown builtin op: torchvision::nms.
Could not find any similar ops to torchvision::nms. This op may…
-
### 🚀 Feedback Request
This issue is dedicated for collecting community feedback on the Multi-weight support API. Please review the [dedicated article](https://pytorch.org/blog/introducing-torchvis…
-
Hello,
## 🚀 Feature
I think it would be more generic to have `transform`(https://github.com/pytorch/vision/blob/3d65fc6723f1e0709916f24d819d6e17a925b394/torchvision/models/detection/faster_rcnn.…
-
Using TensorFlow backend.
Parsing annotation files
Processing 2012_002286.xml: 100%|███████| 17125/17125 [00:08 physical GPU (device: 0, name: GeForce GTX 1060, pci bus id: 0000:01:00.0, compute cap…
-
### 🐛 Describe the bug
Hi I tried to run this code on google collab and got an error. I don’t understand why this error occurs while I just downloaded a faster r cnn model and called the torh.jit.tra…
-
Traceback (most recent call last):
File "train.py", line 163, in
tf.app.run()
File "C:\Users\haiL\Anaconda2\envs\tf15\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run…
-
paddleX转换的模型,摄像头调用有问题
result = module.predict(images=[(r"XXXX.jpg")])
调用图片 没问题
但是
cv2.VideoCapture(0)
ret, frame = cap.read()
result = module.predict(images=frame,use_gpu=True)
摄像头调用的时候 …
-
### 🐛 Describe the bug
I went through [Pytorch tutorial]( https://pytorch.org/tutorials/advanced/cpp_export.html) for loading models on C++, and it works fine for resnet18 model, but once I save the …
-
## 环境
1. 请提供您使用的PaddlePaddle和PaddleX的版本号
paddlepaddle-gpu 2.3.2.post116
paddlex 2.1.0
2. 请提供您使用的操作系统信息,如Linux/Windows/MacOS
Windows
3. 请问您使用的Python版本是?
python3.7
5. …