To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.
1.1.0
Chrome 74.0.3729.131(Official Build) on Windows 10
I want to improve PoseNet's accuracy for my application.
Is it easy to add my own dataset and re-train the PoseNet models?
Are scripts for training available?
I have read the following paper but I didn't understand how to train completely.
PersonLab: Person Pose Estimation and Instance Segmentation with a Bottom-Up, Part-Based, Geometric Embedding Model
Hi @take-kuma, there isn't a direct path we provide to re-training PoseNet. As far as I know the original model and training scripts were not open sourced. You could try looking online to see if other people have implemented the model from the paper (I do see a few repos when i search for PersonLab python鈥攂ut I can't vouch for any of them).
@tafsiri, thank you for your advice.
I understand that the official training script is not available to me.
So I'll take a look at other codes as follows:
I'm OK to close this thread.
How can we use the pre-trained PoseNet model to apply transfer learning to the addition of custom set of images because I want to include people using wheelchairs and people using walkers and crutches as well?
Most helpful comment
How can we use the pre-trained PoseNet model to apply transfer learning to the addition of custom set of images because I want to include people using wheelchairs and people using walkers and crutches as well?