Python1 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. 이전 1 다음