Using albumentation's augmentation in tensorflow dataset API is giving this error : Incompatible shapes expected [?,224,224,3] but got [8,1,224,224,3]

前端 未结 0 1208
孤街浪徒
孤街浪徒 2021-01-01 05:25

I am getting this error while trying to augment the images using the albumentations library which uses tf.numpy_function to wrap the python function for augmentation in tens

相关标签:
回答
  • 消灭零回复
提交回复
热议问题