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

speed up the category removal operation #43

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Conversation

xychen9459
Copy link

The original implementation of category removal is very slow when the .json file is very large (such as COCO train2017). I have tried to replace the list comprehensions in remove_cat() with some operations using COCO API.

@ashnair1
Copy link
Owner

ashnair1 commented Mar 23, 2021

Thanks a lot!

@ashnair1 ashnair1 merged commit 46502eb into ashnair1:dev Mar 23, 2021
ashnair1 added a commit that referenced this pull request Mar 23, 2021
Authored-by: Xiaoyu Chen <xychen9459@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants