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
RT-DETR_pytorch
Commits
d78b868b
"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f0e1ec75d89003187c263fdeb8f62cbaa04da628"
Commit
d78b868b
authored
Apr 16, 2025
by
chenzk
Browse files
Update url.md
parent
a1cca18e
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 @
d78b868b
...
@@ -72,7 +72,7 @@ pip install -r requirements.txt
...
@@ -72,7 +72,7 @@ pip install -r requirements.txt
## 数据集
## 数据集
### 训练数据集
### 训练数据集
`Coco2017`
`Coco2017`
仅需要annotations_trainval2017.zip、val2017.zip、train2017.zip作为数据集。可通过
[
scnet
](
http://113.200.138.88:18080/aidatasets/coco2017
)
或
[
官网链接
](
https://cocodataset.org/#download
)
进行下载,下载后的压缩包需要解压缩。通过官网下载和解压完整数据集的代码如下:
仅需要annotations_trainval2017.zip、val2017.zip、train2017.zip作为数据集。可通过
[
Coco2017
](
https://cocodataset.org/#download
)
进行下载,下载后的压缩包需要解压缩。通过官网下载和解压完整数据集的代码如下:
ps:本仓库内已准备了小数据集供训练测试,位于RT-DETR/dataset/
ps:本仓库内已准备了小数据集供训练测试,位于RT-DETR/dataset/
...
@@ -110,7 +110,7 @@ HIP_VISIBLE_DEVICES=0,1,2,3;torchrun --nproc_per_node=4 rtdetr_pytorch/tools/tra
...
@@ -110,7 +110,7 @@ HIP_VISIBLE_DEVICES=0,1,2,3;torchrun --nproc_per_node=4 rtdetr_pytorch/tools/tra
注:如果挂载目录不是"/home/RT-DETR",需要修改RT-DETR/rtdetr_pytorch/configs/dataset/coco_detection.yml和RT-DETR/rtdetr_pytorch/configs/rtdetr/rtdetr_r18vd_6x_coco.yml中的对应路径。
注:如果挂载目录不是"/home/RT-DETR",需要修改RT-DETR/rtdetr_pytorch/configs/dataset/coco_detection.yml和RT-DETR/rtdetr_pytorch/configs/rtdetr/rtdetr_r18vd_6x_coco.yml中的对应路径。
## 推理
## 推理
权重
可通过
[
scnet
](
http://113.200.138.88:18080/aimodels/findsource-dependency/rt-detrv1/-/tree/main/pytorch
)
或
[
官网链接
](
https://github.com/lyuwenyu/storage/releases/tag/v0.1
)
进行
下载,通过官网下载的代码如下:
[
权重
](
https://github.com/lyuwenyu/storage/releases/tag/v0.1
)
下载,通过官网下载的代码如下:
```
```
cd RT-DETR
cd RT-DETR
wget -i model/url.txt -P model/
wget -i model/url.txt -P model/
...
...
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