Skip to content

Commit 8862322

Browse files
committed
update
1 parent 037f028 commit 8862322

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

rtdetr_pytorch/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [x] Export onnx
55
- [x] Upload source code
66
- [ ] Align with the [Paddle version](../rtdetr_paddle/)
7+
- [ ] Upload weight convert from paddle
78

89

910
## Quick start

rtdetr_pytorch/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
torch>=2.0.1
2-
torchvision>=0.15.2
3-
onnx>=1.14.0
4-
onnxruntime>= 1.15.1
1+
torch==2.0.1
2+
torchvision==0.15.2
3+
onnx==1.14.0
4+
onnxruntime==1.15.1
55
pycocotools
66
PyYAML
7-
scipy
7+
scipy

0 commit comments

Comments
 (0)