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

anns sorted 코드 #37

Open
JiyouSeo opened this issue Oct 27, 2021 · 2 comments
Open

anns sorted 코드 #37

JiyouSeo opened this issue Oct 27, 2021 · 2 comments
Labels
question Further information is requested

Comments

@JiyouSeo
Copy link
Contributor

anns = sorted(anns, key=lambda idx: len(idx['segmentation'][0]), reverse=True)

이 부분 경재님께서 수정하신
anns = sorted(anns, key=lambda idx : idx['area'], reverse=True)
이 걸로 바꿔야 하지 않나요?

@JiyouSeo JiyouSeo added the question Further information is requested label Oct 27, 2021
@jaehwan-AI
Copy link
Contributor

제 브랜치에 수정해 놓았는데 지금 master 브랜치에도 수정이 필요할까요?

@JiyouSeo
Copy link
Contributor Author

아 그렇다면 재환님 pr을 머지하는게 좋을 것 같습니다 !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants