What is the 'eval' function?
JACKYLUO1991 opened this issue · 1 comments
JACKYLUO1991 commented
model = eval('models.'+cfg.MODEL.NAME+'.get_pose_net')(
cfg, is_train=True
)
badri2304 commented
Hey @JACKYLUO1991, were you able to figure out what the eval function is ?