ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor

Home Page:https://star.is.tue.mpg.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of betas is hard-coded to 10

neoglez opened this issue · comments

The number of betas is hard-coded to 10 in

shapedirs = self.shapedirs.view(-1, 10)[None, :].expand(batch_size, -1, -1)

This is a problem because if you want to use the full published 300 shapes blandshapes torch throws the error

invalid argument 6: wrong matrix size at...