rwightman / posenet-pytorch

A PyTorch port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
Apache License 2.0
307 stars 99 forks source link

Add ResNet50 backbone #2

Open rwightman opened 5 years ago

rwightman commented 5 years ago

As per https://github.com/tensorflow/tfjs-models/pull/199

gzchenjiajun commented 5 years ago

How does the weight of tensorflow.js translate and adapt to this code? thank you very much! @rwightman

1220deeplearner commented 4 years ago

How can I train my own model on COCO dataset? Is it possible in PyTorch implementation?

rwightman commented 4 years ago

@1220deeplearner See #8