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

[FEAT] query viz func add #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[FEAT] query viz func add #63

wants to merge 1 commit into from

Conversation

JiyouSeo
Copy link
Contributor

@JiyouSeo JiyouSeo commented Oct 5, 2021

query마다 visualize하는 부분이 재활용되는 것 같아서 이 부분을 함수로 추가해보았습니다.
또한, #40에서 이야기 나왔던 image 단위로 출력하는 부분을 작성하려했으나, 어려움이 있어서 다른 분들이 도움 주셨으면 좋겠습니다.

@JiyouSeo JiyouSeo added enhancement New feature or request help wanted Extra attention is needed labels Oct 5, 2021
"def query_viz(query, n_rows, n_cols, image_mode = False):\n",
" items = [set() for _ in range(n_cols)]\n",
" if image_mode:\n",
" # image mode\n",
Copy link
Contributor

@jaehwan-AI jaehwan-AI Oct 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분이 에러가 있는데 if문의 실행이 정의되어 있지 않습니다.
의도하신 부분일까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저 부분이 image 단위로 출력하는 부분인데, 구현에 어려움이 있어서 도움을 요청하였습니다 ~

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

도움을 요청한 부분이었군요. 확인해보겠습니다

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네, 감사합니다!

@ppskj178
Copy link
Contributor

ppskj178 commented Oct 5, 2021

이런 글은 issue가 맞는거같습니다.
다음부터 아래 이미지 참고하셔서 이슈로 작성 부탁드려요.

image

저는 백신맞으러가서 당장은 못봐드릴거같습니다...

@jaehwan-AI
Copy link
Contributor

jaehwan-AI commented Oct 5, 2021

@ppskj178 주피터 파일은 +를 누르면 바로 저렇게 열리고 해당 이미지처럼 되지 않는데 다른 방법이 있는걸까요?
원래는 issue로 빼려고 했는데 방법이 없어서 일단 적은 것이긴 합니다.

@ppskj178
Copy link
Contributor

ppskj178 commented Oct 5, 2021

주피터 파일을 보는중에 해당 버튼을 눌러서 코드형태로 출력하고 동일하게 진행할 수는 있는데
여간 불편하네요..... (확인해보니까 해당코드는 이렇게도 안되네요... 무슨 규칙인건지...)
image

그냥 이슈를 수동으로 등록하고 아래처럼 링크 걸고 코드일부를 복붙해오는방식도 좋아보입니다.
https://github.com/boostcampaitech2/object-detection-level2-cv-06/blob/viewer/utils/viewer.ipynb

@jaehwan-AI
Copy link
Contributor

네 앞으로는 그렇게 진행해야겠네요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants