Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boudingbox no detect #12

Open
fredcrodrigues opened this issue Jun 1, 2021 · 3 comments
Open

boudingbox no detect #12

fredcrodrigues opened this issue Jun 1, 2021 · 3 comments

Comments

@fredcrodrigues
Copy link

fredcrodrigues commented Jun 1, 2021

I trained the network in 100 times and the model was generated perfectly, but during the tests the boundign boxes were not detected

@jahongir7174
Copy link
Owner

sorry for the late answer, can you share your dataset sample including image and label

@408927623
Copy link

408927623 commented Jul 5, 2021

Hello,I also have this problem,my annotations are just like this。

<folder>head_detect_lab_data</folder>

<filename>1543.jpg</filename>

<path>F:\image_data\head_detect_lab_data\1543.jpg</path>

<source>

	<database>Unknown</database>

</source>

<size>

	<width>512</width>

	<height>512</height>

	<depth>3</depth>

</size>

<segmented>0</segmented>

<object>

	<name>person</name>

	<pose>Unspecified</pose>

	<truncated>0</truncated>

	<difficult>0</difficult>

	<bndbox>

		<xmin>335</xmin>

		<ymin>309</ymin>

		<xmax>357</xmax>

		<ymax>327</ymax>

	</bndbox>

</object>

#############################################################
the train.txt is just like this
0
1
10
100
11
12
13
14
15
16
17
18
19
2
20
22
23
24
26
27

@jahongir7174
Copy link
Owner

I might suggest original YOLOv5 for getting a better result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants