Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Generate new detection format for Traffic Sensor app #217

Open
sergiopaniego opened this issue Sep 20, 2021 · 0 comments · May be fixed by #218
Open

Generate new detection format for Traffic Sensor app #217

sergiopaniego opened this issue Sep 20, 2021 · 0 comments · May be fixed by #218

Comments

@sergiopaniego
Copy link
Member

Format

5 341 136 19 26 0.984929084777832

class, initial x, initial y, width, height, percentage.

compares to:

<annotation>
	<folder>images</folder>
	<filename>00001.jpg</filename>
	<path>/home/vanejessi/dl-DetectionSuite/DeepLearningSuite/build/Tools/AutoEvaluator/images/00001.jpg</path>
	<source>
		<database>Unknown</database>
	</source>
	<size>
		<width>720</width>
		<height>576</height>
		<depth>3</depth>
	</size>
	<segmented>0</segmented>
	<object>
		<name>van</name>
		<pose>Unspecified</pose>
		<truncated>0</truncated>
		<difficult>0</difficult>
		<bndbox>
			<xmin>343</xmin>
			<ymin>138</ymin>
			<xmax>360</xmax>
			<ymax>162</ymax>
		</bndbox>
	</object>
	<object>
		<name>car</name>
		<pose>Unspecified</pose>
		<truncated>1</truncated>
		<difficult>0</difficult>
		<bndbox>
			<xmin>412</xmin>
			<ymin>502</ymin>
			<xmax>486</xmax>
			<ymax>576</ymax>
		</bndbox>
	</object>
</annotation>
@sergiopaniego sergiopaniego linked a pull request Sep 21, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant