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

Matlab YOLO2 sample output #38

Open
Lauenburg opened this issue Jan 5, 2021 · 2 comments
Open

Matlab YOLO2 sample output #38

Lauenburg opened this issue Jan 5, 2021 · 2 comments

Comments

@Lauenburg
Copy link

Lauenburg commented Jan 5, 2021

What?
Can you please provide a sample file or even a meta description of a 2D object bounding box txt file?

Why?
I would like to run the mono example online using my own 2D object bounding box txt files.
But as I do not have Matlab I can not figure out what format a file /mats/filter_match_2d_boxes_txts/<frame_index_c>__yolo2_0.2.txt should have.

@Lauenburg
Copy link
Author

Lauenburg commented Jan 5, 2021

Ok, I think I figured out the data format:

class_name(1), bounding_box(2-5), confidence_score(6)

  • The confidence score is not necessary as it is currently hardcoded to one.
  • The bounding box is represented as follows: left_x(1), top_y(2), obj_width(3), obj_height(4)

Is that correct?

@ghost
Copy link

ghost commented Jul 20, 2021

Did you solve this issue?

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

1 participant