Jizheng

Results 10 comments of Jizheng

Try to use this function instead `MultiThreadMapData`

@kaldarabsah hi, where did you get the `yolov5.weight`, the link is invalid. TFT

I have tried to run `infer.py` with `lightweight_openpose_resnet50.npz` and set the paremeter like this: ``` model_type ="LightweightOpenpose" model_backbone ="Resnet50" model_name ="default_name" ``` but it comes out: ``` \Hyperpose\lib\site-packages\tensorflow\python\framework\tensor_shape.py", line 1117,...

@bhumikasinghrk Because I am using this model on other datasets (smaller than coco), I retrain the model with randomly initialized weights.

@bhumikasinghrk If you just want to infer picture, try to use `uff` or `onnx`. Try this https://hyperpose.readthedocs.io/en/latest/markdown/quick_start/prediction.html

@bhumikasinghrk try this if you have got the onnx file (this document is written in Chinese. if you have difficulties, let me know) https://www.jianshu.com/p/3a51f7d3357f And change the code for your...

@AndreyStille > Hi. I faced same issue. Have you found the solution to load weights properly? haven't

the same problem as me. Openpose + Resnet18 Loss becomes nan after iteration 1400.

Thx~ I have changed the model successfully for my data and I may arrange the project pull it in my github.

Try to use this https://en.wikipedia.org/wiki/Bundle_adjustment