rbarac commited on
Commit
1333f57
·
verified ·
1 Parent(s): 3c426f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -52,13 +52,13 @@ This repository contains checkpoints for:
52
  ## Installation
53
 
54
  ```bash
55
- pip install git+https://github.com/mutedeparture/rtmpose3d.git
56
  ```
57
 
58
  Or clone and install locally:
59
 
60
  ```bash
61
- git clone https://github.com/mutedeparture/rtmpose3d.git
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/mutedeparture/rtmpose3d}
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**: [mutedeparture/rtmpose3d](https://github.com/mutedeparture/rtmpose3d)
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)