RTMDet Pytorch Implementation
Project description
RTMDet – PyTorch Implementation
This repository is a PyTorch port of RTMDet, originally implemented in MMDetection.
The goal is to reimplement the network in pure PyTorch while making it possible to load pretrained weights from the original models.
Installation
pip install rtmdet
Usage
from rtmdet import RTMDet
model = RTMDet.from_preset("small") # tiny / small / medium / large
bboxes, scores, classes = model("image.jpg")
References
- RTMDet: An Empirical Study of Real-Time Object Detectors
Xiangyu Zhang, Xinyu Zhou, Zhiqi Li, et al.
📄 Paper
Acknowledgments
Based on MMDetection and the official RTMDet implementation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rtmdet-0.2.2.tar.gz.
File metadata
- Download URL: rtmdet-0.2.2.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
022acfb6713416196f7d19a7316d086587802c1d1c3d030cb7bcf00bcfb5fff7
|
|
| MD5 |
cf64d8b509a400afced6837a5f263e29
|
|
| BLAKE2b-256 |
4f32a96847870db1aabeaa89270477e0d17dd3cd2471e0a4f228e12d3b169bd8
|
File details
Details for the file rtmdet-0.2.2-py3-none-any.whl.
File metadata
- Download URL: rtmdet-0.2.2-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c5b718573717a79fd8b23b4459c48cc68b6d15c865b0cef9be34b716baf10a6
|
|
| MD5 |
010e2a3375bd5c417d81d3dcd162b483
|
|
| BLAKE2b-256 |
8b079cd488e2131cb2e430388fb96e40ffd2c181340829233dcf7f42e07b5bfa
|