We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037f028 commit 8862322Copy full SHA for 8862322
rtdetr_pytorch/README.md
@@ -4,6 +4,7 @@
4
- [x] Export onnx
5
- [x] Upload source code
6
- [ ] Align with the [Paddle version](../rtdetr_paddle/)
7
+- [ ] Upload weight convert from paddle
8
9
10
## Quick start
rtdetr_pytorch/requirements.txt
@@ -1,7 +1,7 @@
1
-torch>=2.0.1
2
-torchvision>=0.15.2
3
-onnx>=1.14.0
-onnxruntime>= 1.15.1
+torch==2.0.1
+torchvision==0.15.2
+onnx==1.14.0
+onnxruntime==1.15.1
pycocotools
PyYAML
-scipy
+scipy
0 commit comments