Closed Gyx-One closed 3 years ago
Thanks a lot for advice! @ganler
Table replaced. checking grammarly.
@Gyx-One Thanks for the hard work. I think there is still some space for us to make it look more like a concrete tutorial.
To make it more concrete, let's:
Also, I'd like to mention some formatting issues regarding your recent PR on documentation.
`" to mark them. e.g.,
vgg19_backbone,
Config.DATA.USERDEF`.
Model.LightweightOpenpose
class for reference.pd_conf_map, pd_paf_map = my_model.forward(input_image[np.newaxis,...])
pd_conf_map,pd_paf_map=my_model.forward(input_image[np.newaxis,...])
You can refer to my last commit on yixiao
branch to see how I made changes on your doc.
1.training tutorial refined.