미해결
[개정판] 딥러닝 컴퓨터 비전 완벽 가이드
mmdetection segmentation 모델로 object detection 학습
mmdetection의 detectoRS로 object detection을 해보고자 하는데 detectoRS(HTC + ResNet-101)는 segmantation에 사용되는 모델이라 config값에 추가적인 값들이 있는 것 같습니다. 이럴 때는 config에서 mask관련 설정은 모두 없애고 학습해야되나요? config를 어떻게 건드려야 할지 잘 모르겠습니다.