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

It dumps occluded objects when data is generated in YOLO format #994

Closed
sadeqbillah opened this issue Dec 21, 2019 · 3 comments · Fixed by #1053
Closed

It dumps occluded objects when data is generated in YOLO format #994

sadeqbillah opened this issue Dec 21, 2019 · 3 comments · Fixed by #1053
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sadeqbillah
Copy link

HI,

We have used this tool for a project and got the scariest output ever with YOLO Framework.

Later we checked the generated dataset text files. When we set some object as occluded, this should be in the YOLO annotation files, but the tool does it somehow. At this moment I am not allowed to share the proprietary data and the annotations. But you can reproduce the issue with only 2 or 3 frames easily.

Reproduction Path:

  1. Annotate a frame
  2. Set the object as occluded
  3. Dump in YOLO Format

Later I downloaded in another format and curated the dataset with some scripts and considered the IsOccluded field to avoid dumping the object in the annotation file.

However, overall this tool is quite amazing and have better prospect from other candidates as it directly comes from the OpenCV ecosystem. So we can rely on it.

I hope my observation will help you make this tool better and we can rely on it without any doubts.

I appreciate your good work. Please keep it up.

Meer

@nmanovic
Copy link
Contributor

@sadeqbillah , thank for the report. We will look in the problem. If you can send us a PR to fix the issue it will be awesome.

@nmanovic nmanovic added this to To do in Dataset framework (Datumaro) via automation Dec 23, 2019
@nmanovic nmanovic added this to the 1.0.0 - Beta milestone Dec 23, 2019
@zhiltsov-max
Copy link
Contributor

@sadeqbillah, hi, how would you like to see the export work with (partially-)occluded objects?

@HagegeR
Copy link

HagegeR commented Dec 23, 2019

@zhiltsov-max I'm thinking that this should be an option, regardless of the format: sometimes you would want to use occluded on some networks (that tracks probably), and don't on others.

@nmanovic nmanovic added the enhancement New feature or request label Jan 9, 2020
Dataset framework (Datumaro) automation moved this from To do to Done Jan 14, 2020
@nmanovic nmanovic mentioned this issue Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

4 participants