-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LAB-3380): Correct vertices calculation for each type of export +…
… creation of units tests
- Loading branch information
Sihem Tchabi
authored and
Sihem Tchabi
committed
Jan 15, 2025
1 parent
e4ffc8f
commit 3b386a6
Showing
9 changed files
with
393 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
tests/unit/services/export/expected/car_1_with_0_rotation.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" ?> | ||
<annotation> | ||
<folder/> | ||
<filename>car_1.xml</filename> | ||
<path/> | ||
<source> | ||
<database>Kili Technology</database> | ||
</source> | ||
<size> | ||
<width>1920</width> | ||
<height>1080</height> | ||
<depth>3</depth> | ||
</size> | ||
<segmented/> | ||
<object> | ||
<name>OBJECT_A</name> | ||
<job_name>JOB_0</job_name> | ||
<pose>Unspecified</pose> | ||
<truncated>0</truncated> | ||
<difficult>0</difficult> | ||
<occluded>0</occluded> | ||
<bndbox> | ||
<xmin>150</xmin> | ||
<xmax>651</xmax> | ||
<ymin>102</ymin> | ||
<ymax>513</ymax> | ||
</bndbox> | ||
</object> | ||
</annotation> |
Oops, something went wrong.