MindPose is an open-source MindSpore-based pose estimation toolbox. It collects a series of classical and SoTA vision models, such as HRNet, and their pre-trained weights and training strategies. Key Features Ease of use. MindPose breaks down the vision framework into various configurable components. Use MindPose to easily customize your data pipelines, models and learning pipelines: >>> import mindpose # create model >>> network = mindpose . create_network ( backbone_name=”resnet50″ , head_name = “simple_baseline_head” ) most… |
#Pose #Estimation #Toolbox #MindPose