Skip to content

Commit d977575

Browse files
authored
Add missing module requirements in rtdetrv2_pytorch (#586)
* chore: Add missing module requirements - scipy and pycocotools * chore: add module - onnx
1 parent 8ec91b2 commit d977575

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rtdetrv2_pytorch/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ torch>=2.0.1
22
torchvision>=0.15.2
33
faster-coco-eval>=1.6.5
44
PyYAML
5-
tensorboard
5+
tensorboard
6+
scipy
7+
pycocotools
8+
onnx

0 commit comments

Comments
 (0)