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

Quesiton about required file structure #21

Open
JFMeyer2k opened this issue Aug 30, 2024 · 0 comments
Open

Quesiton about required file structure #21

JFMeyer2k opened this issue Aug 30, 2024 · 0 comments

Comments

@JFMeyer2k
Copy link

Imagine I have a video I would like to work with, and there are 5 labels = {1,2,3,4,5}

The structure I would need to pass to det_dir, should be structured like this:

video_name
-test
--1
---frame_001.txt
---frame_002.txt
---frame_003.txt
--2
---frame_001.txt
---frame_003.txt
--3
---frame_005.txt
---frame_006.txt
---frame_007.txt
--4
--5
-val
--1
--2
--3
--4
--5

In my case, only some labels appear on all images, and the frames can contain any label at any time.
I looked at #5, and the content of one file seems to be structured as:

frame_number,x1,y2,x2,y2,confidence_score

are my assumptions correct?

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