Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 537 Bytes

whole_body_detection

dataset:

model:

  • detection part: using faster rcnn and load checkpoints from pretrained model.
  • pose part: using resNet_50 and change input size as 256x256, output size as 64x64. Trained from pretrained model for 17 coco model.
  • more detail see train_model.py