Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mmpose.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686466641.038960/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mmpose.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-mmpose-1.0.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mmpose.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686466641.038960/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mmpose.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-mmpose-1.0.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mmpose.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686466641.038960/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mmpose.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6JfLFW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mmpose-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/mmpose-1.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mmpose-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zvqqLU + umask 022 + cd /builddir/build/BUILD + cd mmpose-1.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/mmpose copying mmpose/registry.py -> build/lib/mmpose copying mmpose/version.py -> build/lib/mmpose copying mmpose/__init__.py -> build/lib/mmpose creating build/lib/mmpose/datasets copying mmpose/datasets/builder.py -> build/lib/mmpose/datasets copying mmpose/datasets/dataset_wrappers.py -> build/lib/mmpose/datasets copying mmpose/datasets/samplers.py -> build/lib/mmpose/datasets copying mmpose/datasets/__init__.py -> build/lib/mmpose/datasets creating build/lib/mmpose/testing copying mmpose/testing/_utils.py -> build/lib/mmpose/testing copying mmpose/testing/__init__.py -> build/lib/mmpose/testing creating build/lib/mmpose/structures copying mmpose/structures/pose_data_sample.py -> build/lib/mmpose/structures copying mmpose/structures/utils.py -> build/lib/mmpose/structures copying mmpose/structures/__init__.py -> build/lib/mmpose/structures copying mmpose/structures/multilevel_pixel_data.py -> build/lib/mmpose/structures creating build/lib/mmpose/engine copying mmpose/engine/__init__.py -> build/lib/mmpose/engine creating build/lib/mmpose/evaluation copying mmpose/evaluation/__init__.py -> build/lib/mmpose/evaluation creating build/lib/mmpose/models copying mmpose/models/builder.py -> build/lib/mmpose/models copying mmpose/models/__init__.py -> build/lib/mmpose/models creating build/lib/mmpose/utils copying mmpose/utils/setup_env.py -> build/lib/mmpose/utils copying mmpose/utils/hooks.py -> build/lib/mmpose/utils copying mmpose/utils/collect_env.py -> build/lib/mmpose/utils copying mmpose/utils/camera.py -> build/lib/mmpose/utils copying mmpose/utils/logger.py -> build/lib/mmpose/utils copying mmpose/utils/config_utils.py -> build/lib/mmpose/utils copying mmpose/utils/typing.py -> build/lib/mmpose/utils copying mmpose/utils/__init__.py -> build/lib/mmpose/utils copying mmpose/utils/tensor_utils.py -> build/lib/mmpose/utils copying mmpose/utils/timer.py -> build/lib/mmpose/utils creating build/lib/mmpose/visualization copying mmpose/visualization/simcc_vis.py -> build/lib/mmpose/visualization copying mmpose/visualization/local_visualizer.py -> build/lib/mmpose/visualization copying mmpose/visualization/__init__.py -> build/lib/mmpose/visualization creating build/lib/mmpose/codecs copying mmpose/codecs/base.py -> build/lib/mmpose/codecs copying mmpose/codecs/simcc_label.py -> build/lib/mmpose/codecs copying mmpose/codecs/associative_embedding.py -> build/lib/mmpose/codecs copying mmpose/codecs/regression_label.py -> build/lib/mmpose/codecs copying mmpose/codecs/megvii_heatmap.py -> build/lib/mmpose/codecs copying mmpose/codecs/udp_heatmap.py -> build/lib/mmpose/codecs copying mmpose/codecs/integral_regression_label.py -> build/lib/mmpose/codecs copying mmpose/codecs/__init__.py -> build/lib/mmpose/codecs copying mmpose/codecs/decoupled_heatmap.py -> build/lib/mmpose/codecs copying mmpose/codecs/msra_heatmap.py -> build/lib/mmpose/codecs copying mmpose/codecs/spr.py -> build/lib/mmpose/codecs creating build/lib/mmpose/apis copying mmpose/apis/inference.py -> build/lib/mmpose/apis copying mmpose/apis/__init__.py -> build/lib/mmpose/apis creating build/lib/mmpose/datasets/datasets copying mmpose/datasets/datasets/utils.py -> build/lib/mmpose/datasets/datasets copying mmpose/datasets/datasets/__init__.py -> build/lib/mmpose/datasets/datasets creating build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/converting.py -> build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/topdown_transforms.py -> build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/loading.py -> build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/formatting.py -> build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/common_transforms.py -> build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/bottomup_transforms.py -> build/lib/mmpose/datasets/transforms copying mmpose/datasets/transforms/__init__.py -> build/lib/mmpose/datasets/transforms creating build/lib/mmpose/datasets/datasets/fashion copying mmpose/datasets/datasets/fashion/__init__.py -> build/lib/mmpose/datasets/datasets/fashion copying mmpose/datasets/datasets/fashion/deepfashion_dataset.py -> build/lib/mmpose/datasets/datasets/fashion creating build/lib/mmpose/datasets/datasets/wholebody copying mmpose/datasets/datasets/wholebody/coco_wholebody_dataset.py -> build/lib/mmpose/datasets/datasets/wholebody copying mmpose/datasets/datasets/wholebody/halpe_dataset.py -> build/lib/mmpose/datasets/datasets/wholebody copying mmpose/datasets/datasets/wholebody/__init__.py -> build/lib/mmpose/datasets/datasets/wholebody creating build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/ochuman_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/mpii_trb_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/coco_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/mpii_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/posetrack18_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/jhmdb_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/crowdpose_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/posetrack18_video_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/__init__.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/mhp_dataset.py -> build/lib/mmpose/datasets/datasets/body copying mmpose/datasets/datasets/body/aic_dataset.py -> build/lib/mmpose/datasets/datasets/body creating build/lib/mmpose/datasets/datasets/face copying mmpose/datasets/datasets/face/cofw_dataset.py -> build/lib/mmpose/datasets/datasets/face copying mmpose/datasets/datasets/face/coco_wholebody_face_dataset.py -> build/lib/mmpose/datasets/datasets/face copying mmpose/datasets/datasets/face/__init__.py -> build/lib/mmpose/datasets/datasets/face copying mmpose/datasets/datasets/face/face_300w_dataset.py -> build/lib/mmpose/datasets/datasets/face copying mmpose/datasets/datasets/face/aflw_dataset.py -> build/lib/mmpose/datasets/datasets/face copying mmpose/datasets/datasets/face/wflw_dataset.py -> build/lib/mmpose/datasets/datasets/face creating build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/atrw_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/fly_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/locust_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/zebra_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/animalpose_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/ap10k_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/__init__.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/macaque_dataset.py -> build/lib/mmpose/datasets/datasets/animal copying mmpose/datasets/datasets/animal/horse10_dataset.py -> build/lib/mmpose/datasets/datasets/animal creating build/lib/mmpose/datasets/datasets/base copying mmpose/datasets/datasets/base/base_coco_style_dataset.py -> build/lib/mmpose/datasets/datasets/base copying mmpose/datasets/datasets/base/__init__.py -> build/lib/mmpose/datasets/datasets/base creating build/lib/mmpose/datasets/datasets/hand copying mmpose/datasets/datasets/hand/freihand_dataset.py -> build/lib/mmpose/datasets/datasets/hand copying mmpose/datasets/datasets/hand/panoptic_hand2d_dataset.py -> build/lib/mmpose/datasets/datasets/hand copying mmpose/datasets/datasets/hand/onehand10k_dataset.py -> build/lib/mmpose/datasets/datasets/hand copying mmpose/datasets/datasets/hand/__init__.py -> build/lib/mmpose/datasets/datasets/hand copying mmpose/datasets/datasets/hand/coco_wholebody_hand_dataset.py -> build/lib/mmpose/datasets/datasets/hand copying mmpose/datasets/datasets/hand/rhd2d_dataset.py -> build/lib/mmpose/datasets/datasets/hand creating build/lib/mmpose/structures/keypoint copying mmpose/structures/keypoint/__init__.py -> build/lib/mmpose/structures/keypoint copying mmpose/structures/keypoint/transforms.py -> build/lib/mmpose/structures/keypoint creating build/lib/mmpose/structures/bbox copying mmpose/structures/bbox/__init__.py -> build/lib/mmpose/structures/bbox copying mmpose/structures/bbox/transforms.py -> build/lib/mmpose/structures/bbox creating build/lib/mmpose/engine/optim_wrappers copying mmpose/engine/optim_wrappers/__init__.py -> build/lib/mmpose/engine/optim_wrappers copying mmpose/engine/optim_wrappers/layer_decay_optim_wrapper.py -> build/lib/mmpose/engine/optim_wrappers creating build/lib/mmpose/engine/hooks copying mmpose/engine/hooks/ema_hook.py -> build/lib/mmpose/engine/hooks copying mmpose/engine/hooks/visualization_hook.py -> build/lib/mmpose/engine/hooks copying mmpose/engine/hooks/__init__.py -> build/lib/mmpose/engine/hooks creating build/lib/mmpose/evaluation/functional copying mmpose/evaluation/functional/__init__.py -> build/lib/mmpose/evaluation/functional copying mmpose/evaluation/functional/keypoint_eval.py -> build/lib/mmpose/evaluation/functional copying mmpose/evaluation/functional/nms.py -> build/lib/mmpose/evaluation/functional creating build/lib/mmpose/evaluation/metrics copying mmpose/evaluation/metrics/coco_metric.py -> build/lib/mmpose/evaluation/metrics copying mmpose/evaluation/metrics/keypoint_2d_metrics.py -> build/lib/mmpose/evaluation/metrics copying mmpose/evaluation/metrics/__init__.py -> build/lib/mmpose/evaluation/metrics copying mmpose/evaluation/metrics/keypoint_partition_metric.py -> build/lib/mmpose/evaluation/metrics copying mmpose/evaluation/metrics/coco_wholebody_metric.py -> build/lib/mmpose/evaluation/metrics copying mmpose/evaluation/metrics/posetrack18_metric.py -> build/lib/mmpose/evaluation/metrics creating build/lib/mmpose/models/necks copying mmpose/models/necks/gap_neck.py -> build/lib/mmpose/models/necks copying mmpose/models/necks/posewarper_neck.py -> build/lib/mmpose/models/necks copying mmpose/models/necks/fpn.py -> build/lib/mmpose/models/necks copying mmpose/models/necks/__init__.py -> build/lib/mmpose/models/necks copying mmpose/models/necks/fmap_proc_neck.py -> build/lib/mmpose/models/necks creating build/lib/mmpose/models/pose_estimators copying mmpose/models/pose_estimators/base.py -> build/lib/mmpose/models/pose_estimators copying mmpose/models/pose_estimators/bottomup.py -> build/lib/mmpose/models/pose_estimators copying mmpose/models/pose_estimators/__init__.py -> build/lib/mmpose/models/pose_estimators copying mmpose/models/pose_estimators/topdown.py -> build/lib/mmpose/models/pose_estimators creating build/lib/mmpose/models/utils copying mmpose/models/utils/transformer.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/ops.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/check_and_update_config.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/regularizations.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/realnvp.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/__init__.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/geometry.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/rtmcc_block.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/tta.py -> build/lib/mmpose/models/utils copying mmpose/models/utils/ckpt_convert.py -> build/lib/mmpose/models/utils creating build/lib/mmpose/models/backbones copying mmpose/models/backbones/hrformer.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/vipnas_resnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/litehrnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/vgg.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/resnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/seresnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/regnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/mspn.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/resnest.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/base_backbone.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/hourglass.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/shufflenet_v1.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/seresnext.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/cpm.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/swin.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/pvt.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/scnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/hourglass_ae.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/alexnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/mobilenet_v2.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/v2v_net.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/shufflenet_v2.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/rsn.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/tcn.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/__init__.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/mobilenet_v3.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/resnext.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/hrnet.py -> build/lib/mmpose/models/backbones copying mmpose/models/backbones/vipnas_mbv3.py -> build/lib/mmpose/models/backbones creating build/lib/mmpose/models/heads copying mmpose/models/heads/base_head.py -> build/lib/mmpose/models/heads copying mmpose/models/heads/__init__.py -> build/lib/mmpose/models/heads creating build/lib/mmpose/models/data_preprocessors copying mmpose/models/data_preprocessors/__init__.py -> build/lib/mmpose/models/data_preprocessors copying mmpose/models/data_preprocessors/data_preprocessor.py -> build/lib/mmpose/models/data_preprocessors creating build/lib/mmpose/models/losses copying mmpose/models/losses/loss_wrappers.py -> build/lib/mmpose/models/losses copying mmpose/models/losses/classification_loss.py -> build/lib/mmpose/models/losses copying mmpose/models/losses/ae_loss.py -> build/lib/mmpose/models/losses copying mmpose/models/losses/__init__.py -> build/lib/mmpose/models/losses copying mmpose/models/losses/regression_loss.py -> build/lib/mmpose/models/losses copying mmpose/models/losses/heatmap_loss.py -> build/lib/mmpose/models/losses creating build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/channel_shuffle.py -> build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/make_divisible.py -> build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/se_layer.py -> build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/utils.py -> build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/inverted_residual.py -> build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/__init__.py -> build/lib/mmpose/models/backbones/utils copying mmpose/models/backbones/utils/ckpt_convert.py -> build/lib/mmpose/models/backbones/utils creating build/lib/mmpose/models/heads/coord_cls_heads copying mmpose/models/heads/coord_cls_heads/simcc_head.py -> build/lib/mmpose/models/heads/coord_cls_heads copying mmpose/models/heads/coord_cls_heads/rtmcc_head.py -> build/lib/mmpose/models/heads/coord_cls_heads copying mmpose/models/heads/coord_cls_heads/__init__.py -> build/lib/mmpose/models/heads/coord_cls_heads creating build/lib/mmpose/models/heads/hybrid_heads copying mmpose/models/heads/hybrid_heads/dekr_head.py -> build/lib/mmpose/models/heads/hybrid_heads copying mmpose/models/heads/hybrid_heads/__init__.py -> build/lib/mmpose/models/heads/hybrid_heads creating build/lib/mmpose/models/heads/regression_heads copying mmpose/models/heads/regression_heads/rle_head.py -> build/lib/mmpose/models/heads/regression_heads copying mmpose/models/heads/regression_heads/dsnt_head.py -> build/lib/mmpose/models/heads/regression_heads copying mmpose/models/heads/regression_heads/integral_regression_head.py -> build/lib/mmpose/models/heads/regression_heads copying mmpose/models/heads/regression_heads/regression_head.py -> build/lib/mmpose/models/heads/regression_heads copying mmpose/models/heads/regression_heads/__init__.py -> build/lib/mmpose/models/heads/regression_heads creating build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/cid_head.py -> build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/vipnas_head.py -> build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/__init__.py -> build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/heatmap_head.py -> build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/mspn_head.py -> build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/ae_head.py -> build/lib/mmpose/models/heads/heatmap_heads copying mmpose/models/heads/heatmap_heads/cpm_head.py -> build/lib/mmpose/models/heads/heatmap_heads creating build/lib/mmpose/codecs/utils copying mmpose/codecs/utils/post_processing.py -> build/lib/mmpose/codecs/utils copying mmpose/codecs/utils/refinement.py -> build/lib/mmpose/codecs/utils copying mmpose/codecs/utils/gaussian_heatmap.py -> build/lib/mmpose/codecs/utils copying mmpose/codecs/utils/offset_heatmap.py -> build/lib/mmpose/codecs/utils copying mmpose/codecs/utils/__init__.py -> build/lib/mmpose/codecs/utils copying mmpose/codecs/utils/instance_property.py -> build/lib/mmpose/codecs/utils creating build/lib/mmpose/apis/webcam copying mmpose/apis/webcam/webcam_executor.py -> build/lib/mmpose/apis/webcam copying mmpose/apis/webcam/__init__.py -> build/lib/mmpose/apis/webcam creating build/lib/mmpose/apis/inferencers copying mmpose/apis/inferencers/pose2d_inferencer.py -> build/lib/mmpose/apis/inferencers copying mmpose/apis/inferencers/__init__.py -> build/lib/mmpose/apis/inferencers copying mmpose/apis/inferencers/mmpose_inferencer.py -> build/lib/mmpose/apis/inferencers copying mmpose/apis/inferencers/base_mmpose_inferencer.py -> build/lib/mmpose/apis/inferencers creating build/lib/mmpose/apis/webcam/nodes copying mmpose/apis/webcam/nodes/registry.py -> build/lib/mmpose/apis/webcam/nodes copying mmpose/apis/webcam/nodes/node.py -> build/lib/mmpose/apis/webcam/nodes copying mmpose/apis/webcam/nodes/base_visualizer_node.py -> build/lib/mmpose/apis/webcam/nodes copying mmpose/apis/webcam/nodes/__init__.py -> build/lib/mmpose/apis/webcam/nodes creating build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/buffer.py -> build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/image_capture.py -> build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/message.py -> build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/event.py -> build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/__init__.py -> build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/misc.py -> build/lib/mmpose/apis/webcam/utils copying mmpose/apis/webcam/utils/pose.py -> build/lib/mmpose/apis/webcam/utils creating build/lib/mmpose/apis/webcam/nodes/helper_nodes copying mmpose/apis/webcam/nodes/helper_nodes/recorder_node.py -> build/lib/mmpose/apis/webcam/nodes/helper_nodes copying mmpose/apis/webcam/nodes/helper_nodes/__init__.py -> build/lib/mmpose/apis/webcam/nodes/helper_nodes copying mmpose/apis/webcam/nodes/helper_nodes/monitor_node.py -> build/lib/mmpose/apis/webcam/nodes/helper_nodes copying mmpose/apis/webcam/nodes/helper_nodes/object_assigner_node.py -> build/lib/mmpose/apis/webcam/nodes/helper_nodes creating build/lib/mmpose/apis/webcam/nodes/model_nodes copying mmpose/apis/webcam/nodes/model_nodes/__init__.py -> build/lib/mmpose/apis/webcam/nodes/model_nodes copying mmpose/apis/webcam/nodes/model_nodes/pose_estimator_node.py -> build/lib/mmpose/apis/webcam/nodes/model_nodes copying mmpose/apis/webcam/nodes/model_nodes/detector_node.py -> build/lib/mmpose/apis/webcam/nodes/model_nodes creating build/lib/mmpose/apis/webcam/nodes/visualizer_nodes copying mmpose/apis/webcam/nodes/visualizer_nodes/notice_board_node.py -> build/lib/mmpose/apis/webcam/nodes/visualizer_nodes copying mmpose/apis/webcam/nodes/visualizer_nodes/object_visualizer_node.py -> build/lib/mmpose/apis/webcam/nodes/visualizer_nodes copying mmpose/apis/webcam/nodes/visualizer_nodes/sunglasses_effect_node.py -> build/lib/mmpose/apis/webcam/nodes/visualizer_nodes copying mmpose/apis/webcam/nodes/visualizer_nodes/bigeye_effect_node.py -> build/lib/mmpose/apis/webcam/nodes/visualizer_nodes copying mmpose/apis/webcam/nodes/visualizer_nodes/__init__.py -> build/lib/mmpose/apis/webcam/nodes/visualizer_nodes creating build/lib/mmpose/apis/inferencers/utils copying mmpose/apis/inferencers/utils/get_model_alias.py -> build/lib/mmpose/apis/inferencers/utils copying mmpose/apis/inferencers/utils/__init__.py -> build/lib/mmpose/apis/inferencers/utils copying mmpose/apis/inferencers/utils/default_det_models.py -> build/lib/mmpose/apis/inferencers/utils running egg_info writing mmpose.egg-info/PKG-INFO writing dependency_links to mmpose.egg-info/dependency_links.txt writing requirements to mmpose.egg-info/requires.txt writing top-level names to mmpose.egg-info/top_level.txt reading manifest file 'mmpose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mmpose.egg-info/SOURCES.txt' creating build/lib/mmpose/.mim copying mmpose/.mim/model-index.yml -> build/lib/mmpose/.mim creating build/lib/mmpose/.mim/configs creating build/lib/mmpose/.mim/configs/_base_ copying mmpose/.mim/configs/_base_/default_runtime.py -> build/lib/mmpose/.mim/configs/_base_ creating build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/300w.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/aflw.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/aic.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/animalpose.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/ap10k.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/atrw.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/campus.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/coco.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/coco_aic.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/coco_openpose.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/coco_wholebody.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/coco_wholebody_face.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/coco_wholebody_hand.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/cofw.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/crowdpose.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/deepfashion_full.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/deepfashion_lower.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/deepfashion_upper.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/fly.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/freihand2d.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/h36m.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/halpe.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/horse10.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/interhand2d.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/interhand3d.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/jhmdb.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/locust.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/macaque.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/mhp.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/mpi_inf_3dhp.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/mpii.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/mpii_trb.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/ochuman.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/onehand10k.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/panoptic_body3d.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/panoptic_hand2d.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/posetrack18.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/rhd2d.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/shelf.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/wflw.py -> build/lib/mmpose/.mim/configs/_base_/datasets copying mmpose/.mim/configs/_base_/datasets/zebra.py -> build/lib/mmpose/.mim/configs/_base_/datasets creating build/lib/mmpose/.mim/configs/animal_2d_keypoint creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/rtmpose creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k/rtmpose-m_8xb64-210e_ap10k-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k/rtmpose_ap10k.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/hrnet_animalpose.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/resnet_animalpose.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w32_8xb64-210e_animalpose-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res101_8xb64-210e_animalpose-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res152_8xb32-210e_animalpose-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res50_8xb64-210e_animalpose-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/cspnext-m_udp_8xb64-210e_ap10k-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/cspnext_udp_ap10k.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/hrnet_ap10k.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/resnet_ap10k.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_hrnet-w32_8xb64-210e_ap10k-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_hrnet-w48_8xb64-210e_ap10k-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_res101_8xb64-210e_ap10k-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_res50_8xb64-210e_ap10k-256x256.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/resnet_locust.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res101_8xb64-210e_locust-160x160.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res152_8xb32-210e_locust-160x160.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res50_8xb64-210e_locust-160x160.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust creating build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/resnet_zebra.yml -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res101_8xb64-210e_zebra-160x160.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res152_8xb32-210e_zebra-160x160.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res50_8xb64-210e_zebra-160x160.py -> build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra creating build/lib/mmpose/.mim/configs/body_2d_keypoint creating build/lib/mmpose/.mim/configs/body_2d_keypoint/associative_embedding creating build/lib/mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco copying mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco/ae_hrnet-w32_8xb24-300e_coco-512x512.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/cid creating build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco copying mmpose/.mim/configs/body_2d_keypoint/cid/coco/cid_hrnet-w32_8xb20-140e_coco-512x512.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco copying mmpose/.mim/configs/body_2d_keypoint/cid/coco/cid_hrnet-w48_8xb20-140e_coco-512x512.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco copying mmpose/.mim/configs/body_2d_keypoint/cid/coco/hrnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr creating build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco copying mmpose/.mim/configs/body_2d_keypoint/dekr/coco/dekr_hrnet-w32_8xb10-140e_coco-512x512.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco copying mmpose/.mim/configs/body_2d_keypoint/dekr/coco/dekr_hrnet-w48_8xb10-140e_coco-640x640.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco copying mmpose/.mim/configs/body_2d_keypoint/dekr/coco/hrnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/dekr_hrnet-w32_8xb10-300e_crowdpose-512x512.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/dekr_hrnet-w48_8xb5-300e_crowdpose-640x640.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/hrnet_crowdpose.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose creating build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression creating build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_8xb64-210e_coco-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_debias-8xb64-210e_coco-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_dsnt-8xb64-210e_coco-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/resnet_debias_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/resnet_dsnt_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/resnet_ipr_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose creating build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_aic-coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_aic-coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-s_8xb256-420e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-s_8xb256-420e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-t_8xb256-420e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-t_8xb256-420e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose/rtmpose-m_8xb64-210e_crowdpose-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose/rtmpose_crowdpose.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose creating build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii/rtmpose-m_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii copying mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii/rtmpose_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii creating build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc creating build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/mobilenetv2_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/resnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_mobilenetv2_wo-deconv-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb32-140e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_vipnas-mbv3_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying mmpose/.mim/configs/body_2d_keypoint/simcc/coco/vipnas_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/mpii copying mmpose/.mim/configs/body_2d_keypoint/simcc/mpii/simcc_res50_wo-deconv-8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/mpii creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/hrnet_aic.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/resnet_aic.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/td-hm_hrnet-w32_8xb64-210e_aic-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/td-hm_res101_8xb64-210e_aic-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/alexnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cpm_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-l_udp_8xb256-210e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-l_udp_8xb256-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-m_udp_8xb256-210e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-m_udp_8xb256-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-s_udp_8xb256-210e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-s_udp_8xb256-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-tiny_udp_8xb256-210e_aic-coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-tiny_udp_8xb256-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext_udp_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hourglass_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrformer_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_augmentation_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_dark_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_udp_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/litehrnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/mobilenetv2_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/mspn_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/pvt_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnest_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnet_dark_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnetv1d_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnext_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/rsn_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/scnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/seresnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/shufflenetv1_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/shufflenetv2_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/swin_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_2xmspn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_2xrsn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_3xmspn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_3xrsn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_4xmspn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-base-simple_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-base_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge-simple_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large-simple_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-small-simple_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-small_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_alexnet_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_cpm_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_cpm_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hourglass52_8xb32-210e_coco-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hourglass52_8xb32-210e_coco-384x384.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-base_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-base_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-small_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-small_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-combine.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-merge.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_coarsedropout-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_dark-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_dark-8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_fp16-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_gridmask-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_photometric-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-regress-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_dark-8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_dark-8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_udp-8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_udp-8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-18_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-18_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-30_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-30_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mobilenetv2_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mobilenetv2_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mspn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_pvt-s_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_pvtv2-b2_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_dark-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_dark-8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_dark-8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_dark-8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_dark-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_dark-8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_fp16-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest101_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest101_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest200_8xb16-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest200_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest269_8xb16-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest269_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest50_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d101_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d101_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d152_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d152_8xb48-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d50_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext101_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext101_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext152_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext152_8xb48-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext50_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_rsn18_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_rsn50_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet101_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet101_8xb48-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet50_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet101_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet101_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet152_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet152_8xb48-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet50_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv1_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv1_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv2_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv2_8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-l-p4-w7_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-l-p4-w7_8xb32-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-t-p4-w7_8xb32-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vgg16-bn_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vipnas-mbv3_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vipnas-res50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/vgg_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/vipnas_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/vitpose_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/cspnext-m_udp_8xb64-210e_crowpose-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/cspnext_udp_crowdpose.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/hrnet_crowdpose.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/resnet_crowdpose.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_hrnet-w32_8xb64-210e_crowdpose-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res101_8xb64-210e_crowdpose-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res101_8xb64-210e_crowdpose-320x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res152_8xb64-210e_crowdpose-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res50_8xb64-210e_crowdpose-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/cpm_jhmdb.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/resnet_jhmdb.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub1-368x368.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub2-368x368.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub3-368x368.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub1-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub2-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub3-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub1-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub2-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub3-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cpm_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cspnext-m_udp_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cspnext_udp_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/hourglass_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/hrnet_dark_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/hrnet_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/litehrnet_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/mobilenetv2_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/resnet_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/resnetv1d_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/resnext_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/scnet_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/seresnet_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/shufflenetv1_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/shufflenetv2_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_cpm_8xb64-210e_mpii-368x368.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hourglass52_8xb32-210e_mpii-384x384.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hourglass52_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w32_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w32_dark-8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w48_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w48_dark-8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_litehrnet-18_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_litehrnet-30_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_mobilenetv2_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res101_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res152_8xb32-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res50_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d101_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d152_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d50_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnext152_8xb32-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_scnet101_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_scnet50_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet101_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet152_8xb32-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet50_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_shufflenetv1_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_shufflenetv2_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/hrnet_posetrack18.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/resnet_posetrack18.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w32_8xb64-20e_posetrack18-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w32_8xb64-20e_posetrack18-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w48_8xb64-20e_posetrack18-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w48_8xb64-20e_posetrack18-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_res50_8xb64-20e_posetrack18-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/mobilenetv2_rle_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/resnet_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/resnet_rle_coco.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_mobilenetv2_rle-pretrained-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res101_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res101_rle-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_rle-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_rle-8xb64-210e_coco-384x288.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_rle-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_rle-pretrained-8xb64-210e_coco-256x192.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco creating build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/resnet_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/resnet_rle_mpii.yml -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res101_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res152_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res50_8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res50_rle-8xb64-210e_mpii-256x256.py -> build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii creating build/lib/mmpose/.mim/configs/face_2d_keypoint creating build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose creating build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face/rtmpose-m_8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face/rtmpose_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face creating build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw copying mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw/rtmpose-m_8xb64-60e_wflw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw copying mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw/rtmpose_wflw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw creating build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap creating build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w/hrnetv2_300w.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w/td-hm_hrnetv2-w18_8xb64-60e_300w-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w creating build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/hrnetv2_aflw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/hrnetv2_dark_aflw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/td-hm_hrnetv2-w18_8xb64-60e_aflw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/td-hm_hrnetv2-w18_dark-8xb64-60e_aflw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw creating build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/hourglass_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/hrnetv2_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/hrnetv2_dark_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/mobilenetv2_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/resnet_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/scnet_coco_wholebody_face.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hourglass52_8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hrnetv2-w18_8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hrnetv2-w18_dark-8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_mobilenetv2_8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_res50_8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_scnet50_8xb32-60e_coco-wholebody-face-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face creating build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw/hrnetv2_cofw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw/td-hm_hrnetv2-w18_8xb64-60e_cofw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw creating build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/hrnetv2_awing_wflw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/hrnetv2_dark_wflw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/hrnetv2_wflw.yml -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_8xb64-60e_wflw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_awing-8xb64-60e_wflw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_dark-8xb64-60e_wflw-256x256.py -> build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw creating build/lib/mmpose/.mim/configs/hand_2d_keypoint creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/rtmpose creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand/rtmpose-m_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand/rtmpose_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/hourglass_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/hrnetv2_dark_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/mobilenetv2_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/resnet_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/scnet_coco_wholebody_hand.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hourglass52_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hrnetv2-w18_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hrnetv2-w18_dark-8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_litehrnet-w18_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_mobilenetv2_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_res50_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_scnet50_8xb32-210e_coco-wholebody-hand-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d/resnet_freihand2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d/td-hm_res50_8xb64-100e_freihand2d-224x224.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/hrnetv2_dark_onehand10k.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/hrnetv2_udp_onehand10k.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/mobilenetv2_onehand10k.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/resnet_onehand10k.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_8xb64-210e_onehand10k-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_dark-8xb64-210e_onehand10k-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_udp-8xb64-210e_onehand10k-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_mobilenetv2_8xb64-210e_onehand10k-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_res50_8xb32-210e_onehand10k-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/hrnetv2_dark_rhd2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/hrnetv2_udp_rhd2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/mobilenetv2_rhd2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/resnet_rhd2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_8xb64-210e_rhd2d-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_dark-8xb64-210e_rhd2d-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_udp-8xb64-210e_rhd2d-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_mobilenetv2_8xb64-210e_rhd2d-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_res50_8xb64-210e_rhd2d-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k/resnet_onehand10k.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k copying mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k/td-reg_res50_8xb64-210e_onehand10k-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k creating build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d/resnet_rhd2d.yml -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d copying mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d/td-reg_res50_8xb64-210e_rhd2d-256x256.py -> build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d creating build/lib/mmpose/.mim/configs/wholebody_2d_keypoint creating build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose creating build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-l_8xb32-270e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-l_8xb64-270e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-m_8xb64-270e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody creating build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap creating build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext-l_udp_8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext-m_udp_8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext_udp_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/hrnet_dark_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/resnet_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_8xb64-210e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_dark-8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_8xb32-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_8xb32-210e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_dark-8xb32-210e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res101_8xb32-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res101_8xb32-210e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res152_8xb32-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res152_8xb32-210e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res50_8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res50_8xb64-210e_coco-wholebody-384x288.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-mbv3_8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-mbv3_dark-8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-res50_8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-res50_dark-8xb64-210e_coco-wholebody-256x192.py -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/vipnas_dark_coco-wholebody.yml -> build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody creating build/lib/mmpose/.mim/demo copying mmpose/.mim/demo/bottomup_demo.py -> build/lib/mmpose/.mim/demo copying mmpose/.mim/demo/image_demo.py -> build/lib/mmpose/.mim/demo copying mmpose/.mim/demo/inferencer_demo.py -> build/lib/mmpose/.mim/demo copying mmpose/.mim/demo/topdown_demo_with_mmdet.py -> build/lib/mmpose/.mim/demo copying mmpose/.mim/demo/webcam_api_demo.py -> build/lib/mmpose/.mim/demo creating build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/cascade_rcnn_x101_64x4d_fpn_1class.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/cascade_rcnn_x101_64x4d_fpn_coco.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/faster_rcnn_r50_fpn_1class.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/faster_rcnn_r50_fpn_coco.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/mask_rcnn_r50_fpn_2x_coco.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/ssdlite_mobilenetv2-scratch_8xb24-600e_coco.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/ssdlite_mobilenetv2_scratch_600e_onehand.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/yolov3_d53_320_273e_coco.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg copying mmpose/.mim/demo/mmdetection_cfg/yolox-s_8xb8-300e_coco-face.py -> build/lib/mmpose/.mim/demo/mmdetection_cfg creating build/lib/mmpose/.mim/demo/mmtracking_cfg copying mmpose/.mim/demo/mmtracking_cfg/deepsort_faster-rcnn_fpn_4e_mot17-private-half.py -> build/lib/mmpose/.mim/demo/mmtracking_cfg copying mmpose/.mim/demo/mmtracking_cfg/tracktor_faster-rcnn_r50_fpn_4e_mot17-private.py -> build/lib/mmpose/.mim/demo/mmtracking_cfg creating build/lib/mmpose/.mim/demo/webcam_cfg copying mmpose/.mim/demo/webcam_cfg/pose_estimation.py -> build/lib/mmpose/.mim/demo/webcam_cfg copying mmpose/.mim/demo/webcam_cfg/test_camera.py -> build/lib/mmpose/.mim/demo/webcam_cfg creating build/lib/mmpose/.mim/tools copying mmpose/.mim/tools/dist_test.sh -> build/lib/mmpose/.mim/tools copying mmpose/.mim/tools/dist_train.sh -> build/lib/mmpose/.mim/tools copying mmpose/.mim/tools/slurm_test.sh -> build/lib/mmpose/.mim/tools copying mmpose/.mim/tools/slurm_train.sh -> build/lib/mmpose/.mim/tools copying mmpose/.mim/tools/test.py -> build/lib/mmpose/.mim/tools copying mmpose/.mim/tools/train.py -> build/lib/mmpose/.mim/tools creating build/lib/mmpose/.mim/tools/analysis_tools copying mmpose/.mim/tools/analysis_tools/analyze_logs.py -> build/lib/mmpose/.mim/tools/analysis_tools copying mmpose/.mim/tools/analysis_tools/get_flops.py -> build/lib/mmpose/.mim/tools/analysis_tools copying mmpose/.mim/tools/analysis_tools/print_config.py -> build/lib/mmpose/.mim/tools/analysis_tools creating build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/h36m_to_coco.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/mat2json.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/parse_animalpose_dataset.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/parse_cofw_dataset.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/parse_deepposekit_dataset.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/parse_macaquepose_dataset.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/preprocess_h36m.py -> build/lib/mmpose/.mim/tools/dataset_converters copying mmpose/.mim/tools/dataset_converters/preprocess_mpi_inf_3dhp.py -> build/lib/mmpose/.mim/tools/dataset_converters creating build/lib/mmpose/.mim/tools/misc copying mmpose/.mim/tools/misc/browse_dataset.py -> build/lib/mmpose/.mim/tools/misc copying mmpose/.mim/tools/misc/keypoints2coco_without_mmdet.py -> build/lib/mmpose/.mim/tools/misc copying mmpose/.mim/tools/misc/publish_model.py -> build/lib/mmpose/.mim/tools/misc creating build/lib/mmpose/.mim/tools/torchserve copying mmpose/.mim/tools/torchserve/mmpose2torchserve.py -> build/lib/mmpose/.mim/tools/torchserve copying mmpose/.mim/tools/torchserve/mmpose_handler.py -> build/lib/mmpose/.mim/tools/torchserve copying mmpose/.mim/tools/torchserve/test_torchserver.py -> build/lib/mmpose/.mim/tools/torchserve + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4CKmBX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 + cd mmpose-1.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets copying build/lib/mmpose/datasets/builder.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/fashion copying build/lib/mmpose/datasets/datasets/fashion/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/fashion copying build/lib/mmpose/datasets/datasets/fashion/deepfashion_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/fashion creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody copying build/lib/mmpose/datasets/datasets/wholebody/coco_wholebody_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody copying build/lib/mmpose/datasets/datasets/wholebody/halpe_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody copying build/lib/mmpose/datasets/datasets/wholebody/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody copying build/lib/mmpose/datasets/datasets/utils.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/ochuman_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/mpii_trb_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/coco_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/mpii_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/posetrack18_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/jhmdb_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/crowdpose_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/posetrack18_video_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/mhp_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/body/aic_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body copying build/lib/mmpose/datasets/datasets/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face copying build/lib/mmpose/datasets/datasets/face/cofw_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face copying build/lib/mmpose/datasets/datasets/face/coco_wholebody_face_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face copying build/lib/mmpose/datasets/datasets/face/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face copying build/lib/mmpose/datasets/datasets/face/face_300w_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face copying build/lib/mmpose/datasets/datasets/face/aflw_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face copying build/lib/mmpose/datasets/datasets/face/wflw_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/atrw_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/fly_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/locust_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/zebra_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/animalpose_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/ap10k_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/macaque_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal copying build/lib/mmpose/datasets/datasets/animal/horse10_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/base copying build/lib/mmpose/datasets/datasets/base/base_coco_style_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/base copying build/lib/mmpose/datasets/datasets/base/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/base creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/datasets/hand/freihand_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/datasets/hand/panoptic_hand2d_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/datasets/hand/onehand10k_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/datasets/hand/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/datasets/hand/coco_wholebody_hand_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/datasets/hand/rhd2d_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand copying build/lib/mmpose/datasets/dataset_wrappers.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets copying build/lib/mmpose/datasets/samplers.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets copying build/lib/mmpose/datasets/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/converting.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/topdown_transforms.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/loading.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/formatting.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/common_transforms.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/bottomup_transforms.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms copying build/lib/mmpose/datasets/transforms/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/testing copying build/lib/mmpose/testing/_utils.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/testing copying build/lib/mmpose/testing/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/testing creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/keypoint copying build/lib/mmpose/structures/keypoint/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/keypoint copying build/lib/mmpose/structures/keypoint/transforms.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/keypoint copying build/lib/mmpose/structures/pose_data_sample.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/bbox copying build/lib/mmpose/structures/bbox/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/bbox copying build/lib/mmpose/structures/bbox/transforms.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/bbox copying build/lib/mmpose/structures/utils.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures copying build/lib/mmpose/structures/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures copying build/lib/mmpose/structures/multilevel_pixel_data.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/optim_wrappers copying build/lib/mmpose/engine/optim_wrappers/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/optim_wrappers copying build/lib/mmpose/engine/optim_wrappers/layer_decay_optim_wrapper.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/optim_wrappers creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks copying build/lib/mmpose/engine/hooks/ema_hook.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks copying build/lib/mmpose/engine/hooks/visualization_hook.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks copying build/lib/mmpose/engine/hooks/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks copying build/lib/mmpose/engine/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional copying build/lib/mmpose/evaluation/functional/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional copying build/lib/mmpose/evaluation/functional/keypoint_eval.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional copying build/lib/mmpose/evaluation/functional/nms.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional copying build/lib/mmpose/evaluation/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics copying build/lib/mmpose/evaluation/metrics/coco_metric.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics copying build/lib/mmpose/evaluation/metrics/keypoint_2d_metrics.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics copying build/lib/mmpose/evaluation/metrics/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics copying build/lib/mmpose/evaluation/metrics/keypoint_partition_metric.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics copying build/lib/mmpose/evaluation/metrics/coco_wholebody_metric.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics copying build/lib/mmpose/evaluation/metrics/posetrack18_metric.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models copying build/lib/mmpose/models/builder.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks copying build/lib/mmpose/models/necks/gap_neck.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks copying build/lib/mmpose/models/necks/posewarper_neck.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks copying build/lib/mmpose/models/necks/fpn.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks copying build/lib/mmpose/models/necks/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks copying build/lib/mmpose/models/necks/fmap_proc_neck.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators copying build/lib/mmpose/models/pose_estimators/base.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators copying build/lib/mmpose/models/pose_estimators/bottomup.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators copying build/lib/mmpose/models/pose_estimators/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators copying build/lib/mmpose/models/pose_estimators/topdown.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/transformer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/ops.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/check_and_update_config.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/regularizations.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/realnvp.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/geometry.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/rtmcc_block.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/tta.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils copying build/lib/mmpose/models/utils/ckpt_convert.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/hrformer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/vipnas_resnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/litehrnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/vgg.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/resnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/seresnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/regnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/mspn.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/resnest.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/base_backbone.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/hourglass.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/channel_shuffle.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/make_divisible.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/se_layer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/utils.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/inverted_residual.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/utils/ckpt_convert.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils copying build/lib/mmpose/models/backbones/shufflenet_v1.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/seresnext.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/cpm.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/swin.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/pvt.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/scnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/hourglass_ae.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/alexnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/mobilenet_v2.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/v2v_net.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/shufflenet_v2.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/rsn.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/tcn.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/mobilenet_v3.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/resnext.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/hrnet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones copying build/lib/mmpose/models/backbones/vipnas_mbv3.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads copying build/lib/mmpose/models/heads/coord_cls_heads/simcc_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads copying build/lib/mmpose/models/heads/coord_cls_heads/rtmcc_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads copying build/lib/mmpose/models/heads/coord_cls_heads/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/hybrid_heads copying build/lib/mmpose/models/heads/hybrid_heads/dekr_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/hybrid_heads copying build/lib/mmpose/models/heads/hybrid_heads/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/hybrid_heads copying build/lib/mmpose/models/heads/base_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads copying build/lib/mmpose/models/heads/regression_heads/rle_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads copying build/lib/mmpose/models/heads/regression_heads/dsnt_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads copying build/lib/mmpose/models/heads/regression_heads/integral_regression_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads copying build/lib/mmpose/models/heads/regression_heads/regression_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads copying build/lib/mmpose/models/heads/regression_heads/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/cid_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/vipnas_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/heatmap_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/mspn_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/ae_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/heatmap_heads/cpm_head.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads copying build/lib/mmpose/models/heads/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/data_preprocessors copying build/lib/mmpose/models/data_preprocessors/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/data_preprocessors copying build/lib/mmpose/models/data_preprocessors/data_preprocessor.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/data_preprocessors copying build/lib/mmpose/models/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses copying build/lib/mmpose/models/losses/loss_wrappers.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses copying build/lib/mmpose/models/losses/classification_loss.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses copying build/lib/mmpose/models/losses/ae_loss.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses copying build/lib/mmpose/models/losses/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses copying build/lib/mmpose/models/losses/regression_loss.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses copying build/lib/mmpose/models/losses/heatmap_loss.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmtracking_cfg copying build/lib/mmpose/.mim/demo/mmtracking_cfg/deepsort_faster-rcnn_fpn_4e_mot17-private-half.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmtracking_cfg copying build/lib/mmpose/.mim/demo/mmtracking_cfg/tracktor_faster-rcnn_r50_fpn_4e_mot17-private.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmtracking_cfg copying build/lib/mmpose/.mim/demo/topdown_demo_with_mmdet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo copying build/lib/mmpose/.mim/demo/image_demo.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/mask_rcnn_r50_fpn_2x_coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/cascade_rcnn_x101_64x4d_fpn_coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/yolov3_d53_320_273e_coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/ssdlite_mobilenetv2-scratch_8xb24-600e_coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/ssdlite_mobilenetv2_scratch_600e_onehand.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/faster_rcnn_r50_fpn_coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/yolox-s_8xb8-300e_coco-face.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/cascade_rcnn_x101_64x4d_fpn_1class.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/mmdetection_cfg/faster_rcnn_r50_fpn_1class.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg copying build/lib/mmpose/.mim/demo/inferencer_demo.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/webcam_cfg copying build/lib/mmpose/.mim/demo/webcam_cfg/pose_estimation.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/webcam_cfg copying build/lib/mmpose/.mim/demo/webcam_cfg/test_camera.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/webcam_cfg copying build/lib/mmpose/.mim/demo/bottomup_demo.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo copying build/lib/mmpose/.mim/demo/webcam_api_demo.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d/td-hm_res50_8xb64-100e_freihand2d-224x224.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d/resnet_freihand2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hrnetv2-w18_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hourglass52_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/hrnetv2_dark_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_scnet50_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/litehrnet_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/resnet_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/hrnetv2_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/scnet_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_res50_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_litehrnet-w18_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hrnetv2-w18_dark-8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_mobilenetv2_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/mobilenetv2_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/hourglass_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/hrnetv2_rhd2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_dark-8xb64-210e_rhd2d-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_res50_8xb64-210e_rhd2d-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_8xb64-210e_rhd2d-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/mobilenetv2_rhd2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/resnet_rhd2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/hrnetv2_dark_rhd2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_mobilenetv2_8xb64-210e_rhd2d-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_udp-8xb64-210e_rhd2d-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/hrnetv2_udp_rhd2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/hrnetv2_dark_onehand10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_dark-8xb64-210e_onehand10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_udp-8xb64-210e_onehand10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/mobilenetv2_onehand10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/hrnetv2_onehand10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/hrnetv2_udp_onehand10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_res50_8xb32-210e_onehand10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/resnet_onehand10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_mobilenetv2_8xb64-210e_onehand10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_8xb64-210e_onehand10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/rtmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand/rtmpose-m_8xb32-210e_coco-wholebody-hand-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand/rtmpose_coco_wholebody_hand.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d/td-reg_res50_8xb64-210e_rhd2d-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d/resnet_rhd2d.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k/td-reg_res50_8xb64-210e_onehand10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k copying build/lib/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k/resnet_onehand10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res50_8xb64-210e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_8xb32-210e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/hrnet_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/vipnas_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_8xb64-210e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_dark-8xb32-210e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext-m_udp_8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/vipnas_dark_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-mbv3_8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-res50_8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_dark-8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res152_8xb32-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/hrnet_dark_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_8xb32-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/resnet_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-mbv3_dark-8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res101_8xb32-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext_udp_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res101_8xb32-210e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-res50_dark-8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res152_8xb32-210e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res50_8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext-l_udp_8xb64-210e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-l_8xb64-270e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-m_8xb64-270e_coco-wholebody-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-l_8xb32-270e_coco-wholebody-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody copying build/lib/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose_coco-wholebody.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub2-368x368.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub3-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub1-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub2-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/cpm_jhmdb.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/resnet_jhmdb.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub1-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub3-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub1-368x368.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub3-368x368.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub2-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mspn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest269_8xb16-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/scnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_rsn18_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-tiny_udp_8xb256-210e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-30_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-m_udp_8xb256-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet101_8xb48-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_dark-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large-simple_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_pvt-s_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_dark-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv2_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest101_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_udp-8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_fp16-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-tiny_udp_8xb256-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/seresnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_dark-8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vipnas-res50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv1_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_augmentation_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/vgg_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-18_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d101_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-small_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnetv1d_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_udp-8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-s_udp_8xb256-210e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d152_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext_udp_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-base_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_coarsedropout-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet152_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cpm_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-base-simple_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext152_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-merge.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vgg16-bn_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_dark-8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-small-simple_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d50_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-small_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_dark_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_fp16-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hourglass52_8xb32-210e_coco-384x384.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest101_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet50_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrformer_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/litehrnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest50_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/shufflenetv1_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext101_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest200_8xb16-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_dark-8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mobilenetv2_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/vipnas_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-m_udp_8xb256-210e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge-simple_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-l_udp_8xb256-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext50_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-l-p4-w7_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_dark-8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_photometric-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_gridmask-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv2_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_cpm_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_dark-8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/rsn_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/shufflenetv2_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/alexnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext152_8xb48-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet101_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_cpm_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_2xmspn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest200_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hourglass52_8xb32-210e_coco-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet101_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hrnet_udp_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_3xmspn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/mobilenetv2_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnest_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_3xrsn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest269_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet152_8xb48-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext101_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_dark-8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet101_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d152_8xb48-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-combine.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-base_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_4xmspn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-l-p4-w7_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/vitpose_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-30_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vipnas-mbv3_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_pvtv2-b2_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-18_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnet_dark_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-regress-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv1_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mobilenetv2_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_alexnet_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_dark-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/hourglass_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/swin_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-l_udp_8xb256-210e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-s_udp_8xb256-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-t-p4-w7_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-small_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d101_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_2xrsn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet50_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-base_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_dark-8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/pvt_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_rsn50_8xb32-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_8xb32-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/resnext_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/mspn_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/cspnext-m_udp_8xb64-210e_crowpose-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/resnet_crowdpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res152_8xb64-210e_crowdpose-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res50_8xb64-210e_crowdpose-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res101_8xb64-210e_crowdpose-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_hrnet-w32_8xb64-210e_crowdpose-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/hrnet_crowdpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res101_8xb64-210e_crowdpose-320x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/cspnext_udp_crowdpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/td-hm_hrnet-w32_8xb64-210e_aic-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/td-hm_res101_8xb64-210e_aic-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/hrnet_aic.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/resnet_aic.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/resnet_posetrack18.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w48_8xb64-20e_posetrack18-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_res50_8xb64-20e_posetrack18-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/hrnet_posetrack18.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w48_8xb64-20e_posetrack18-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w32_8xb64-20e_posetrack18-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w32_8xb64-20e_posetrack18-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18 creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/hrnet_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d152_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cspnext_udp_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cpm_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/litehrnet_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/shufflenetv2_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w32_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/seresnet_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/resnetv1d_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d50_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_shufflenetv1_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_cpm_8xb64-210e_mpii-368x368.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w48_dark-8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_scnet101_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/hourglass_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res152_8xb32-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_mobilenetv2_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/resnet_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_litehrnet-30_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet50_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d101_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hourglass52_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hourglass52_8xb32-210e_mpii-384x384.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w48_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_litehrnet-18_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/resnext_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_scnet50_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnext152_8xb32-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/shufflenetv1_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w32_dark-8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/hrnet_dark_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet101_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/mobilenetv2_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res101_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet152_8xb32-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res50_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/scnet_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_shufflenetv2_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cspnext-m_udp_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_aic-coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-t_8xb256-420e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-s_8xb256-420e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_aic-coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-t_8xb256-420e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-s_8xb256-420e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_aic-coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose/rtmpose_crowdpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose/rtmpose-m_8xb64-210e_crowdpose-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii/rtmpose_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii/rtmpose-m_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/associative_embedding creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco/ae_hrnet-w32_8xb24-300e_coco-512x512.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_rle-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_rle-8xb64-210e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_rle-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/mobilenetv2_rle_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_rle-pretrained-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/resnet_rle_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res101_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_mobilenetv2_rle-pretrained-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/resnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res101_rle-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res152_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/resnet_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/resnet_rle_mpii.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res50_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res101_8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res50_rle-8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_debias-8xb64-210e_coco-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_8xb64-210e_coco-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/resnet_ipr_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/resnet_dsnt_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/resnet_debias_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_dsnt-8xb64-210e_coco-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_mobilenetv2_wo-deconv-8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb32-140e_coco-384x288.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/vipnas_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/mobilenetv2_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_vipnas-mbv3_8xb64-210e_coco-256x192.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/resnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/mpii copying build/lib/mmpose/.mim/configs/body_2d_keypoint/simcc/mpii/simcc_res50_wo-deconv-8xb64-210e_mpii-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/mpii creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco/dekr_hrnet-w48_8xb10-140e_coco-640x640.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco/dekr_hrnet-w32_8xb10-140e_coco-512x512.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/coco/hrnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/dekr_hrnet-w48_8xb5-300e_crowdpose-640x640.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/dekr_hrnet-w32_8xb10-300e_crowdpose-512x512.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose copying build/lib/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/hrnet_crowdpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco/cid_hrnet-w32_8xb20-140e_coco-512x512.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco/cid_hrnet-w48_8xb20-140e_coco-512x512.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid/coco copying build/lib/mmpose/.mim/configs/body_2d_keypoint/cid/coco/hrnet_coco.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid/coco creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/td-hm_hrnetv2-w18_dark-8xb64-60e_aflw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/hrnetv2_dark_aflw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/td-hm_hrnetv2-w18_8xb64-60e_aflw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/hrnetv2_aflw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw/hrnetv2_cofw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw/td-hm_hrnetv2-w18_8xb64-60e_cofw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_scnet50_8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/resnet_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hrnetv2-w18_8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/scnet_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/hrnetv2_dark_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/hourglass_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_mobilenetv2_8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_res50_8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/mobilenetv2_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hrnetv2-w18_dark-8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/hrnetv2_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hourglass52_8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_awing-8xb64-60e_wflw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/hrnetv2_awing_wflw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_8xb64-60e_wflw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/hrnetv2_dark_wflw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_dark-8xb64-60e_wflw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/hrnetv2_wflw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w/td-hm_hrnetv2-w18_8xb64-60e_300w-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w copying build/lib/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w/hrnetv2_300w.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face/rtmpose-m_8xb32-60e_coco-wholebody-face-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face copying build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face/rtmpose_coco_wholebody_face.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw/rtmpose_wflw.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw copying build/lib/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw/rtmpose-m_8xb64-60e_wflw-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res101_8xb64-210e_animalpose-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res50_8xb64-210e_animalpose-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/hrnet_animalpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res152_8xb32-210e_animalpose-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/resnet_animalpose.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w32_8xb64-210e_animalpose-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res101_8xb64-210e_zebra-160x160.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/resnet_zebra.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res50_8xb64-210e_zebra-160x160.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res152_8xb32-210e_zebra-160x160.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/resnet_ap10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/hrnet_ap10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/cspnext_udp_ap10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_res101_8xb64-210e_ap10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_hrnet-w32_8xb64-210e_ap10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/cspnext-m_udp_8xb64-210e_ap10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_res50_8xb64-210e_ap10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_hrnet-w48_8xb64-210e_ap10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res101_8xb64-210e_locust-160x160.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res152_8xb32-210e_locust-160x160.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/resnet_locust.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res50_8xb64-210e_locust-160x160.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/rtmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k/rtmpose_ap10k.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k copying build/lib/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k/rtmpose-m_8xb64-210e_ap10k-256x256.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_ creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/ap10k.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/mpii.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/mpii_trb.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/cofw.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/ochuman.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/rhd2d.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/coco_wholebody_hand.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/mpi_inf_3dhp.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/halpe.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/coco_aic.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/crowdpose.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/h36m.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/animalpose.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/freihand2d.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/deepfashion_upper.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/300w.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/jhmdb.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/panoptic_hand2d.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/deepfashion_full.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/coco_wholebody.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/macaque.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/atrw.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/fly.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/campus.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/locust.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/mhp.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/shelf.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/onehand10k.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/posetrack18.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/coco_wholebody_face.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/interhand2d.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/horse10.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/aflw.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/aic.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/panoptic_body3d.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/deepfashion_lower.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/zebra.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/coco_openpose.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/interhand3d.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/datasets/wflw.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets copying build/lib/mmpose/.mim/configs/_base_/default_runtime.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_ creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools copying build/lib/mmpose/.mim/tools/train.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools copying build/lib/mmpose/.mim/tools/slurm_test.sh -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools copying build/lib/mmpose/.mim/tools/dist_train.sh -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools copying build/lib/mmpose/.mim/tools/dist_test.sh -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools copying build/lib/mmpose/.mim/tools/analysis_tools/get_flops.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools copying build/lib/mmpose/.mim/tools/analysis_tools/print_config.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools copying build/lib/mmpose/.mim/tools/analysis_tools/analyze_logs.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/parse_cofw_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/preprocess_h36m.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/parse_deepposekit_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/preprocess_mpi_inf_3dhp.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/h36m_to_coco.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/parse_macaquepose_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/mat2json.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/dataset_converters/parse_animalpose_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters copying build/lib/mmpose/.mim/tools/test.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve copying build/lib/mmpose/.mim/tools/torchserve/mmpose2torchserve.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve copying build/lib/mmpose/.mim/tools/torchserve/mmpose_handler.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve copying build/lib/mmpose/.mim/tools/torchserve/test_torchserver.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc copying build/lib/mmpose/.mim/tools/misc/browse_dataset.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc copying build/lib/mmpose/.mim/tools/misc/keypoints2coco_without_mmdet.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc copying build/lib/mmpose/.mim/tools/misc/publish_model.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc copying build/lib/mmpose/.mim/tools/slurm_train.sh -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools copying build/lib/mmpose/.mim/model-index.yml -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim copying build/lib/mmpose/registry.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/setup_env.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/hooks.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/collect_env.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/camera.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/logger.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/config_utils.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/typing.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/tensor_utils.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils copying build/lib/mmpose/utils/timer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization copying build/lib/mmpose/visualization/simcc_vis.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization copying build/lib/mmpose/visualization/local_visualizer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization copying build/lib/mmpose/visualization/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization copying build/lib/mmpose/version.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose copying build/lib/mmpose/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/base.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/simcc_label.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/utils/post_processing.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/utils/refinement.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/utils/gaussian_heatmap.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/utils/offset_heatmap.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/utils/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/utils/instance_property.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils copying build/lib/mmpose/codecs/associative_embedding.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/regression_label.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/megvii_heatmap.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/udp_heatmap.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/integral_regression_label.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/decoupled_heatmap.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/msra_heatmap.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs copying build/lib/mmpose/codecs/spr.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes copying build/lib/mmpose/apis/webcam/nodes/helper_nodes/recorder_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes copying build/lib/mmpose/apis/webcam/nodes/helper_nodes/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes copying build/lib/mmpose/apis/webcam/nodes/helper_nodes/monitor_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes copying build/lib/mmpose/apis/webcam/nodes/helper_nodes/object_assigner_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes copying build/lib/mmpose/apis/webcam/nodes/model_nodes/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes copying build/lib/mmpose/apis/webcam/nodes/model_nodes/pose_estimator_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes copying build/lib/mmpose/apis/webcam/nodes/model_nodes/detector_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes copying build/lib/mmpose/apis/webcam/nodes/registry.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes copying build/lib/mmpose/apis/webcam/nodes/node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes copying build/lib/mmpose/apis/webcam/nodes/base_visualizer_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes copying build/lib/mmpose/apis/webcam/nodes/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes copying build/lib/mmpose/apis/webcam/nodes/visualizer_nodes/notice_board_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes copying build/lib/mmpose/apis/webcam/nodes/visualizer_nodes/object_visualizer_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes copying build/lib/mmpose/apis/webcam/nodes/visualizer_nodes/sunglasses_effect_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes copying build/lib/mmpose/apis/webcam/nodes/visualizer_nodes/bigeye_effect_node.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes copying build/lib/mmpose/apis/webcam/nodes/visualizer_nodes/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/buffer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/image_capture.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/message.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/event.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/misc.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/utils/pose.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils copying build/lib/mmpose/apis/webcam/webcam_executor.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam copying build/lib/mmpose/apis/webcam/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam copying build/lib/mmpose/apis/inference.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers copying build/lib/mmpose/apis/inferencers/pose2d_inferencer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers creating /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils copying build/lib/mmpose/apis/inferencers/utils/get_model_alias.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils copying build/lib/mmpose/apis/inferencers/utils/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils copying build/lib/mmpose/apis/inferencers/utils/default_det_models.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils copying build/lib/mmpose/apis/inferencers/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers copying build/lib/mmpose/apis/inferencers/mmpose_inferencer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers copying build/lib/mmpose/apis/inferencers/base_mmpose_inferencer.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers copying build/lib/mmpose/apis/__init__.py -> /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/builder.py to builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/fashion/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/fashion/deepfashion_dataset.py to deepfashion_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody/coco_wholebody_dataset.py to coco_wholebody_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody/halpe_dataset.py to halpe_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/wholebody/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/ochuman_dataset.py to ochuman_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/mpii_trb_dataset.py to mpii_trb_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/coco_dataset.py to coco_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/mpii_dataset.py to mpii_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/posetrack18_dataset.py to posetrack18_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/jhmdb_dataset.py to jhmdb_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/crowdpose_dataset.py to crowdpose_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/posetrack18_video_dataset.py to posetrack18_video_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/mhp_dataset.py to mhp_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/body/aic_dataset.py to aic_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face/cofw_dataset.py to cofw_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face/coco_wholebody_face_dataset.py to coco_wholebody_face_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face/face_300w_dataset.py to face_300w_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face/aflw_dataset.py to aflw_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/face/wflw_dataset.py to wflw_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/atrw_dataset.py to atrw_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/fly_dataset.py to fly_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/locust_dataset.py to locust_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/zebra_dataset.py to zebra_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/animalpose_dataset.py to animalpose_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/ap10k_dataset.py to ap10k_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/macaque_dataset.py to macaque_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/animal/horse10_dataset.py to horse10_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/base/base_coco_style_dataset.py to base_coco_style_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand/freihand_dataset.py to freihand_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand/panoptic_hand2d_dataset.py to panoptic_hand2d_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand/onehand10k_dataset.py to onehand10k_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand/coco_wholebody_hand_dataset.py to coco_wholebody_hand_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/datasets/hand/rhd2d_dataset.py to rhd2d_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/dataset_wrappers.py to dataset_wrappers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/samplers.py to samplers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/converting.py to converting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/topdown_transforms.py to topdown_transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/loading.py to loading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/formatting.py to formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/common_transforms.py to common_transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/bottomup_transforms.py to bottomup_transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/datasets/transforms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/testing/_utils.py to _utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/keypoint/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/keypoint/transforms.py to transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/pose_data_sample.py to pose_data_sample.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/bbox/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/bbox/transforms.py to transforms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/structures/multilevel_pixel_data.py to multilevel_pixel_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/optim_wrappers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/optim_wrappers/layer_decay_optim_wrapper.py to layer_decay_optim_wrapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks/ema_hook.py to ema_hook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks/visualization_hook.py to visualization_hook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/hooks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/engine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional/keypoint_eval.py to keypoint_eval.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/functional/nms.py to nms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics/coco_metric.py to coco_metric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics/keypoint_2d_metrics.py to keypoint_2d_metrics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics/keypoint_partition_metric.py to keypoint_partition_metric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics/coco_wholebody_metric.py to coco_wholebody_metric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/evaluation/metrics/posetrack18_metric.py to posetrack18_metric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/builder.py to builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks/gap_neck.py to gap_neck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks/posewarper_neck.py to posewarper_neck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks/fpn.py to fpn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/necks/fmap_proc_neck.py to fmap_proc_neck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators/bottomup.py to bottomup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/pose_estimators/topdown.py to topdown.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/transformer.py to transformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/ops.py to ops.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/check_and_update_config.py to check_and_update_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/regularizations.py to regularizations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/realnvp.py to realnvp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/geometry.py to geometry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/rtmcc_block.py to rtmcc_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/tta.py to tta.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/utils/ckpt_convert.py to ckpt_convert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/hrformer.py to hrformer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/vipnas_resnet.py to vipnas_resnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/litehrnet.py to litehrnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/vgg.py to vgg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/resnet.py to resnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/seresnet.py to seresnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/regnet.py to regnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/mspn.py to mspn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/resnest.py to resnest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/base_backbone.py to base_backbone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/hourglass.py to hourglass.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/channel_shuffle.py to channel_shuffle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/make_divisible.py to make_divisible.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/se_layer.py to se_layer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/inverted_residual.py to inverted_residual.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/utils/ckpt_convert.py to ckpt_convert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/shufflenet_v1.py to shufflenet_v1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/seresnext.py to seresnext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/cpm.py to cpm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/swin.py to swin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/pvt.py to pvt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/scnet.py to scnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/hourglass_ae.py to hourglass_ae.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/alexnet.py to alexnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/mobilenet_v2.py to mobilenet_v2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/v2v_net.py to v2v_net.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/shufflenet_v2.py to shufflenet_v2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/rsn.py to rsn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/tcn.py to tcn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/mobilenet_v3.py to mobilenet_v3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/resnext.py to resnext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/hrnet.py to hrnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/backbones/vipnas_mbv3.py to vipnas_mbv3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads/simcc_head.py to simcc_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads/rtmcc_head.py to rtmcc_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/coord_cls_heads/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/hybrid_heads/dekr_head.py to dekr_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/hybrid_heads/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/base_head.py to base_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads/rle_head.py to rle_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads/dsnt_head.py to dsnt_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads/integral_regression_head.py to integral_regression_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads/regression_head.py to regression_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/regression_heads/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/cid_head.py to cid_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/vipnas_head.py to vipnas_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/heatmap_head.py to heatmap_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/mspn_head.py to mspn_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/ae_head.py to ae_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/heatmap_heads/cpm_head.py to cpm_head.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/heads/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/data_preprocessors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/data_preprocessors/data_preprocessor.py to data_preprocessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses/loss_wrappers.py to loss_wrappers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses/classification_loss.py to classification_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses/ae_loss.py to ae_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses/regression_loss.py to regression_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/models/losses/heatmap_loss.py to heatmap_loss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmtracking_cfg/deepsort_faster-rcnn_fpn_4e_mot17-private-half.py to deepsort_faster-rcnn_fpn_4e_mot17-private-half.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmtracking_cfg/tracktor_faster-rcnn_r50_fpn_4e_mot17-private.py to tracktor_faster-rcnn_r50_fpn_4e_mot17-private.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/topdown_demo_with_mmdet.py to topdown_demo_with_mmdet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/image_demo.py to image_demo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/mask_rcnn_r50_fpn_2x_coco.py to mask_rcnn_r50_fpn_2x_coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/cascade_rcnn_x101_64x4d_fpn_coco.py to cascade_rcnn_x101_64x4d_fpn_coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/yolov3_d53_320_273e_coco.py to yolov3_d53_320_273e_coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/ssdlite_mobilenetv2-scratch_8xb24-600e_coco.py to ssdlite_mobilenetv2-scratch_8xb24-600e_coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/ssdlite_mobilenetv2_scratch_600e_onehand.py to ssdlite_mobilenetv2_scratch_600e_onehand.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/faster_rcnn_r50_fpn_coco.py to faster_rcnn_r50_fpn_coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/yolox-s_8xb8-300e_coco-face.py to yolox-s_8xb8-300e_coco-face.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/cascade_rcnn_x101_64x4d_fpn_1class.py to cascade_rcnn_x101_64x4d_fpn_1class.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/mmdetection_cfg/faster_rcnn_r50_fpn_1class.py to faster_rcnn_r50_fpn_1class.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/inferencer_demo.py to inferencer_demo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/webcam_cfg/pose_estimation.py to pose_estimation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/webcam_cfg/test_camera.py to test_camera.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/bottomup_demo.py to bottomup_demo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/demo/webcam_api_demo.py to webcam_api_demo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/freihand2d/td-hm_res50_8xb64-100e_freihand2d-224x224.py to td-hm_res50_8xb64-100e_freihand2d-224x224.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hrnetv2-w18_8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_hrnetv2-w18_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hourglass52_8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_hourglass52_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_scnet50_8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_scnet50_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_res50_8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_res50_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_litehrnet-w18_8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_litehrnet-w18_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_hrnetv2-w18_dark-8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_hrnetv2-w18_dark-8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/coco_wholebody_hand/td-hm_mobilenetv2_8xb32-210e_coco-wholebody-hand-256x256.py to td-hm_mobilenetv2_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_dark-8xb64-210e_rhd2d-256x256.py to td-hm_hrnetv2-w18_dark-8xb64-210e_rhd2d-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_res50_8xb64-210e_rhd2d-256x256.py to td-hm_res50_8xb64-210e_rhd2d-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_8xb64-210e_rhd2d-256x256.py to td-hm_hrnetv2-w18_8xb64-210e_rhd2d-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_mobilenetv2_8xb64-210e_rhd2d-256x256.py to td-hm_mobilenetv2_8xb64-210e_rhd2d-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/rhd2d/td-hm_hrnetv2-w18_udp-8xb64-210e_rhd2d-256x256.py to td-hm_hrnetv2-w18_udp-8xb64-210e_rhd2d-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_dark-8xb64-210e_onehand10k-256x256.py to td-hm_hrnetv2-w18_dark-8xb64-210e_onehand10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_udp-8xb64-210e_onehand10k-256x256.py to td-hm_hrnetv2-w18_udp-8xb64-210e_onehand10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_res50_8xb32-210e_onehand10k-256x256.py to td-hm_res50_8xb32-210e_onehand10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_mobilenetv2_8xb64-210e_onehand10k-256x256.py to td-hm_mobilenetv2_8xb64-210e_onehand10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_heatmap/onehand10k/td-hm_hrnetv2-w18_8xb64-210e_onehand10k-256x256.py to td-hm_hrnetv2-w18_8xb64-210e_onehand10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/rtmpose/coco_wholebody_hand/rtmpose-m_8xb32-210e_coco-wholebody-hand-256x256.py to rtmpose-m_8xb32-210e_coco-wholebody-hand-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/rhd2d/td-reg_res50_8xb64-210e_rhd2d-256x256.py to td-reg_res50_8xb64-210e_rhd2d-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/hand_2d_keypoint/topdown_regression/onehand10k/td-reg_res50_8xb64-210e_onehand10k-256x256.py to td-reg_res50_8xb64-210e_onehand10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res50_8xb64-210e_coco-wholebody-384x288.py to td-hm_res50_8xb64-210e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_8xb32-210e_coco-wholebody-384x288.py to td-hm_hrnet-w48_8xb32-210e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_8xb64-210e_coco-wholebody-256x192.py to td-hm_hrnet-w32_8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_8xb64-210e_coco-wholebody-384x288.py to td-hm_hrnet-w32_8xb64-210e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_dark-8xb32-210e_coco-wholebody-384x288.py to td-hm_hrnet-w48_dark-8xb32-210e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext-m_udp_8xb64-210e_coco-wholebody-256x192.py to cspnext-m_udp_8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-mbv3_8xb64-210e_coco-wholebody-256x192.py to td-hm_vipnas-mbv3_8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-res50_8xb64-210e_coco-wholebody-256x192.py to td-hm_vipnas-res50_8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w32_dark-8xb64-210e_coco-wholebody-256x192.py to td-hm_hrnet-w32_dark-8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res152_8xb32-210e_coco-wholebody-256x192.py to td-hm_res152_8xb32-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_hrnet-w48_8xb32-210e_coco-wholebody-256x192.py to td-hm_hrnet-w48_8xb32-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-mbv3_dark-8xb64-210e_coco-wholebody-256x192.py to td-hm_vipnas-mbv3_dark-8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res101_8xb32-210e_coco-wholebody-256x192.py to td-hm_res101_8xb32-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res101_8xb32-210e_coco-wholebody-384x288.py to td-hm_res101_8xb32-210e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_vipnas-res50_dark-8xb64-210e_coco-wholebody-256x192.py to td-hm_vipnas-res50_dark-8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res152_8xb32-210e_coco-wholebody-384x288.py to td-hm_res152_8xb32-210e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/td-hm_res50_8xb64-210e_coco-wholebody-256x192.py to td-hm_res50_8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/topdown_heatmap/coco-wholebody/cspnext-l_udp_8xb64-210e_coco-wholebody-256x192.py to cspnext-l_udp_8xb64-210e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-l_8xb64-270e_coco-wholebody-256x192.py to rtmpose-l_8xb64-270e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-m_8xb64-270e_coco-wholebody-256x192.py to rtmpose-m_8xb64-270e_coco-wholebody-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/wholebody_2d_keypoint/rtmpose/coco-wholebody/rtmpose-l_8xb32-270e_coco-wholebody-384x288.py to rtmpose-l_8xb32-270e_coco-wholebody-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub2-368x368.py to td-hm_cpm_8xb32-40e_jhmdb-sub2-368x368.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub3-256x256.py to td-hm_res50_8xb64-20e_jhmdb-sub3-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub1-256x256.py to td-hm_res50-2deconv_8xb64-40e_jhmdb-sub1-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub2-256x256.py to td-hm_res50_8xb64-20e_jhmdb-sub2-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50_8xb64-20e_jhmdb-sub1-256x256.py to td-hm_res50_8xb64-20e_jhmdb-sub1-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub3-256x256.py to td-hm_res50-2deconv_8xb64-40e_jhmdb-sub3-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub1-368x368.py to td-hm_cpm_8xb32-40e_jhmdb-sub1-368x368.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_cpm_8xb32-40e_jhmdb-sub3-368x368.py to td-hm_cpm_8xb32-40e_jhmdb-sub3-368x368.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/jhmdb/td-hm_res50-2deconv_8xb64-40e_jhmdb-sub2-256x256.py to td-hm_res50-2deconv_8xb64-40e_jhmdb-sub2-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mspn50_8xb32-210e_coco-256x192.py to td-hm_mspn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest269_8xb16-210e_coco-384x288.py to td-hm_resnest269_8xb16-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet50_8xb64-210e_coco-256x192.py to td-hm_seresnet50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_rsn18_8xb32-210e_coco-256x192.py to td-hm_rsn18_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-tiny_udp_8xb256-210e_aic-coco-256x192.py to cspnext-tiny_udp_8xb256-210e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-30_8xb32-210e_coco-384x288.py to td-hm_litehrnet-30_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-m_udp_8xb256-210e_coco-256x192.py to cspnext-m_udp_8xb256-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet101_8xb48-210e_coco-384x288.py to td-hm_scnet101_8xb48-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_dark-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_dark-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large-simple_8xb64-210e_coco-256x192.py to td-hm_ViTPose-large-simple_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_pvt-s_8xb64-210e_coco-256x192.py to td-hm_pvt-s_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_dark-8xb64-210e_coco-256x192.py to td-hm_res101_dark-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv2_8xb64-210e_coco-384x288.py to td-hm_shufflenetv2_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest101_8xb32-210e_coco-384x288.py to td-hm_resnest101_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_udp-8xb32-210e_coco-256x192.py to td-hm_hrnet-w48_udp-8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_fp16-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_fp16-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet50_8xb64-210e_coco-256x192.py to td-hm_scnet50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-tiny_udp_8xb256-210e_coco-256x192.py to cspnext-tiny_udp_8xb256-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_8xb32-210e_coco-256x192.py to td-hm_res152_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_dark-8xb32-210e_coco-384x288.py to td-hm_res152_dark-8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vipnas-res50_8xb64-210e_coco-256x192.py to td-hm_vipnas-res50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv1_8xb64-210e_coco-384x288.py to td-hm_shufflenetv1_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_8xb64-210e_coco-256x192.py to td-hm_res50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-18_8xb64-210e_coco-256x192.py to td-hm_litehrnet-18_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d101_8xb32-210e_coco-384x288.py to td-hm_resnetv1d101_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-small_8xb32-210e_coco-256x192.py to td-hm_hrformer-small_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_udp-8xb32-210e_coco-384x288.py to td-hm_hrnet-w48_udp-8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-s_udp_8xb256-210e_aic-coco-256x192.py to cspnext-s_udp_8xb256-210e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d152_8xb32-210e_coco-256x192.py to td-hm_resnetv1d152_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-base_8xb32-210e_coco-256x192.py to td-hm_hrformer-base_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_coarsedropout-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_coarsedropout-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet152_8xb32-210e_coco-256x192.py to td-hm_seresnet152_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-base-simple_8xb64-210e_coco-256x192.py to td-hm_ViTPose-base-simple_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext152_8xb32-210e_coco-256x192.py to td-hm_resnext152_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-merge.py to td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-merge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vgg16-bn_8xb64-210e_coco-256x192.py to td-hm_vgg16-bn_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_dark-8xb64-210e_coco-384x288.py to td-hm_res50_dark-8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest50_8xb64-210e_coco-256x192.py to td-hm_resnest50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-small-simple_8xb64-210e_coco-256x192.py to td-hm_ViTPose-small-simple_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d50_8xb64-210e_coco-384x288.py to td-hm_resnetv1d50_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-small_8xb32-210e_coco-384x288.py to td-hm_hrformer-small_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_8xb64-210e_coco-256x192.py to td-hm_res101_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_fp16-8xb64-210e_coco-256x192.py to td-hm_res50_fp16-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hourglass52_8xb32-210e_coco-384x384.py to td-hm_hourglass52_8xb32-210e_coco-384x384.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest101_8xb64-210e_coco-256x192.py to td-hm_resnest101_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet50_8xb64-210e_coco-384x288.py to td-hm_seresnet50_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest50_8xb64-210e_coco-384x288.py to td-hm_resnest50_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext101_8xb32-210e_coco-384x288.py to td-hm_resnext101_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest200_8xb16-210e_coco-384x288.py to td-hm_resnest200_8xb16-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_dark-8xb32-210e_coco-256x192.py to td-hm_hrnet-w48_dark-8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mobilenetv2_8xb64-210e_coco-384x288.py to td-hm_mobilenetv2_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-m_udp_8xb256-210e_aic-coco-256x192.py to cspnext-m_udp_8xb256-210e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge-simple_8xb64-210e_coco-256x192.py to td-hm_ViTPose-huge-simple_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-l_udp_8xb256-210e_coco-256x192.py to cspnext-l_udp_8xb256-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext50_8xb64-210e_coco-384x288.py to td-hm_resnext50_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-l-p4-w7_8xb32-210e_coco-384x288.py to td-hm_swin-l-p4-w7_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_dark-8xb64-210e_coco-384x288.py to td-hm_res101_dark-8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-384x288.py to td-hm_hrnet-w32_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_photometric-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_photometric-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_gridmask-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_gridmask-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv2_8xb64-210e_coco-256x192.py to td-hm_shufflenetv2_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_cpm_8xb64-210e_coco-256x192.py to td-hm_cpm_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_dark-8xb32-210e_coco-384x288.py to td-hm_hrnet-w48_dark-8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext152_8xb48-210e_coco-384x288.py to td-hm_resnext152_8xb48-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet101_8xb32-210e_coco-384x288.py to td-hm_seresnet101_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_cpm_8xb32-210e_coco-384x288.py to td-hm_cpm_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_2xmspn50_8xb32-210e_coco-256x192.py to td-hm_2xmspn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest200_8xb64-210e_coco-256x192.py to td-hm_resnest200_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hourglass52_8xb32-210e_coco-256x256.py to td-hm_hourglass52_8xb32-210e_coco-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d50_8xb64-210e_coco-256x192.py to td-hm_resnetv1d50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet101_8xb32-210e_coco-256x192.py to td-hm_scnet101_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res101_8xb32-210e_coco-384x288.py to td-hm_res101_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-256x192.py to td-hm_hrnet-w48_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-256x192.py to td-hm_swin-b-p4-w7_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_3xmspn50_8xb32-210e_coco-256x192.py to td-hm_3xmspn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_3xrsn50_8xb32-210e_coco-256x192.py to td-hm_3xrsn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnest269_8xb32-210e_coco-256x192.py to td-hm_resnest269_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-384x288.py to td-hm_hrnet-w48_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet152_8xb48-210e_coco-384x288.py to td-hm_seresnet152_8xb48-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext101_8xb64-210e_coco-256x192.py to td-hm_resnext101_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_dark-8xb64-210e_coco-384x288.py to td-hm_hrnet-w32_dark-8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-8xb64-210e_coco-384x288.py to td-hm_hrnet-w32_udp-8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_seresnet101_8xb64-210e_coco-256x192.py to td-hm_seresnet101_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d152_8xb48-210e_coco-384x288.py to td-hm_resnetv1d152_8xb48-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge_8xb64-210e_coco-256x192.py to td-hm_ViTPose-huge_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-combine.py to td-hm_hrnet-w32_8xb64-210e_coco-aic-256x192-combine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-base_8xb64-210e_coco-256x192.py to td-hm_ViTPose-base_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_4xmspn50_8xb32-210e_coco-256x192.py to td-hm_4xmspn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnext50_8xb64-210e_coco-256x192.py to td-hm_resnext50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-l-p4-w7_8xb32-210e_coco-256x192.py to td-hm_swin-l-p4-w7_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-30_8xb64-210e_coco-256x192.py to td-hm_litehrnet-30_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_vipnas-mbv3_8xb64-210e_coco-256x192.py to td-hm_vipnas-mbv3_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_pvtv2-b2_8xb64-210e_coco-256x192.py to td-hm_pvtv2-b2_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_litehrnet-18_8xb32-210e_coco-384x288.py to td-hm_litehrnet-18_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-regress-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_udp-regress-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-large_8xb64-210e_coco-256x192.py to td-hm_ViTPose-large_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_shufflenetv1_8xb64-210e_coco-256x192.py to td-hm_shufflenetv1_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_mobilenetv2_8xb64-210e_coco-256x192.py to td-hm_mobilenetv2_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_alexnet_8xb64-210e_coco-256x192.py to td-hm_alexnet_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_dark-8xb64-210e_coco-256x192.py to td-hm_res50_dark-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-l_udp_8xb256-210e_aic-coco-256x192.py to cspnext-l_udp_8xb256-210e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/cspnext-s_udp_8xb256-210e_coco-256x192.py to cspnext-s_udp_8xb256-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_udp-8xb64-210e_coco-256x192.py to td-hm_hrnet-w32_udp-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-t-p4-w7_8xb32-210e_coco-256x192.py to td-hm_swin-t-p4-w7_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-small_8xb64-210e_coco-256x192.py to td-hm_ViTPose-small_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_resnetv1d101_8xb64-210e_coco-256x192.py to td-hm_resnetv1d101_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_2xrsn50_8xb32-210e_coco-256x192.py to td-hm_2xrsn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_scnet50_8xb32-210e_coco-384x288.py to td-hm_scnet50_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrformer-base_8xb32-210e_coco-384x288.py to td-hm_hrformer-base_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_dark-8xb32-210e_coco-256x192.py to td-hm_res152_dark-8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-384x288.py to td-hm_swin-b-p4-w7_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_rsn50_8xb32-210e_coco-256x192.py to td-hm_rsn50_8xb32-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res152_8xb32-210e_coco-384x288.py to td-hm_res152_8xb32-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_res50_8xb64-210e_coco-384x288.py to td-hm_res50_8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/cspnext-m_udp_8xb64-210e_crowpose-256x192.py to cspnext-m_udp_8xb64-210e_crowpose-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res152_8xb64-210e_crowdpose-256x192.py to td-hm_res152_8xb64-210e_crowdpose-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res50_8xb64-210e_crowdpose-256x192.py to td-hm_res50_8xb64-210e_crowdpose-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res101_8xb64-210e_crowdpose-256x192.py to td-hm_res101_8xb64-210e_crowdpose-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_hrnet-w32_8xb64-210e_crowdpose-256x192.py to td-hm_hrnet-w32_8xb64-210e_crowdpose-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/crowdpose/td-hm_res101_8xb64-210e_crowdpose-320x256.py to td-hm_res101_8xb64-210e_crowdpose-320x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/td-hm_hrnet-w32_8xb64-210e_aic-256x192.py to td-hm_hrnet-w32_8xb64-210e_aic-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/aic/td-hm_res101_8xb64-210e_aic-256x192.py to td-hm_res101_8xb64-210e_aic-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w48_8xb64-20e_posetrack18-256x192.py to td-hm_hrnet-w48_8xb64-20e_posetrack18-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_res50_8xb64-20e_posetrack18-256x192.py to td-hm_res50_8xb64-20e_posetrack18-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w48_8xb64-20e_posetrack18-384x288.py to td-hm_hrnet-w48_8xb64-20e_posetrack18-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w32_8xb64-20e_posetrack18-256x192.py to td-hm_hrnet-w32_8xb64-20e_posetrack18-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/posetrack18/td-hm_hrnet-w32_8xb64-20e_posetrack18-384x288.py to td-hm_hrnet-w32_8xb64-20e_posetrack18-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d152_8xb64-210e_mpii-256x256.py to td-hm_resnetv1d152_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w32_8xb64-210e_mpii-256x256.py to td-hm_hrnet-w32_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d50_8xb64-210e_mpii-256x256.py to td-hm_resnetv1d50_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_shufflenetv1_8xb64-210e_mpii-256x256.py to td-hm_shufflenetv1_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_cpm_8xb64-210e_mpii-368x368.py to td-hm_cpm_8xb64-210e_mpii-368x368.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w48_dark-8xb64-210e_mpii-256x256.py to td-hm_hrnet-w48_dark-8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_scnet101_8xb64-210e_mpii-256x256.py to td-hm_scnet101_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res152_8xb32-210e_mpii-256x256.py to td-hm_res152_8xb32-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_mobilenetv2_8xb64-210e_mpii-256x256.py to td-hm_mobilenetv2_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_litehrnet-30_8xb64-210e_mpii-256x256.py to td-hm_litehrnet-30_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet50_8xb64-210e_mpii-256x256.py to td-hm_seresnet50_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnetv1d101_8xb64-210e_mpii-256x256.py to td-hm_resnetv1d101_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hourglass52_8xb64-210e_mpii-256x256.py to td-hm_hourglass52_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hourglass52_8xb32-210e_mpii-384x384.py to td-hm_hourglass52_8xb32-210e_mpii-384x384.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w48_8xb64-210e_mpii-256x256.py to td-hm_hrnet-w48_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_litehrnet-18_8xb64-210e_mpii-256x256.py to td-hm_litehrnet-18_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_scnet50_8xb64-210e_mpii-256x256.py to td-hm_scnet50_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_resnext152_8xb32-210e_mpii-256x256.py to td-hm_resnext152_8xb32-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_hrnet-w32_dark-8xb64-210e_mpii-256x256.py to td-hm_hrnet-w32_dark-8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet101_8xb64-210e_mpii-256x256.py to td-hm_seresnet101_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res101_8xb64-210e_mpii-256x256.py to td-hm_res101_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_seresnet152_8xb32-210e_mpii-256x256.py to td-hm_seresnet152_8xb32-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_res50_8xb64-210e_mpii-256x256.py to td-hm_res50_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/td-hm_shufflenetv2_8xb64-210e_mpii-256x256.py to td-hm_shufflenetv2_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_heatmap/mpii/cspnext-m_udp_8xb64-210e_mpii-256x256.py to cspnext-m_udp_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_coco-256x192.py to rtmpose-m_8xb256-420e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_aic-coco-384x288.py to rtmpose-m_8xb256-420e_aic-coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-t_8xb256-420e_coco-256x192.py to rtmpose-t_8xb256-420e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_coco-256x192.py to rtmpose-l_8xb256-420e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-s_8xb256-420e_aic-coco-256x192.py to rtmpose-s_8xb256-420e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_aic-coco-384x288.py to rtmpose-l_8xb256-420e_aic-coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-t_8xb256-420e_aic-coco-256x192.py to rtmpose-t_8xb256-420e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-l_8xb256-420e_aic-coco-256x192.py to rtmpose-l_8xb256-420e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-s_8xb256-420e_coco-256x192.py to rtmpose-s_8xb256-420e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/coco/rtmpose-m_8xb256-420e_aic-coco-256x192.py to rtmpose-m_8xb256-420e_aic-coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/crowdpose/rtmpose-m_8xb64-210e_crowdpose-256x192.py to rtmpose-m_8xb64-210e_crowdpose-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/rtmpose/mpii/rtmpose-m_8xb64-210e_mpii-256x256.py to rtmpose-m_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/associative_embedding/coco/ae_hrnet-w32_8xb24-300e_coco-512x512.py to ae_hrnet-w32_8xb24-300e_coco-512x512.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_rle-8xb64-210e_coco-256x192.py to td-reg_res50_rle-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_rle-8xb64-210e_coco-384x288.py to td-reg_res152_rle-8xb64-210e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_rle-8xb64-210e_coco-256x192.py to td-reg_res152_rle-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_rle-pretrained-8xb64-210e_coco-256x192.py to td-reg_res50_rle-pretrained-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res50_8xb64-210e_coco-256x192.py to td-reg_res50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res152_8xb64-210e_coco-256x192.py to td-reg_res152_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res101_8xb64-210e_coco-256x192.py to td-reg_res101_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_mobilenetv2_rle-pretrained-8xb64-210e_coco-256x192.py to td-reg_mobilenetv2_rle-pretrained-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/coco/td-reg_res101_rle-8xb64-210e_coco-256x192.py to td-reg_res101_rle-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res152_8xb64-210e_mpii-256x256.py to td-reg_res152_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res50_8xb64-210e_mpii-256x256.py to td-reg_res50_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res101_8xb64-210e_mpii-256x256.py to td-reg_res101_8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/topdown_regression/mpii/td-reg_res50_rle-8xb64-210e_mpii-256x256.py to td-reg_res50_rle-8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_debias-8xb64-210e_coco-256x256.py to ipr_res50_debias-8xb64-210e_coco-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_8xb64-210e_coco-256x256.py to ipr_res50_8xb64-210e_coco-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/integral_regression/coco/ipr_res50_dsnt-8xb64-210e_coco-256x256.py to ipr_res50_dsnt-8xb64-210e_coco-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_mobilenetv2_wo-deconv-8xb64-210e_coco-256x192.py to simcc_mobilenetv2_wo-deconv-8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb32-140e_coco-384x288.py to simcc_res50_8xb32-140e_coco-384x288.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb64-210e_coco-256x192.py to simcc_res50_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/coco/simcc_vipnas-mbv3_8xb64-210e_coco-256x192.py to simcc_vipnas-mbv3_8xb64-210e_coco-256x192.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/simcc/mpii/simcc_res50_wo-deconv-8xb64-210e_mpii-256x256.py to simcc_res50_wo-deconv-8xb64-210e_mpii-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/coco/dekr_hrnet-w48_8xb10-140e_coco-640x640.py to dekr_hrnet-w48_8xb10-140e_coco-640x640.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/coco/dekr_hrnet-w32_8xb10-140e_coco-512x512.py to dekr_hrnet-w32_8xb10-140e_coco-512x512.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/dekr_hrnet-w48_8xb5-300e_crowdpose-640x640.py to dekr_hrnet-w48_8xb5-300e_crowdpose-640x640.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/dekr/crowdpose/dekr_hrnet-w32_8xb10-300e_crowdpose-512x512.py to dekr_hrnet-w32_8xb10-300e_crowdpose-512x512.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid/coco/cid_hrnet-w32_8xb20-140e_coco-512x512.py to cid_hrnet-w32_8xb20-140e_coco-512x512.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/body_2d_keypoint/cid/coco/cid_hrnet-w48_8xb20-140e_coco-512x512.py to cid_hrnet-w48_8xb20-140e_coco-512x512.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/td-hm_hrnetv2-w18_dark-8xb64-60e_aflw-256x256.py to td-hm_hrnetv2-w18_dark-8xb64-60e_aflw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/aflw/td-hm_hrnetv2-w18_8xb64-60e_aflw-256x256.py to td-hm_hrnetv2-w18_8xb64-60e_aflw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/cofw/td-hm_hrnetv2-w18_8xb64-60e_cofw-256x256.py to td-hm_hrnetv2-w18_8xb64-60e_cofw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_scnet50_8xb32-60e_coco-wholebody-face-256x256.py to td-hm_scnet50_8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hrnetv2-w18_8xb32-60e_coco-wholebody-face-256x256.py to td-hm_hrnetv2-w18_8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_mobilenetv2_8xb32-60e_coco-wholebody-face-256x256.py to td-hm_mobilenetv2_8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_res50_8xb32-60e_coco-wholebody-face-256x256.py to td-hm_res50_8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hrnetv2-w18_dark-8xb32-60e_coco-wholebody-face-256x256.py to td-hm_hrnetv2-w18_dark-8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/coco_wholebody_face/td-hm_hourglass52_8xb32-60e_coco-wholebody-face-256x256.py to td-hm_hourglass52_8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_awing-8xb64-60e_wflw-256x256.py to td-hm_hrnetv2-w18_awing-8xb64-60e_wflw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_8xb64-60e_wflw-256x256.py to td-hm_hrnetv2-w18_8xb64-60e_wflw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/wflw/td-hm_hrnetv2-w18_dark-8xb64-60e_wflw-256x256.py to td-hm_hrnetv2-w18_dark-8xb64-60e_wflw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/topdown_heatmap/300w/td-hm_hrnetv2-w18_8xb64-60e_300w-256x256.py to td-hm_hrnetv2-w18_8xb64-60e_300w-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/coco_wholebody_face/rtmpose-m_8xb32-60e_coco-wholebody-face-256x256.py to rtmpose-m_8xb32-60e_coco-wholebody-face-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/face_2d_keypoint/rtmpose/wflw/rtmpose-m_8xb64-60e_wflw-256x256.py to rtmpose-m_8xb64-60e_wflw-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res101_8xb64-210e_animalpose-256x256.py to td-hm_res101_8xb64-210e_animalpose-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res50_8xb64-210e_animalpose-256x256.py to td-hm_res50_8xb64-210e_animalpose-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_res152_8xb32-210e_animalpose-256x256.py to td-hm_res152_8xb32-210e_animalpose-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w32_8xb64-210e_animalpose-256x256.py to td-hm_hrnet-w32_8xb64-210e_animalpose-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.py to td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res101_8xb64-210e_zebra-160x160.py to td-hm_res101_8xb64-210e_zebra-160x160.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res50_8xb64-210e_zebra-160x160.py to td-hm_res50_8xb64-210e_zebra-160x160.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/zebra/td-hm_res152_8xb32-210e_zebra-160x160.py to td-hm_res152_8xb32-210e_zebra-160x160.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_res101_8xb64-210e_ap10k-256x256.py to td-hm_res101_8xb64-210e_ap10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_hrnet-w32_8xb64-210e_ap10k-256x256.py to td-hm_hrnet-w32_8xb64-210e_ap10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/cspnext-m_udp_8xb64-210e_ap10k-256x256.py to cspnext-m_udp_8xb64-210e_ap10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_res50_8xb64-210e_ap10k-256x256.py to td-hm_res50_8xb64-210e_ap10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/ap10k/td-hm_hrnet-w48_8xb64-210e_ap10k-256x256.py to td-hm_hrnet-w48_8xb64-210e_ap10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res101_8xb64-210e_locust-160x160.py to td-hm_res101_8xb64-210e_locust-160x160.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res152_8xb32-210e_locust-160x160.py to td-hm_res152_8xb32-210e_locust-160x160.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/topdown_heatmap/locust/td-hm_res50_8xb64-210e_locust-160x160.py to td-hm_res50_8xb64-210e_locust-160x160.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/animal_2d_keypoint/rtmpose/ap10k/rtmpose-m_8xb64-210e_ap10k-256x256.py to rtmpose-m_8xb64-210e_ap10k-256x256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/ap10k.py to ap10k.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/mpii.py to mpii.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/mpii_trb.py to mpii_trb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/cofw.py to cofw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/ochuman.py to ochuman.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/rhd2d.py to rhd2d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/coco_wholebody_hand.py to coco_wholebody_hand.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/mpi_inf_3dhp.py to mpi_inf_3dhp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/halpe.py to halpe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/coco_aic.py to coco_aic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/crowdpose.py to crowdpose.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/h36m.py to h36m.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/animalpose.py to animalpose.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/freihand2d.py to freihand2d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/deepfashion_upper.py to deepfashion_upper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/300w.py to 300w.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/jhmdb.py to jhmdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/panoptic_hand2d.py to panoptic_hand2d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/deepfashion_full.py to deepfashion_full.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/coco_wholebody.py to coco_wholebody.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/macaque.py to macaque.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/atrw.py to atrw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/fly.py to fly.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/campus.py to campus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/locust.py to locust.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/mhp.py to mhp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/shelf.py to shelf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/onehand10k.py to onehand10k.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/coco.py to coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/posetrack18.py to posetrack18.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/coco_wholebody_face.py to coco_wholebody_face.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/interhand2d.py to interhand2d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/horse10.py to horse10.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/aflw.py to aflw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/aic.py to aic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/panoptic_body3d.py to panoptic_body3d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/deepfashion_lower.py to deepfashion_lower.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/zebra.py to zebra.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/coco_openpose.py to coco_openpose.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/interhand3d.py to interhand3d.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/datasets/wflw.py to wflw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/configs/_base_/default_runtime.py to default_runtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/train.py to train.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools/get_flops.py to get_flops.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools/print_config.py to print_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/analysis_tools/analyze_logs.py to analyze_logs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/parse_cofw_dataset.py to parse_cofw_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/preprocess_h36m.py to preprocess_h36m.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/parse_deepposekit_dataset.py to parse_deepposekit_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/preprocess_mpi_inf_3dhp.py to preprocess_mpi_inf_3dhp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/h36m_to_coco.py to h36m_to_coco.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/parse_macaquepose_dataset.py to parse_macaquepose_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/mat2json.py to mat2json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/dataset_converters/parse_animalpose_dataset.py to parse_animalpose_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/test.py to test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve/mmpose2torchserve.py to mmpose2torchserve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve/mmpose_handler.py to mmpose_handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/torchserve/test_torchserver.py to test_torchserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc/browse_dataset.py to browse_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc/keypoints2coco_without_mmdet.py to keypoints2coco_without_mmdet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/.mim/tools/misc/publish_model.py to publish_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/setup_env.py to setup_env.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/hooks.py to hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/collect_env.py to collect_env.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/camera.py to camera.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/config_utils.py to config_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/typing.py to typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/tensor_utils.py to tensor_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/utils/timer.py to timer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization/simcc_vis.py to simcc_vis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization/local_visualizer.py to local_visualizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/visualization/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/simcc_label.py to simcc_label.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils/post_processing.py to post_processing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils/refinement.py to refinement.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils/gaussian_heatmap.py to gaussian_heatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils/offset_heatmap.py to offset_heatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/utils/instance_property.py to instance_property.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/associative_embedding.py to associative_embedding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/regression_label.py to regression_label.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/megvii_heatmap.py to megvii_heatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/udp_heatmap.py to udp_heatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/integral_regression_label.py to integral_regression_label.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/decoupled_heatmap.py to decoupled_heatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/msra_heatmap.py to msra_heatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/codecs/spr.py to spr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes/recorder_node.py to recorder_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes/monitor_node.py to monitor_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/helper_nodes/object_assigner_node.py to object_assigner_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes/pose_estimator_node.py to pose_estimator_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/model_nodes/detector_node.py to detector_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/base_visualizer_node.py to base_visualizer_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes/notice_board_node.py to notice_board_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes/object_visualizer_node.py to object_visualizer_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes/sunglasses_effect_node.py to sunglasses_effect_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes/bigeye_effect_node.py to bigeye_effect_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/nodes/visualizer_nodes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/buffer.py to buffer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/image_capture.py to image_capture.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/message.py to message.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/misc.py to misc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/utils/pose.py to pose.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/webcam_executor.py to webcam_executor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/webcam/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inference.py to inference.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/pose2d_inferencer.py to pose2d_inferencer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils/get_model_alias.py to get_model_alias.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/utils/default_det_models.py to default_det_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/mmpose_inferencer.py to mmpose_inferencer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/inferencers/base_mmpose_inferencer.py to base_mmpose_inferencer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose/apis/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpd3j94xig.py' /usr/bin/python3 /tmp/tmpd3j94xig.py removing /tmp/tmpd3j94xig.py running install_egg_info running egg_info writing mmpose.egg-info/PKG-INFO writing dependency_links to mmpose.egg-info/dependency_links.txt writing requirements to mmpose.egg-info/requires.txt writing top-level names to mmpose.egg-info/top_level.txt reading manifest file 'mmpose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mmpose.egg-info/SOURCES.txt' Copying mmpose.egg-info to /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9/site-packages/mmpose-1.0.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64//usr/share/doc/python-mmpose + '[' -d doc ']' ~/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 ~/build/BUILD/mmpose-1.0.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/mmpose-1.0.0 + mv /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.0.0-1 --unique-debug-suffix -1.0.0-1.x86_64 --unique-debug-src-base python-mmpose-1.0.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/mmpose-1.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-mmpose-1.0.0-1.noarch Provides: python-mmpose python3-mmpose = 1.0.0-1 python3.9dist(mmpose) = 1 python3dist(mmpose) = 1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(chumpy) python3.9dist(json-tricks) python3.9dist(matplotlib) python3.9dist(munkres) python3.9dist(numpy) python3.9dist(opencv-python) python3.9dist(pillow) python3.9dist(scipy) python3.9dist(torchvision) python3.9dist(xtcocotools) >= 1.12 Processing files: python-mmpose-help-1.0.0-1.noarch warning: Empty %files file /builddir/build/BUILD/mmpose-1.0.0/doclist.lst Provides: python-mmpose-help = 1.0.0-1 python3-mmpose-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 Wrote: /builddir/build/RPMS/python-mmpose-help-1.0.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-mmpose-1.0.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iN000l + umask 022 + cd /builddir/build/BUILD + cd mmpose-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-mmpose-1.0.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0