-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Description
bvc159487
opened 2 minutes ago
在部署使用grounded_sam_osx_demo.py的过程中,出现了如下问题:
Traceback (most recent call last):
File "E:\DP\Grounded-Segment-Anything\grounded_sam_osx_demo.py", line 26, in
from groundedsamosx.osx import get_model
File "E:\DP\Grounded-Segment-Anything\groundedsamosx\osx.py", line 4, in
from nets.module import PositionNet, HandRotationNet, FaceRegressor, BoxNet, HandRoI, BodyRotationNet
File "E:\DP\Grounded-Segment-Anything\groundedsamosx\nets\module.py", line 6, in
from groundedsamosx.utils.human_models import smpl_x
File "E:\DP\Grounded-Segment-Anything\groundedsamosx\utils\human_models.py", line 238, in
smpl_x = SMPLX()
File "E:\DP\Grounded-Segment-Anything\groundedsamosx\utils\human_models.py", line 12, in init
self.layer = {'neutral': smplx.create(cfg.human_model_path, 'smplx', gender='NEUTRAL', use_pca=False, use_face_contour=True, **self.layer_arg),
File "E:\DP\Grounded-Segment-Anything\groundedsamosx\utils\smplx\smplx\body_models.py", line 2328, in create
raise ValueError(f'Unknown model type {model_type}, exiting!')
ValueError: Unknown model type human, exiting!
问题是human未知,这里是自行下载的grounded_sam_osx,再使用时内部文件跳转时出现未安装情况,故这里使用的groundedsamosx,所以想问是否其他伙伴遇到了相似问题,请指教,感谢!!!