Ilya Zaychuk

Results 10 comments of Ilya Zaychuk

Thank you! After some tests, betas can be converted from 10 to 11 by `.reshape(11).` P.s. But it's not possible to convert from 11 to 10 (unless last one is...

> Hi, I could anwser the first 2 questions. For Concern1, yes, single image is possible, just need it to take it as a single-frame sequence, a more straightforward and...

@Wei-Chen-hub, could you also share: `bp = self.kps_body_part[body_part]` in `def _keypoints_to_scaled_bbox_bfh()`

@Gofinge, any updates? I am also trying to solve it.

@SomnusKKK , Have you found any solutions? Could you share, please

@Gofinge, thank you for your response. Congratulates with your last research! I also have same issue. Is it possible to get 2D feature map (non 1D using mean function as...

@Gofinge B is batch size, N - dynamic size from encoder (cls_mode=True) after slicing the feature map by offset ranges. So main idea is to convert encoder feature [N, 512]...