posendf's forward function self.model_occ
2019EPWL opened this issue · 4 comments
2019EPWL commented
hi, in the posendf.py there is a dist_pred = self.model_occ(rand_pose.reshape(self.batch_size,84))
, but I can't find the definition of self.model_occ in the repo, could you help with it?
rczDS commented
i've got the similar quetion, in posendf.py:
self.dfnet = DFNet(opt['model']['DFNet']).to(self.device))
dist_pred = self.dfnet(rand_pose_in.reshape(self.batch_size,84))
but in default amass.yaml, "DFNet" is not defined under "model". anybody knows the params?
HospitableHost commented
felix-ky commented
same problem
garvita-tiwari commented
please use the latest commit with updated config file: 4b8f1f0