AliaksandrSiarohin / motion-cosegmentation

Reference code for "Motion-supervised Co-Part Segmentation" paper
Other
653 stars 142 forks source link

Not sure what to make of this #64

Closed xana7har closed 5 months ago

xana7har commented 1 year ago

in load_checkpoints segmentation_module = SegmentationModule(config['model_params']['segmentation_module_params'] TypeError: unsupported operand type(s) for or pow(): 'dict' and 'dict'

reconstruction_module = PartSwapGenerator(blend_scale=blend_scale, first_order_motion_model=first_order_motion_model, **config['model_params']['reconstruction_module_params'], **config['model_params']['common_params'])