personlab-tf icon indicating copy to clipboard operation
personlab-tf copied to clipboard

implementation of PersonLab(https://arxiv.org/abs/1803.08225) using TF-slim

Results 6 personlab-tf issues
Sort by recently updated
recently updated
newest added

Hi Very cool project! Unfortunately, there is no license file. Could you upload one please? Thanks Stef

Hello~Would you mind giving the performance of the model? I have done some demos based on the model which I train from the pre-train model you provide, however, it isn't...

I downloaded the repo, went to all the steps of the setup notebook and while executing the example notebook I get an issue running the training: `INFO:tensorflow:Error reported to Coordinator:...

First, thanks for detailed description of training steps. I trained the model for a few epochs. My final goal is to obtain tflite model. So, I converted the ckpt model...

The coco dataset person_keypoint_val_2017.json contains 5000 images but only 2693 are returned fro the CocoDataGenerator. Anyone has the same issue or am I wrong about this?

Hi, I am learning your code, but I find the code in `personlab/keypoint.py` and `personlab/display.py` are particularly hard to understand, may we have some comments on these code pieces?