ShearDetect - Dataset
收藏资源简介:
<strong>ShearDetect - Dataset</strong> Dataset for training, validation and testing of ShearDetect model published on GitHub ShearDetect - Dataset.zip contains the following: |-----train<br> |-----annotations<br> |-----*.json<br> |-----images<br> |-----*.tif<br> |-----validation<br> |-----annotations<br> |-----*.json<br> |-----images<br> |-----*.tif<br> |-----test<br> |-----annotations<br> |-----*.json<br> |-----images<br> |-----*.tif *.json-files contain the following annotations and infos {<br> "fileID": "<em>fspecimen_name+image_name</em>",<br> "Dataset": "<em>specimen_name</em>",<br> "image": "<em>image_name</em>",<br> "defect": [[x1, y1, x2, y2],], #bounding box of defects as list<br> "specimen": [[x1, y1, x2, y2],]. #bounding box of specimens as list<br> }



