(self)
| 17 | return round(self._width / self._image_width, 6) |
| 18 | |
| 19 | def get_height(self): |
| 20 | return round(self._height / self._image_height, 6) |
| 21 | |
| 22 | def label_data(self): |
| 23 | return "0 " + str(self.get_x()) + " " + str(self.get_y()) + " " + str(self.get_width()) + " " + str( |