Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing7 committed May 6, 2023
1 parent def146b commit f2f2e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- **2023.04.15 :** We merge OSX into [Grounded-SAM](https://github.com/IDEA-Research/Grounded-Segment-Anything) and support promptable 3D whole-body mesh recovery. 🔥
- **2023.04.17 :** We fix bug of rendering in A100/V100 and support yolov5 as a person detector in demo.py. :rocket:
- **2023.05.03 :** UBody-V1 is released. We'll release UBody-V2 later, which have manually annotated bboxes. :man_dancing:

<p align="middle">
<img src="assets/grouned_sam_osx_demo.gif" width="1000">
Expand Down
2 changes: 1 addition & 1 deletion main/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_args():
parser.add_argument('--decoder_setting', type=str, default='wo_face_decoder', choices=['normal', 'wo_face_decoder', 'wo_decoder'])
parser.add_argument('--testset', type=str, default='EHF')
parser.add_argument('--agora_benchmark', action='store_true')
parser.add_argument('--pretrained_model_path', type=str, default='../pretrained_models/osx_l.pth.tar')
parser.add_argument('--pretrained_model_path', type=str, default='../pretrained_models/osx_l_wo_face_decoder.pth.tar')
args = parser.parse_args()

if not args.gpu_ids:
Expand Down

0 comments on commit f2f2e32

Please sign in to comment.