ilovepose/fast-human-pose-estimation.pytorch

What is the 'eval' function?

JACKYLUO1991 opened this issue · 1 comments

model = eval('models.'+cfg.MODEL.NAME+'.get_pose_net')(
    cfg, is_train=True
)

Hey @JACKYLUO1991, were you able to figure out what the eval function is ?