Volkov Maxim

Results 2 comments of Volkov Maxim

Hi! Thank you for your answer. - `which gcc` and `where gcc` answered me same location is `/usr/bin/gcc`. I don't know about another locations; - 12.2.0 is actual version (check...

Found workaround. Simplified workaround ```python from mmdet.apis import init_detector, inference_detector from mmpose.apis import MMPoseInferencer # Neural networks settings. # Detection. det_config = "cascade-mask-rcnn_s101_fpn_syncbn-backbone+head_ms-1x_coco.py" det_checkpoint = "cascade_mask_rcnn_s101_fpn_syncbn-backbone+head_mstrain_1x_coco_20201005_113243-42607475.pth" # Pose estimation (wholebody)....