Yongtao Ge
Yongtao Ge
Could mmhuman3d provide an interface for evaluation on the agora dataset?
https://github.com/Arthur151/ROMP/blob/5fb833d15d11f94b2f62d9c65619eedc85c40d3f/romp/lib/dataset/preprocess/h36m_extract_frames.py#L19 https://github.com/Arthur151/ROMP/blob/5fb833d15d11f94b2f62d9c65619eedc85c40d3f/romp/lib/dataset/preprocess/h36m_extract_frames.py#L33
``` backbone.bottom_up.stem.conv1.weight backbone.bottom_up.res2.0.shortcut.weight backbone.bottom_up.res2.0.conv1.weight backbone.bottom_up.res2.0.conv2.weight backbone.bottom_up.res2.0.conv3.weight backbone.bottom_up.res2.1.conv1.weight backbone.bottom_up.res2.1.conv2.weight backbone.bottom_up.res2.1.conv3.weight backbone.bottom_up.res2.2.conv1.weight backbone.bottom_up.res2.2.conv2.weight backbone.bottom_up.res2.2.conv3.weight head.head_series.5.self_attn.in_proj_weight head.head_series.5.self_attn.in_proj_bias head.head_series.5.self_attn.out_proj.weight head.head_series.5.self_attn.out_proj.bias head.head_series.5.inst_interact.dynamic_layer.weight head.head_series.5.inst_interact.dynamic_layer.bias head.head_series.5.inst_interact.norm1.weight head.head_series.5.inst_interact.norm1.bias head.head_series.5.inst_interact.norm2.weight head.head_series.5.inst_interact.norm2.bias head.head_series.5.inst_interact.out_layer.weight head.head_series.5.inst_interact.out_layer.bias head.head_series.5.inst_interact.norm3.weight head.head_series.5.inst_interact.norm3.bias head.head_series.5.linear1.weight head.head_series.5.linear1.bias head.head_series.5.linear2.weight head.head_series.5.linear2.bias...
Really nice work! Have you found the reason why beam search fail in dgl transformer?
It is appreciated if this repository could provide a bit more config files like SD 1.5 and ControlNet.
hi, authors. Thanks for great work! Will you release the training code for this work
Hi, thanks for your great work. I wondered if you plan to open source the training data. Sharing it could benefit the community.
When creating betas with different shape coefficients, the printed logs would appear frequently upon the forward function is called. This PR allows users to ignore these warnings by setting different...