Haohao Xu
Results
2
issues of
Haohao Xu
In train_c_controlnet.py, why the parameters of the generator model need to calculate the gradient when training the control net, and only the parameters of the control net are set in...
In LEGO_3D.py. mask = imageio.read(mask) mask = cv2.resize(x, (self.size, self.size), interpolation=cv2.INTER_AREA) Are you sure it's not "mask = cv2.resize(**mask**, (self.size, self.size), interpolation=cv2.INTER_AREA)"?