jerry
jerry
Thanks for your interesting work! I want to get a light model of alphaction, so i want to change the backbone from resnet50 to resnet34. But i found if i...
Thanks for your open source code! I have a question: in the line336-line337 of multitracker.py : self.lost_stracks = sub_stracks(self.lost_stracks, self.removed_stracks) self.removed_stracks.extend(removed_stracks) I think it should first extend removed_stacks then sub_stracks,...
I have one question about the './data_extra/bone_length_npy/hm36s15678_bl_templates.npy'. The shape of ndarry is [5,15]. what's the meaning of it? why the row is 5? Another question, i want to apply PoseAug...