I want to build a classifier Network which could detect cracks in sampes using deep learning,
The Images of a single sample are in a form of a .tiff array where different random prespoectives are present.
The Image array produced by different cameras for a single sample, so there are different perspectives of a single sample and in some of the perspective the crack could be present in some it could not be.
How can build a classifier where the labels for a single sample is not fixed as if a persecpective has a crack then it was been labeled as 0 or otherwise 1.
Any Suggestions ?