DIRNet icon indicating copy to clipboard operation
DIRNet copied to clipboard

Implement the DIRNet for image registration (https://arxiv.org/abs/1704.06065)

Results 1 DIRNet issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- ValueError Traceback (most recent call last) /anaconda3/anaconda3/lib/python3.7/site-packages/tensorflow_core/python/framework/op_def_library.py in _apply_op_helper(self, op_type_name, name, **keywords) 527 as_ref=input_arg.is_ref, --> 528 preferred_dtype=default_dtype) 529 except TypeError as err: /anaconda3/anaconda3/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py in internal_convert_to_tensor(value, dtype, name, as_ref, preferred_dtype,...