基于十九届智能车百度完全模型组线上赛baseline修改
调整参数最高能到0.989吧
一、环境准备
1.安装PaddleDetection
In [1]
# 解压PaddleDetection压缩包
%cd /home/aistudio/data/data267567
!unzip -q PaddleDetection-release-2.6.zip -d /home/aistudio
/home/aistudio/data/data267567
2.安装依赖
In [2]
# 安装requirements中的依赖
%cd ~/PaddleDetection-release-2.6
!pip install -r requirements.txt
#安装过慢可以打开requirements.txt文件,注释掉opencv-python <= 4.6.0(在前面加“#”)
# 然后将此命令前的“#”删掉重新运行
!pip install opencv-python <= 4.6.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
# 编译安装paddledet
!python setup.py install
%cd ~
copying ppdet/modeling/reid/resnet.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/resnet_embedding.py -> build/lib/ppdet/modeling/reid copying ppdet/modeling/reid/jde_embedding_head.py -> build/lib/ppdet/modeling/reid creating build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/convnext.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/esnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/hardnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/cspresnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/vgg.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/dla.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/lcnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/ghostnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/csp_darknet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/transformer_utils.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/lite_hrnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/mobilenet_v1.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/senet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/hrnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/swin_transformer.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/vision_transformer.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/mobileone.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/name_adapter.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/shufflenet_v2.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/__init__.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/resnet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/trans_encoder.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/darknet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/blazenet.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/res2net.py -> build/lib/ppdet/modeling/backbones copying ppdet/modeling/backbones/mobilenet_v3.py -> build/lib/ppdet/modeling/backbones creating build/lib/ppdet/modeling/ssod copying ppdet/modeling/ssod/utils.py -> build/lib/ppdet/modeling/ssod copying ppdet/modeling/ssod/__init__.py -> build/lib/ppdet/modeling/ssod copying ppdet/modeling/ssod/losses.py -> build/lib/ppdet/modeling/ssod creating build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/solov2_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/bbox_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ttf_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/simota_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/pico_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ppyoloe_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/gfl_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/yolo_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/centertrack_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/face_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/roi_extractor.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/fcosr_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ppyoloe_r_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/sparse_roi_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/centernet_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/keypoint_hrhrnet_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/petr_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/retina_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/__init__.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/sparsercnn_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ssd_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/cascade_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/tood_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/yolof_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/fcos_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/detr_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/ppyoloe_contrast_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/mask_head.py -> build/lib/ppdet/modeling/heads copying ppdet/modeling/heads/s2anet_head.py -> build/lib/ppdet/modeling/heads creating build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/proposal_generator.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/anchor_generator.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/embedding_rpn_head.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/target.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/rpn_head.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/__init__.py -> build/lib/ppdet/modeling/proposal_generator copying ppdet/modeling/proposal_generator/target_layer.py -> build/lib/ppdet/modeling/proposal_generator creating build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/ocsort_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/base_jde_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/center_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/jde_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/__init__.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/botsort_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/deepsort_tracker.py -> build/lib/ppdet/modeling/mot/tracker copying ppdet/modeling/mot/tracker/base_sde_tracker.py -> build/lib/ppdet/modeling/mot/tracker creating build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/deepsort_matching.py -> build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/ocsort_matching.py -> build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/__init__.py -> build/lib/ppdet/modeling/mot/matching copying ppdet/modeling/mot/matching/jde_matching.py -> build/lib/ppdet/modeling/mot/matching creating build/lib/ppdet/modeling/mot/motion copying ppdet/modeling/mot/motion/gmc.py -> build/lib/ppdet/modeling/mot/motion copying ppdet/modeling/mot/motion/kalman_filter.py -> build/lib/ppdet/modeling/mot/motion copying ppdet/modeling/mot/motion/ocsort_kalman_filter.py -> build/lib/ppdet/modeling/mot/motion copying ppdet/modeling/mot/motion/__init__.py -> build/lib/ppdet/modeling/mot/motion creating build/lib/ppdet/core/config copying ppdet/core/config/yaml_helpers.py -> build/lib/ppdet/core/config copying ppdet/core/config/schema.py -> build/lib/ppdet/core/config copying ppdet/core/config/__init__.py -> build/lib/ppdet/core/config creating build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/tests/test_get_model.py -> build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/tests/test_list_model.py -> build/lib/ppdet/model_zoo/tests copying ppdet/model_zoo/tests/__init__.py -> build/lib/ppdet/model_zoo/tests creating build/lib/ppdet/data/crop_utils copying ppdet/data/crop_utils/__init__.py -> build/lib/ppdet/data/crop_utils copying ppdet/data/crop_utils/chip_box_utils.py -> build/lib/ppdet/data/crop_utils copying ppdet/data/crop_utils/annotation_cropper.py -> build/lib/ppdet/data/crop_utils creating build/lib/ppdet/data/source copying ppdet/data/source/mot.py -> build/lib/ppdet/data/source copying ppdet/data/source/category.py -> build/lib/ppdet/data/source copying ppdet/data/source/sniper_coco.py -> build/lib/ppdet/data/source copying ppdet/data/source/keypoint_coco.py -> build/lib/ppdet/data/source copying ppdet/data/source/dataset.py -> build/lib/ppdet/data/source copying ppdet/data/source/voc.py -> build/lib/ppdet/data/source copying ppdet/data/source/__init__.py -> build/lib/ppdet/data/source copying ppdet/data/source/pose3d_cmb.py -> build/lib/ppdet/data/source copying ppdet/data/source/widerface.py -> build/lib/ppdet/data/source copying ppdet/data/source/coco.py -> build/lib/ppdet/data/source creating build/lib/ppdet/data/transform copying ppdet/data/transform/autoaugment_utils.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/op_helper.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/atss_assigner.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/mot_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/batch_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/gridmask_utils.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/rotated_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/keypoint_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/keypoints_3d_operators.py -> build/lib/ppdet/data/transform copying ppdet/data/transform/__init__.py -> build/lib/ppdet/data/transform copying ppdet/model_zoo/MODEL_ZOO -> build/lib/ppdet/model_zoo creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/ppdet copying build/lib/ppdet/version.py -> build/bdist.linux-x86_64/egg/ppdet creating build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/yolo.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/pose3d_metro.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/keypoint_hrhrnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/detr.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/queryinst.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/picodet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/gfl.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/fcos.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/mask_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/bytetrack.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/jde.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/sparse_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/meta_arch.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/keypoint_hrnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/deepsort.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/s2anet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/yolox.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/retinanet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/solov2.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/tood.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/centertrack.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/blazeface.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/yolof.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/fairmot.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/centernet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/faster_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/keypoint_petr.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/ppyoloe.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/cascade_rcnn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/ssd.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/architectures/ttfnet.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/architectures copying build/lib/ppdet/modeling/post_process.py -> build/bdist.linux-x86_64/egg/ppdet/modeling copying build/lib/ppdet/modeling/ops.py -> build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/ocsort_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/base_jde_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/center_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/jde_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/botsort_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/deepsort_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/tracker/base_sde_tracker.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/tracker copying build/lib/ppdet/modeling/mot/utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/deepsort_matching.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/ocsort_matching.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/matching/jde_matching.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/matching copying build/lib/ppdet/modeling/mot/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot creating build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/motion/gmc.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/motion/kalman_filter.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/motion/ocsort_kalman_filter.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/motion/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot/motion copying build/lib/ppdet/modeling/mot/visualization.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/mot copying build/lib/ppdet/modeling/shape_spec.py -> build/bdist.linux-x86_64/egg/ppdet/modeling creating build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/varifocal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/smooth_l1_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/gfocal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/focal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/jde_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/probiou_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/iou_aware_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/cot_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/iou_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/yolo_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/ssd_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/pose3d_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/queryinst_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/supcontrast.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/fairmot_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/sparsercnn_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/detr_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/fcos_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/ctfocal_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/keypoint_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses copying build/lib/ppdet/modeling/losses/solov2_loss.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/losses creating build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/dilated_encoder.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/custom_pan.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/bifpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/blazeface_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/hrfpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/centernet_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/es_pan.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/channel_mapper.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/lc_pan.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/ttf_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/yolo_fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/fpn.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks copying build/lib/ppdet/modeling/necks/csp_pan.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/necks creating build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/pose_utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/fcosr_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/utils.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/max_iou_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/atss_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/hungarian_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/task_aligned_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/__init__.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/task_aligned_assigner_cr.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying build/lib/ppdet/modeling/assigners/uniform_assigner.py -> build/bdist.linux-x86_64/egg/ppdet/modeling/assigners copying bu