scutfrank

Results 6 comments of scutfrank

> [@scutfrank](https://github.com/scutfrank) 可以参考配置:https://github.com/alibaba/EasyCV/tree/master/configs/pose/hand 你好,我尝试按照教程去运行: GPUS=1 bash tools/dist_train.sh configs/pose/hand/litehrnet_30_coco_wholebody_hand_256x256.py $GPUS 报错: Traceback (most recent call last): File "tools/train.py", line 27, in from mmcv.runner import init_dist ModuleNotFoundError: No module named 'mmcv.runner' [2025-06-26...

同时,我尝试运行modelscope上的代码: from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks model_id = 'iic/cv_yolox-pai_hand-detection' hand_detection = pipeline(Tasks.domain_specific_object_detection, model=model_id) output = hand_detection('/home/ecs-user/deploy/EasyCV/models/iic/cv_yolox-pai_hand-detection/resources/1.jpg') # the output contains boxes, scores and labels print(output) 报错: Traceback...

> > > [@scutfrank](https://github.com/scutfrank) 可以参考配置:https://github.com/alibaba/EasyCV/tree/master/configs/pose/hand > > > > > > 你好,我尝试按照教程去运行: GPUS=1 bash tools/dist_train.sh configs/pose/hand/litehrnet_30_coco_wholebody_hand_256x256.py $GPUS > > # 报错: > > Traceback (most recent call last): > >...

> > 同时,我尝试运行modelscope上的代码: > > from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks > > model_id = 'iic/cv_yolox-pai_hand-detection' hand_detection = pipeline(Tasks.domain_specific_object_detection, model=model_id) output = hand_detection('/home/ecs-user/deploy/EasyCV/models/iic/cv_yolox-pai_hand-detection/resources/1.jpg') > > # the output...

> 1. 你的 source 音频和 target 音频都是有背景音乐的,歌声转换之前先用音乐分离模型把人声分离出来,这样效果会好很多 请问下有没有比较好的音乐分离模型

> When I use the singing voice conversion function, there is always the problem of the singing voice trembling. I have also ensured that both the sample audio and the...