boostcampaitech3 / level2-semantic-segmentation-level2-cv-17

[2022.04.25 ~ 2022.05.12] Recycle Trash Semantic Segmentation Competition - 부스트캠프 AI Tech 3기
4 stars 2 forks source link

[fix] inference time visualize with fiftyone #23

Closed Dongwoo-Im closed 2 years ago

Dongwoo-Im commented 2 years ago

What is this PR?

이슈 #4 : class별 mask 시각화가 잘 되지 않던 현상을 수정하기 위한 PR입니다.

Changes

To reviewers

Dongwoo-Im commented 2 years ago

이거 develop branch에 merge하는게 나을까요? 원래는 feat/torch2 branch에 merge하려고 했습니다.

omocomo commented 2 years ago

저는 이 시각화가 torch/mmseg 구분 없이 적용되는 거라 develop branch에 merge 하긴 했어요. 제 생각엔 develop에 하는 게 더 좋을 것 같아요!

baekkr95 commented 2 years ago

fix/fiftyone-infer-vis 브랜치가 기존 feat/torch2에 있는 코드라서, develop이 더 최신 코드가 되는 문제가 생길 것 같긴해요.

Dongwoo-Im commented 2 years ago

네네 그래서 develop branch에서 branch 새로파고 push해두려고 했습니다!

baekkr95 commented 2 years ago

develop에 merge 순서가 torch2 먼저하고 그 다음에 fiftyone-infer-vis가 되면 아무 문제가 없긴하네요 👍