You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-18
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,10 @@ Using BLIP to generate caption, extracting tags with ChatGPT, and using Grounded
41
41
42
42
**Grounded-SAM+OSX: Reconstruct 3D Human Whole-Body Mesh!**
43
43
44
-
Using Grounded-SAM for box and mask generating, Using[OSX](https://github.com/IDEA-Research/OSX) to estimate the SMPLX parameters and reconstruct 3D whole-body (body, face and hand) human mesh. Here's a demo:
44
+
Using Grounded-SAM for box and mask generating, using[OSX](https://github.com/IDEA-Research/OSX) to estimate the SMPLX parameters and reconstruct 3D whole-body (body, face and hand) human mesh. Here's a demo:
The following optional dependencies are necessary for mask post-processing, saving masks in COCO format, the example notebooks, and exporting the model in ONNX format. `jupyter` is also required to run the example notebooks.
@@ -149,7 +149,7 @@ The following optional dependencies are necessary for mask post-processing, savi
More details can be found in [install segment anything](https://github.com/facebookresearch/segment-anything#installation) and [install GroundingDINO](https://github.com/IDEA-Research/GroundingDINO#install)
152
+
More details can be found in [install segment anything](https://github.com/facebookresearch/segment-anything#installation) and [install GroundingDINO](https://github.com/IDEA-Research/GroundingDINO#install) and [install OSX](https://github.com/IDEA-Research/OSX)
153
153
154
154
155
155
## :runner: Run Grounding DINO Demo
@@ -358,7 +358,7 @@ python chatbot.py
358
358
## :man_dancing: Run Grounded-Segment-Anything + OSX Demo
359
359
360
360
- Download the checkpoint `osx_l_wo_decoder.pth.tar` from [here](https://drive.google.com/drive/folders/1x7MZbB6eAlrq5PKC9MaeIm4GqkBpokow?usp=share_link) for OSX:
361
-
- Download the human model files and place it into `osx/utils/human_model_files` following the instruction of [OSX](https://github.com/IDEA-Research/OSX).
361
+
- Download the human model files and place it into `grounded-sam-osx/utils/human_model_files` following the instruction of [OSX](https://github.com/IDEA-Research/OSX).
-You can also track someone and estimate his 3D pose and shape with a text prompt, for example:
384
+
-We also support promptable 3D whole-body mesh recovery. For example, you can also track someone and estimate his 3D pose and shape with a text prompt, for example:
@@ -411,11 +411,4 @@ If you find this project helpful for your research, please consider citing the f
411
411
author={Shilong Liu and Zhaoyang Zeng and Tianhe Ren and Feng Li and Hao Zhang and Jie Yang and Chunyuan Li and Jianwei Yang and Hang Su and Jun Zhu and Lei Zhang},
412
412
year={2023}
413
413
}
414
-
415
-
@article{lin2023one,
416
-
title={One-Stage 3D Whole-Body Mesh Recovery with Component Aware Transformer},
417
-
author={Lin, Jing and Zeng, Ailing and Wang, Haoqian and Zhang, Lei and Li, Yu},
0 commit comments