CaoWGG / CenterNet-CondInst

Instance Segmentation based on CenterNet and CondInst
MIT License
166 stars 27 forks source link

Please upload your opts.py to this repo. #4

Closed RangiLyu closed 5 years ago

RangiLyu commented 5 years ago

Error:

    self.crit_seg = SegLoss2() if opt.last_conv == '3x3conv' else SegLoss()
AttributeError: 'Namespace' object has no attribute 'last_conv'

It seems like you changed opts.py and didn't add this file into this repo. Can you upload it? Thanks.