-
Notifications
You must be signed in to change notification settings - Fork 16
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
Tutorial-Book/chapters/object-detection/Ch5-Faster-R-CNN #100
Comments
안녕하세요 좋은 글 감사드립니다. 다름이 아니라 혹시 이 모델을 활용해서 새로운 데이터(이미지)의 mask detection을 하려면 혹시 어떤 방식으로 진행하면 될까요? |
안녕하세요 @chush25 님. 5.6절에 나와 있는 |
답변 감사드립니다! 추가적으로 질문을 드리고 싶은데, 앞에 데이터 전처리 과정에서 data augmentation을 수행하였지만, RetinaNet과 Faster R-CNN같은 경우 data augmentation 작업을 진행하지 않은 것으로 보이는데 혹시 이유가 있을까요?? |
별다른 이유는 없습니다! 필요에 따라 augmentation 과정을 추가하여 모델 성능이 올라가는지 비교해보셔도 좋을 것 같습니다! |
안녕하세요. 좋은 글 잘 봤습니다. |
안녕하세요 글 너무 잘봤습니다. |
@jinbilly
gpu에 할당된 텐서를 cpu로 바꾸지 않아 발생하는 에러라고 합니다. [ref] 처음에는 prediction을 출력할때만 에러가 나는게 이상했지만, ground truth를 plot할 때와 달리 prediction값은 gpu연산을 거치기 때문에 에러가 발생하는 것 같습니다. |
안녕하세요 혹시 test set에 대하여 model의 accuracy를 계산하려면 어떻게 코드를 구현할 수 있는지 조언해주실 수 있는 분 계신다면 조언 부탁드립니다. |
↑ 제 경우에는 다음과 같이 구현했는데 혹시 잘못된 부분이 있는지 알고 싶습니다! 늘 좋은글 감사합니다! with torch.no_grad():
print('accuracy: '+str(same/len_)) |
↑ 앗, AP 이해했습니다. 위에 댓글들 삭제하셔도 괜찮습니다! |
혹시 loss값만 추출하셨는데 정확도는 어떻게 산출하나요? |
5. Faster R-CNN — PseudoLab Tutorial Book
https://pseudo-lab.github.io/Tutorial-Book/chapters/object-detection/Ch5-Faster-R-CNN.html
The text was updated successfully, but these errors were encountered: