연구/MMDetection2 MMDetection 공부하기 config_file과 checkpoint_file은 MMDetection 문서에 Get Start 부분에서 다운 받으면 됨 참고로 python 파일은 mmdetection 폴더에 생성했습니다. 데모에 있는 이미지를 inference 후 print 해본 것 # 간략하게 print(result)만 해보는 Tutorial from mmdet.apis import init_detector, inference_detector config_file = 'rtmdet_tiny_8xb32-300e_coco.py' checkpoint_file = 'rtmdet_tiny_8xb32-300e_coco_20220902_112414-78e30dcc.pth' img = 'demo/demo.jpg' model = init_det.. 2024. 3. 7. MMDetection mim install "mmcv>=2.0.0" 설치 중 에러 떴을 시.. 위에와 같은 에러가 뜨는데 그랬을 땐 다음과 같이 입력해보자.. pip install torch==2.0.0 torchvision==0.15.1 설치가 잘 되었다.. 참고한 사이트: https://github.com/open-mmlab/mmcv/issues/2938 [Bug] Could not build wheels for mmcv, which is required to install pyproject.toml-based projects · Issue #2938 · open-mmlab/m Prerequisite I have searched Issues and Discussions but cannot get the expected help. The bug has not been fixed in the la.. 2024. 3. 6. 이전 1 다음