Update README.md
Browse files
README.md
CHANGED
|
@@ -52,13 +52,13 @@ This repository contains checkpoints for:
|
|
| 52 |
## Installation
|
| 53 |
|
| 54 |
```bash
|
| 55 |
-
pip install git+https://github.com/
|
| 56 |
```
|
| 57 |
|
| 58 |
Or clone and install locally:
|
| 59 |
|
| 60 |
```bash
|
| 61 |
-
git clone https://github.com/
|
| 62 |
cd rtmpose3d
|
| 63 |
pip install -r requirements.txt
|
| 64 |
pip install -e .
|
|
@@ -173,7 +173,7 @@ Evaluated on standard 3D pose benchmarks:
|
|
| 173 |
author={Arac, Bahadir},
|
| 174 |
year={2025},
|
| 175 |
publisher={GitHub},
|
| 176 |
-
url={https://github.com/
|
| 177 |
}
|
| 178 |
```
|
| 179 |
|
|
@@ -187,6 +187,6 @@ Built on [MMPose](https://github.com/open-mmlab/mmpose) by OpenMMLab. Models tra
|
|
| 187 |
|
| 188 |
## Links
|
| 189 |
|
| 190 |
-
- **GitHub Repository**: [
|
| 191 |
- **Documentation**: See README in the repository
|
| 192 |
- **MMPose**: [open-mmlab/mmpose](https://github.com/open-mmlab/mmpose)
|
|
|
|
| 52 |
## Installation
|
| 53 |
|
| 54 |
```bash
|
| 55 |
+
pip install git+https://github.com/b-arac/rtmpose3d.git
|
| 56 |
```
|
| 57 |
|
| 58 |
Or clone and install locally:
|
| 59 |
|
| 60 |
```bash
|
| 61 |
+
git clone https://github.com/b-arac/rtmpose3d.git
|
| 62 |
cd rtmpose3d
|
| 63 |
pip install -r requirements.txt
|
| 64 |
pip install -e .
|
|
|
|
| 173 |
author={Arac, Bahadir},
|
| 174 |
year={2025},
|
| 175 |
publisher={GitHub},
|
| 176 |
+
url={https://github.com/b-arac/rtmpose3d}
|
| 177 |
}
|
| 178 |
```
|
| 179 |
|
|
|
|
| 187 |
|
| 188 |
## Links
|
| 189 |
|
| 190 |
+
- **GitHub Repository**: [b-arac/rtmpose3d](https://github.com/b-arac/rtmpose3d)
|
| 191 |
- **Documentation**: See README in the repository
|
| 192 |
- **MMPose**: [open-mmlab/mmpose](https://github.com/open-mmlab/mmpose)
|