This website requires JavaScript.
Explore
Help
Register
Sign In
pice35408784b54431987c4d13c457b9cd
/
deformable-detr-single-scale_a13751500295630848326154
Watch
1
Star
0
Fork
You've already forked deformable-detr-single-scale_a13751500295630848326154
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
DETR 模型是一个具有卷积主干的编码器-解码器转换器。为了执行对象检测,在解码器输出的顶部添加了两个头:一个用于类标签的线性层和一个用于边界框的 MLP(多层感知器)。
3
Commits
1
Branch
0
Tags
261
MiB
b64d14d4f1
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
YYJ-aaaa
b64d14d4f1
first commit
2024-11-28 15:18:10 +08:00
.gitattributes
Add .gitattributes
2024-11-28 15:13:41 +08:00
README.md
Initial commit
2024-11-28 15:13:41 +08:00
config.json
first commit
2024-11-28 15:18:10 +08:00
model.safetensors
first commit
2024-11-28 15:18:10 +08:00
preprocessor_config.json
first commit
2024-11-28 15:18:10 +08:00
pytorch_model.bin
first commit
2024-11-28 15:18:10 +08:00
README.md
Unescape
Escape
deformable-detr-single-scale_a13751500295630848326154
DETR 模型是一个具有卷积主干的编码器-解码器转换器。为了执行对象检测,在解码器输出的顶部添加了两个头:一个用于类标签的线性层和一个用于边界框的 MLP
(
多层感知器
)
。