AlphaPose
AlphaPose copied to clipboard
Change backbone to mobilenetv3
Hello @Fang-Haoshu @HaoyiZhu, I have tried to update the torchvision and using mobilenet to train alphapose, bu I got error like this
I change file alphpapose/models/fastpose.py
at line 29 to self.preact = eval(f"tm.mobilenetv3_large()")
and 34 x = eval(f"tm.mobilenetv3_large()")
Could you help me? Thank you in advance
Could you help me with this problem please? @Fang-Haoshu @HaoyiZhu @Jeff-sjtu
I'm not familiar with mobilenet, but it seems the dim of input to pixel_shuffle is wrong. Could you print it's shape out?