hhwer

Results 4 issues of hhwer

Maybe the transform.centercrop(224) should be remove when MultiCropEnsemble is chosen to use.

It looks like that if want to run DataMiner.sh someone need to create a folder named data in the same path first.

看了下相关的数据,主要是solver的部分,感觉质量比想象的低,(主要是存在不能正确生成command,command不反悔结果这两类问题)不像是人为写的,方便说下这块数据是怎么生成的吗? 另外什么时候会放出带plugin功能的code呢

In file “AlphaPose/tree/master/scripts/demo_api.py” line 255-line 258,the operation on tensors takes a long time when there are many person. ``` pose_coords.append(torch.from_numpy(pose_coord).unsqueeze(0)) pose_scores.append(torch.from_numpy(pose_score).unsqueeze(0)) preds_img = torch.cat(pose_coords) preds_scores = torch.cat(pose_scores) ``` Just keep...