Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
RTMDet_mmcv
Commits
65b2663b
Commit
65b2663b
authored
Nov 21, 2023
by
dengjb
Browse files
Update README.md
parent
450f0ea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
65b2663b
...
@@ -86,8 +86,8 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
...
@@ -86,8 +86,8 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
bash
.
/
train
.
sh
bash
.
/
train
.
sh
```
```
## 推理
## 推理
#
可使用官方模型权重进行推理,也可使用自己训练模型权重进行推理
-
可使用官方模型权重进行推理,也可使用自己训练模型权重进行推理
#
这里以官方模型推理举例
!
[下载地址:rtmdet_s_8xb32-300e_coco_20220905_161602-387a891e.pth](https://download.openmmlab.com/mmdetection/v3.0/rtmdet/rtmdet_s_8xb32-300e_coco/rtmdet_s_8xb32-300e_coco_20220905_161602-387a891e.pth)
-
这里以官方模型推理举例
[
[下载地址:rtmdet_s_8xb32-300e_coco_20220905_161602-387a891e.pth
](
https://download.openmmlab.com/mmdetection/v3.0/rtmdet/rtmdet_s_8xb32-300e_coco/rtmdet_s_8xb32-300e_coco_20220905_161602-387a891e.pth
)
]
```
python
```
python
# 官方推理代码
# 官方推理代码
python
demo
/
image_demo
.
py
demo
/
demo
.
jpg
.
/
configs
/
rtmdet
/
rtmdet_s_8xb32
-
300
e_coco
.
py
--
weights
rtmdet_s_8xb32
-
300
e_coco_20220905_161602
-
387
a891e
.
pth
--
device
cuda
python
demo
/
image_demo
.
py
demo
/
demo
.
jpg
.
/
configs
/
rtmdet
/
rtmdet_s_8xb32
-
300
e_coco
.
py
--
weights
rtmdet_s_8xb32
-
300
e_coco_20220905_161602
-
387
a891e
.
pth
--
device
cuda
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment