Skip to content

Commit

Permalink
Merge pull request #8 from shashwat1998/master
Browse files Browse the repository at this point in the history
Fix issue #7
  • Loading branch information
isabek authored Jul 3, 2020
2 parents fd1d90c + 19938a6 commit 53f2427
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Input xml file.
```
Output text file.
```text
4 0.052083 0.185185 0.026042 0.018519
5 0.052083 0.185185 0.026042 0.018519
```

### Motivation
Expand Down
2 changes: 1 addition & 1 deletion out/image-0000001.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4 0.272917 0.578241 0.203125 0.347222
4 0.595052 0.512963 0.186979 0.331481
2 0.595052 0.512963 0.186979 0.331481
4 changes: 2 additions & 2 deletions out/image-0000003.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4 0.262760 0.639352 0.209896 0.358333
4 0.597656 0.568519 0.193229 0.344444
0 0.262760 0.639352 0.209896 0.358333
5 0.597656 0.568519 0.193229 0.344444
4 changes: 2 additions & 2 deletions out/image-0000005.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4 0.242969 0.758796 0.223438 0.393519
4 0.601823 0.675000 0.207813 0.368519
1 0.242969 0.758796 0.223438 0.393519
3 0.601823 0.675000 0.207813 0.368519
2 changes: 1 addition & 1 deletion out/image-0000016.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4 0.052083 0.185185 0.026042 0.018519
5 0.052083 0.185185 0.026042 0.018519
4 changes: 2 additions & 2 deletions xml/image-0000001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</size>
<segmented>0</segmented>
<object>
<name>sedan</name>
<name>minibus</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
Expand All @@ -19,7 +19,7 @@
</bndbox>
</object>
<object>
<name>sedan</name>
<name>auto</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
Expand Down
2 changes: 1 addition & 1 deletion xml/image-0000003.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</size>
<segmented>0</segmented>
<object>
<name>sedan</name>
<name>bus</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
Expand Down
4 changes: 2 additions & 2 deletions xml/image-0000005.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</size>
<segmented>0</segmented>
<object>
<name>sedan</name>
<name>minivan</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
Expand All @@ -19,7 +19,7 @@
</bndbox>
</object>
<object>
<name>sedan</name>
<name>truck</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
Expand Down

0 comments on commit 53f2427

Please sign in to comment.