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

Bug: Occluded Objects Still Appear In YOLO output! #1253

Closed
AhmadM-DL opened this issue Mar 12, 2020 · 3 comments
Closed

Bug: Occluded Objects Still Appear In YOLO output! #1253

AhmadM-DL opened this issue Mar 12, 2020 · 3 comments

Comments

@AhmadM-DL
Copy link

Hello there,

I have annotated a video using interpolation mode.

I then Exported the task as a dataset for YOLO.

However, objects that have been occluded (totally un-observable) in a certain frame still
appeared in the annotation (bboxes text file) of the corresponding frame.

@AhmadM-DL
Copy link
Author

Can this be resolved using daturamo?

@zhiltsov-max
Copy link
Contributor

zhiltsov-max commented Mar 13, 2020

@AhmadM-DL, yes, you would filter by --filter-mode 'i+a' -e '/item/annotation[occluded="False"]'. Everything else as was described in #1251. Check an example here.

@AhmadM-DL
Copy link
Author

Thanks again @zhiltsov-max.

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

2 participants