Hi there. An error occurred when running the project
AttributeError: 'CenterDirGroundtruth' object has no attribute 'MAX_OFFSET'
I double checked the code, found that MAX_OFFSET below is indeed not set. Could be a bug?
|
torch.log10(centerdir_gt[0][:,0] * self.MAX_OFFSET + 1), |
Hi there. An error occurred when running the project
I double checked the code, found that MAX_OFFSET below is indeed not set. Could be a bug?
CeDiRNet/src/models/center_groundtruth.py
Line 163 in da3bdfd