zz
zz
Hey, I am trying to convert it to coreml as well, any progress on your end?
> > Hey, I am trying to convert it to coreml as well, any progress on your end? > > I went to the DSNTNN repo. There was suggested I...
> The bug comes from the path of the mask: > > https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/master/training/datasets/coco_data/COCO_data_pipeline.py#L226-L231 > > And I will fix it now! Thanks so much!
> @Russzheng Hi! > > Typically iOS projects have XXViewController.swift which contains the business logic. > This project has also [JointViewController.swift](https://github.com/tucan9389/PoseEstimation-CoreML/blob/master/PoseEstimation-CoreML/Joint%20View%20Controller/JointViewController.swift). > And check [MLMultiArray+PoseEstimation.swift](https://github.com/tucan9389/PoseEstimation-CoreML/blob/master/PoseEstimation-CoreML/Utilities/MLMultiArray%2BPoseEstimation.swift) which use as post-processor after...
> > Hi @tucan9389, thank you so much for replying, actually we have already been modifying these two files. Our logic is: 1) find the UIImage that represents the skeletons...