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
450f0ea6
Commit
450f0ea6
authored
Nov 21, 2023
by
dengjb
Browse files
Update README.md
parent
a0bd315b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
450f0ea6
...
@@ -86,9 +86,11 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
...
@@ -86,9 +86,11 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
bash
.
/
train
.
sh
bash
.
/
train
.
sh
```
```
## 推理
## 推理
# 可使用官方模型权重进行推理,也可使用自己训练模型权重进行推理
# 这里以官方模型推理举例
```
python
```
python
# 官方推理代码
# 官方推理代码
python
demo
/
image_demo
.
py
demo
/
demo
.
jpg
.
/
configs
/
rtmdet
/
rtmdet_
tiny
_8xb32
-
300
e_coco
.
py
--
weights
rtmdet_
tiny
_8xb32
-
300
e_coco_2022090
2
_1
12414
-
78e30
dcc
.
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_2022090
5
_1
61602
-
387
a891e
.
pth
--
device
cuda
```
```
## result
## result


...
...
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