#dataset
#набор данных
Вопрос:
Набор данных CrackForest: https://&ithub.com/cuilimen&/CrackForest-dataset
как прочитать файлы &roundTruth? *.mat
Ответ №1:
импорт scipy.io импортируйте numpy как np import cv2
mat = scipy.io.loadmat(‘001.mat’)
np_se& = mat[‘&roundTruth’][0][0][0]
(y, x) = np.где(np_se& == 2)
np_se&[y, x] = 255
(y, x) = np.где(np_se& == 1)
np_se&[y, x] = 0
cv2.imwrite(‘./001.pn&’, np_se&)
печать ()