Tango Spacecraft Wireframe Dataset Model for Line Segments Detection
收藏资源简介:
<strong>General Description:</strong> The "<em>Tango Spacecraft Wireframe Dataset Model for Line Segments Detection</em>" dataset here published should be used for line detection and segmentation tasks. It is split into 30002 train images and 3002 test images representing the Tango spacecraft from Prisma mission, being the only publicly available dataset of synthetic space-borne images tailored to line detection tasks (up to our knowledge). The label of each image gives the reprojection of a simplified wireframe model of Tango on the image plane split into lines. The labels are written following the Wireframe Model format. The "<em>Tango Spacecraft Wireframe Dataset Model for Line Segments Detection</em>" is also the largest dataset with wireframe annotations available up to date. More information on the dataset split and on the label format are reported below. <strong>Images Information:</strong> The dataset comprises 30002 synthetic grayscale images of Tango spacecraft from Prisma mission that serves as train set, while the test set is formed by 3002 synthetic grayscale images of Tango spacecraft from Prisma mission in PNG format. About 1/6 of the images both in the train and in the test set have a non-black background, obtained by rendering an Earth-like model in the raytracing process used to define the images reported. The images have different resolutions in pixels and are noise-free to increase the flexibility of the dataset. The illumination direction of the spacecraft in the scene is uniformly distributed in the 3D space in agreement with the Sun position constraints. <br> <strong>Labels Information:</strong> Labels in the Wireframe dataset format are here provided in separated JSON files. The files are formatted per each image as in the following example: width : 98 # width in pixels (int) of the current image height : 176 # height in pixels (int) of the current image lines : [[line1], [line2], ..., [lineN]] # list of lines in each image filename : tango_img_866.png # string with image name and format Per each line (line1, ... , lineN) in lines, the format is [x0, y0, x1, y1]. (x0, y0) are the coordinates (float) of the line starting point in the image reference frame (x pointing right and y pointing down with origin located in the top-left corner of the image).<br> (X1, y1) are the coordinates (float) of the line ending point in the image reference frame (x pointing right and y pointing down with origin located in the top-left corner of the image). Note that the starting point is assumed to be the left-most endpoint (lower x coordinate in image reference frame) of each line. In the case of vertical lines, the starting point is the upper-most endpoint (lower y coordinate in image reference frame) of each line.



