├── LICENSE ├── README.md ├── coco2_edge_mask.py ├── configs ├── __pycache__ │ ├── base.cpython-37.pyc │ ├── base.cpython-38.pyc │ ├── cityscapes.cpython-37.pyc │ ├── cityscapesCoco.cpython-37.pyc │ ├── coco.cpython-37.pyc │ ├── coco.cpython-38.pyc │ ├── dla34_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── dla34_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc │ ├── dla34_e2ec_ifly_parcel.cpython-37.pyc │ ├── dla34_e2ec_ifly_parcel_new.cpython-37.pyc │ ├── dla34_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── dla34_e2ec_naip_parcel.cpython-37.pyc │ ├── dla34_e2ec_naip_parcel_test.cpython-37.pyc │ ├── dla34_e2evap_ifly_parcel.cpython-37.pyc │ ├── dla34_e2evap_ifly_parcel_test.cpython-37.pyc │ ├── kitti.cpython-37.pyc │ ├── resnet50_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_e2ec_naip_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_naip_parcel_test.cpython-37.pyc │ └── sbd.cpython-37.pyc ├── base.py ├── dla34_e2evap_ifly_parcel.py └── dla34_e2evap_ifly_parcel_test.py ├── configs_overlap_infer ├── __pycache__ │ ├── base.cpython-37.pyc │ ├── base.cpython-38.pyc │ ├── cityscapes.cpython-37.pyc │ ├── cityscapesCoco.cpython-37.pyc │ ├── coco.cpython-37.pyc │ ├── coco.cpython-38.pyc │ ├── dla34_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── dla34_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc │ ├── dla34_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc │ ├── dla34_e2ec_ifly_parcel.cpython-37.pyc │ ├── dla34_e2ec_ifly_parcel_new.cpython-37.pyc │ ├── dla34_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── dla34_e2ec_naip_parcel.cpython-37.pyc │ ├── dla34_e2ec_naip_parcel_test.cpython-37.pyc │ ├── e2ec_ifly_parcel_test.cpython-37.pyc │ ├── e2ec_ifly_parcel_test_CGDZ_8_768.cpython-37.pyc │ ├── e2ec_ifly_parcel_test_CGMY_8_512.cpython-37.pyc │ ├── e2ec_ifly_parcel_test_CGMY_8_768.cpython-37.pyc │ ├── kitti.cpython-37.pyc │ ├── resnet50_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_e2ec_naip_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_ifly_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_ifly_parcel_test.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_naip_parcel.cpython-37.pyc │ ├── resnet50_fpn_multi_coord_e2ec_naip_parcel_test.cpython-37.pyc │ └── sbd.cpython-37.pyc ├── e2evap_ifly_parcel_test_CGDZ_8_768.py └── e2evap_ifly_parcel_test_CGMY_8_768.py ├── dataset ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── collate_batch.cpython-37.pyc │ ├── collate_batch.cpython-38.pyc │ ├── data_loader.cpython-37.pyc │ ├── data_loader.cpython-38.pyc │ ├── demo_dataset.cpython-37.pyc │ ├── info.cpython-37.pyc │ └── info.cpython-38.pyc ├── collate_batch.py ├── data_loader.py ├── demo_dataset.py ├── info.py ├── test │ ├── __pycache__ │ │ ├── base.cpython-37.pyc │ │ ├── cityscapes.cpython-37.pyc │ │ ├── cityscapesCoco.cpython-37.pyc │ │ ├── coco.cpython-37.pyc │ │ ├── coco_parcel.cpython-37.pyc │ │ ├── kitti.cpython-37.pyc │ │ ├── sbd.cpython-37.pyc │ │ └── utils.cpython-37.pyc │ ├── base.py │ ├── cityscapes.py │ ├── cityscapesCoco.py │ ├── coco.py │ ├── coco_parcel.py │ ├── kitti.py │ ├── sbd.py │ └── utils.py └── train │ ├── __pycache__ │ ├── base.cpython-37.pyc │ ├── cityscapes.cpython-37.pyc │ ├── cityscapesCoco.cpython-37.pyc │ ├── coco.cpython-37.pyc │ ├── coco_parcel.cpython-37.pyc │ ├── douglas.cpython-37.pyc │ ├── kitti.cpython-37.pyc │ ├── sbd.cpython-37.pyc │ └── utils.cpython-37.pyc │ ├── base.py │ ├── cityscapes.py │ ├── cityscapesCoco.py │ ├── coco.py │ ├── coco_parcel.py │ ├── douglas.py │ ├── kitti.py │ ├── sbd.py │ └── utils.py ├── evaluator ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── __init__.cpython-38.pyc │ ├── make_evaluator.cpython-37.pyc │ └── make_evaluator.cpython-38.pyc ├── cityscapes │ ├── __pycache__ │ │ ├── snake.cpython-37.pyc │ │ └── utils.cpython-37.pyc │ ├── snake.py │ └── utils.py ├── cityscapesCoco │ ├── __pycache__ │ │ └── snake.cpython-37.pyc │ └── snake.py ├── cityscapesscripts │ ├── __init__.py │ ├── __pycache__ │ │ └── __init__.cpython-37.pyc │ ├── evaluation │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── evalInstanceLevelSemanticLabeling.cpython-37.pyc │ │ │ ├── instance.cpython-37.pyc │ │ │ └── instances2dict.cpython-37.pyc │ │ ├── addToConfusionMatrix.pyx │ │ ├── addToConfusionMatrix_impl.c │ │ ├── evalInstanceLevelSemanticLabeling.py │ │ ├── evalPanopticSemanticLabeling.py │ │ ├── evalPixelLevelSemanticLabeling.py │ │ ├── gtInstances.json │ │ ├── instance.py │ │ └── instances2dict.py │ ├── helpers │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── annotation.cpython-37.pyc │ │ │ ├── csHelpers.cpython-37.pyc │ │ │ └── labels.cpython-37.pyc │ │ ├── annotation.py │ │ ├── csHelpers.py │ │ ├── labels.py │ │ └── labels_cityPersons.py │ └── preparation │ │ ├── __init__.py │ │ ├── createPanopticImgs.py │ │ ├── createTrainIdInstanceImgs.py │ │ ├── createTrainIdLabelImgs.py │ │ ├── json2instanceImg.py │ │ └── json2labelImg.py ├── coco │ ├── __pycache__ │ │ ├── snake.cpython-37.pyc │ │ ├── snake_i.cpython-37.pyc │ │ ├── snake_init_coarse.cpython-37.pyc │ │ └── snake_save.cpython-37.pyc │ ├── snake.py │ ├── snake_i.py │ ├── snake_init_coarse.py │ ├── snake_save.py │ └── snake_wt_edge.py ├── evaluationResults │ └── resultInstanceLevelSemanticLabeling.json ├── kitti │ ├── __pycache__ │ │ └── snake.cpython-37.pyc │ └── snake.py ├── make_evaluator.py └── sbd │ ├── __pycache__ │ ├── cocoeval.cpython-37.pyc │ ├── snake.cpython-37.pyc │ └── utils.cpython-37.pyc │ ├── cocoeval.py │ ├── snake.py │ └── utils.py ├── imgs └── Fig.2.jpg ├── network ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── make_network.cpython-37.pyc │ ├── make_network_getflops.cpython-37.pyc │ └── msra_resnet.cpython-37.pyc ├── backbone │ ├── DCNv2-master │ │ ├── .gitignore │ │ ├── DCN │ │ │ ├── __init__.py │ │ │ ├── dcn_v2.py │ │ │ ├── src │ │ │ │ ├── cpu │ │ │ │ │ ├── dcn_v2_cpu.cpp │ │ │ │ │ ├── dcn_v2_im2col_cpu.cpp │ │ │ │ │ ├── dcn_v2_im2col_cpu.h │ │ │ │ │ ├── dcn_v2_psroi_pooling_cpu.cpp │ │ │ │ │ └── vision.h │ │ │ │ ├── cuda │ │ │ │ │ ├── dcn_v2_cuda.cu │ │ │ │ │ ├── dcn_v2_im2col_cuda.cu │ │ │ │ │ ├── dcn_v2_im2col_cuda.h │ │ │ │ │ ├── dcn_v2_psroi_pooling_cuda.cu │ │ │ │ │ └── vision.h │ │ │ │ ├── dcn_v2.h │ │ │ │ └── vision.cpp │ │ │ ├── testcpu.py │ │ │ └── testcuda.py │ │ ├── LICENSE │ │ ├── make.sh │ │ └── setup.py │ ├── __pycache__ │ │ ├── dcn_v2.cpython-37.pyc │ │ ├── dla.cpython-37.pyc │ │ └── fpn_multi_scale_coord.cpython-37.pyc │ ├── csrc │ │ ├── dcn_v2 │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── setup.py │ │ │ ├── src │ │ │ │ ├── cpu │ │ │ │ │ ├── dcn_v2_cpu.cpp │ │ │ │ │ └── vision.h │ │ │ │ ├── cuda │ │ │ │ │ ├── dcn_v2_cuda.cu │ │ │ │ │ ├── dcn_v2_im2col_cuda.cu │ │ │ │ │ ├── dcn_v2_im2col_cuda.h │ │ │ │ │ ├── dcn_v2_psroi_pooling_cuda.cu │ │ │ │ │ └── vision.h │ │ │ │ ├── dcn_v2.h │ │ │ │ └── vision.cpp │ │ │ └── test.py │ │ ├── extreme_utils │ │ │ ├── _ext.cpython-37m-x86_64-linux-gnu.so │ │ │ ├── build │ │ │ │ ├── lib.linux-x86_64-3.7 │ │ │ │ │ └── _ext.cpython-37m-x86_64-linux-gnu.so │ │ │ │ └── temp.linux-x86_64-3.7 │ │ │ │ │ └── home │ │ │ │ │ └── py21 │ │ │ │ │ └── Deepsnake_parcel │ │ │ │ │ └── lib │ │ │ │ │ └── csrc │ │ │ │ │ └── extreme_utils │ │ │ │ │ ├── src │ │ │ │ │ ├── nms.o │ │ │ │ │ └── utils.o │ │ │ │ │ └── utils.o │ │ │ ├── setup.py │ │ │ ├── src │ │ │ │ ├── cuda_common.h │ │ │ │ ├── nms.cu │ │ │ │ ├── nms.h │ │ │ │ └── utils.cu │ │ │ ├── utils.cpp │ │ │ └── utils.h │ │ └── roi_align_layer │ │ │ ├── ROIAlign.h │ │ │ ├── _roi_align.cpython-37m-x86_64-linux-gnu.so │ │ │ ├── build │ │ │ ├── lib.linux-x86_64-3.7 │ │ │ │ └── _roi_align.cpython-37m-x86_64-linux-gnu.so │ │ │ └── temp.linux-x86_64-3.7 │ │ │ │ └── home │ │ │ │ └── py21 │ │ │ │ └── Deepsnake_parcel │ │ │ │ └── lib │ │ │ │ └── csrc │ │ │ │ └── roi_align_layer │ │ │ │ ├── cpu │ │ │ │ └── ROIAlign_cpu.o │ │ │ │ ├── cuda │ │ │ │ └── ROIAlign_cuda.o │ │ │ │ └── vision.o │ │ │ ├── cpu │ │ │ ├── ROIAlign_cpu.cpp │ │ │ └── vision.h │ │ │ ├── cuda │ │ │ ├── ROIAlign_cuda.cu │ │ │ └── vision.h │ │ │ ├── roi_align.py │ │ │ ├── setup.py │ │ │ └── vision.cpp │ ├── dcn_v2.py │ ├── dla.py │ └── fpn_multi_scale_coord.py ├── detector_decode │ ├── PnP.py │ ├── __pycache__ │ │ ├── HRFPN.cpython-37.pyc │ │ ├── PnP.cpython-37.pyc │ │ ├── refine_decode.cpython-37.pyc │ │ ├── refine_decode_pnp.cpython-37.pyc │ │ ├── refine_decode_pnp_w_deform_up.cpython-37.pyc │ │ ├── refine_decode_pnp_wo_hrfpn.cpython-37.pyc │ │ ├── refine_decode_pnp_wo_loss.cpython-37.pyc │ │ ├── refine_decode_pnp_wo_loss_res_combine.cpython-37.pyc │ │ ├── seg_refine_decode.cpython-37.pyc │ │ └── utils.cpython-37.pyc │ ├── refine_decode.py │ ├── refine_decode_pnp_wo_hrfpn.py │ └── utils.py ├── evolve │ ├── __pycache__ │ │ ├── depthwise_snake.cpython-37.pyc │ │ ├── evolve.cpython-37.pyc │ │ ├── snake.cpython-37.pyc │ │ ├── snake_keypoint.cpython-37.pyc │ │ ├── tr_snake_keypoint.cpython-37.pyc │ │ ├── tr_snake_keypoint_v1.cpython-37.pyc │ │ └── utils.cpython-37.pyc │ ├── evolve.py │ ├── snake.py │ ├── snake_edge_att.py │ └── utils.py ├── make_network.py └── msra_resnet.py ├── nms.py ├── overlap_infer ├── cut_patch.py ├── merge2shp.py └── overlap_infer.py ├── scripts ├── pre_for_test.py └── pre_for_train.py ├── test.py ├── train ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ └── __init__.cpython-38.pyc ├── model_utils │ ├── __pycache__ │ │ ├── utils.cpython-37.pyc │ │ └── utils.cpython-38.pyc │ └── utils.py ├── optimizer │ ├── __pycache__ │ │ ├── optimizer.cpython-37.pyc │ │ └── optimizer.cpython-38.pyc │ └── optimizer.py ├── recorder │ ├── __pycache__ │ │ ├── recorder.cpython-37.pyc │ │ └── recorder.cpython-38.pyc │ └── recorder.py ├── scheduler │ ├── __pycache__ │ │ ├── scheduler.cpython-37.pyc │ │ └── scheduler.cpython-38.pyc │ └── scheduler.py └── trainer │ ├── __pycache__ │ ├── make_trainer.cpython-37.pyc │ ├── make_trainer.cpython-38.pyc │ ├── snake.cpython-37.pyc │ ├── snake.cpython-38.pyc │ ├── trainer.cpython-37.pyc │ ├── trainer.cpython-38.pyc │ ├── utils.cpython-37.pyc │ └── utils.cpython-38.pyc │ ├── make_trainer.py │ ├── snake.py │ ├── trainer.py │ └── utils.py ├── train_net.py ├── vis_coco_gt.py └── vis_coco_pred.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/README.md -------------------------------------------------------------------------------- /coco2_edge_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/coco2_edge_mask.py -------------------------------------------------------------------------------- /configs/__pycache__/base.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/base.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/base.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/base.cpython-38.pyc -------------------------------------------------------------------------------- /configs/__pycache__/cityscapes.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/cityscapes.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/cityscapesCoco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/cityscapesCoco.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/coco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/coco.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/coco.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/coco.cpython-38.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2ec_ifly_parcel_new.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2ec_ifly_parcel_new.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2evap_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2evap_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/dla34_e2evap_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/dla34_e2evap_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/kitti.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/kitti.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs/__pycache__/sbd.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/__pycache__/sbd.cpython-37.pyc -------------------------------------------------------------------------------- /configs/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/base.py -------------------------------------------------------------------------------- /configs/dla34_e2evap_ifly_parcel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/dla34_e2evap_ifly_parcel.py -------------------------------------------------------------------------------- /configs/dla34_e2evap_ifly_parcel_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs/dla34_e2evap_ifly_parcel_test.py -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/base.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/base.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/base.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/base.cpython-38.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/cityscapes.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/cityscapes.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/cityscapesCoco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/cityscapesCoco.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/coco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/coco.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/coco.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/coco.cpython-38.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_e2ec_ifly_parcel_new.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_e2ec_ifly_parcel_new.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/dla34_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/dla34_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test_CGDZ_8_768.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test_CGDZ_8_768.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test_CGMY_8_512.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test_CGMY_8_512.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test_CGMY_8_768.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/e2ec_ifly_parcel_test_CGMY_8_768.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/kitti.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/kitti.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_de_mutl_atten_evo_att_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_ifly_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/resnet50_fpn_multi_coord_e2ec_naip_parcel_test.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/__pycache__/sbd.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/__pycache__/sbd.cpython-37.pyc -------------------------------------------------------------------------------- /configs_overlap_infer/e2evap_ifly_parcel_test_CGDZ_8_768.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/e2evap_ifly_parcel_test_CGDZ_8_768.py -------------------------------------------------------------------------------- /configs_overlap_infer/e2evap_ifly_parcel_test_CGMY_8_768.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/configs_overlap_infer/e2evap_ifly_parcel_test_CGMY_8_768.py -------------------------------------------------------------------------------- /dataset/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/collate_batch.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/collate_batch.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/collate_batch.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/collate_batch.cpython-38.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/data_loader.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/data_loader.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/data_loader.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/data_loader.cpython-38.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/demo_dataset.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/demo_dataset.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/info.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/info.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/info.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/__pycache__/info.cpython-38.pyc -------------------------------------------------------------------------------- /dataset/collate_batch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/collate_batch.py -------------------------------------------------------------------------------- /dataset/data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/data_loader.py -------------------------------------------------------------------------------- /dataset/demo_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/demo_dataset.py -------------------------------------------------------------------------------- /dataset/info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/info.py -------------------------------------------------------------------------------- /dataset/test/__pycache__/base.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/base.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/cityscapes.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/cityscapes.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/cityscapesCoco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/cityscapesCoco.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/coco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/coco.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/coco_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/coco_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/kitti.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/kitti.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/sbd.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/sbd.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/test/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/base.py -------------------------------------------------------------------------------- /dataset/test/cityscapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/cityscapes.py -------------------------------------------------------------------------------- /dataset/test/cityscapesCoco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/cityscapesCoco.py -------------------------------------------------------------------------------- /dataset/test/coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/coco.py -------------------------------------------------------------------------------- /dataset/test/coco_parcel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/coco_parcel.py -------------------------------------------------------------------------------- /dataset/test/kitti.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/kitti.py -------------------------------------------------------------------------------- /dataset/test/sbd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/sbd.py -------------------------------------------------------------------------------- /dataset/test/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/test/utils.py -------------------------------------------------------------------------------- /dataset/train/__pycache__/base.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/base.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/cityscapes.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/cityscapes.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/cityscapesCoco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/cityscapesCoco.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/coco.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/coco.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/coco_parcel.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/coco_parcel.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/douglas.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/douglas.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/kitti.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/kitti.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/sbd.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/sbd.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/train/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/base.py -------------------------------------------------------------------------------- /dataset/train/cityscapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/cityscapes.py -------------------------------------------------------------------------------- /dataset/train/cityscapesCoco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/cityscapesCoco.py -------------------------------------------------------------------------------- /dataset/train/coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/coco.py -------------------------------------------------------------------------------- /dataset/train/coco_parcel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/coco_parcel.py -------------------------------------------------------------------------------- /dataset/train/douglas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/douglas.py -------------------------------------------------------------------------------- /dataset/train/kitti.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/kitti.py -------------------------------------------------------------------------------- /dataset/train/sbd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/sbd.py -------------------------------------------------------------------------------- /dataset/train/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/dataset/train/utils.py -------------------------------------------------------------------------------- /evaluator/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /evaluator/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /evaluator/__pycache__/make_evaluator.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/__pycache__/make_evaluator.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/__pycache__/make_evaluator.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/__pycache__/make_evaluator.cpython-38.pyc -------------------------------------------------------------------------------- /evaluator/cityscapes/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapes/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapes/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapes/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapes/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapes/snake.py -------------------------------------------------------------------------------- /evaluator/cityscapes/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapes/utils.py -------------------------------------------------------------------------------- /evaluator/cityscapesCoco/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesCoco/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesCoco/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesCoco/snake.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/__pycache__/evalInstanceLevelSemanticLabeling.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/__pycache__/evalInstanceLevelSemanticLabeling.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/__pycache__/instance.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/__pycache__/instance.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/__pycache__/instances2dict.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/__pycache__/instances2dict.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/addToConfusionMatrix.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/addToConfusionMatrix.pyx -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/addToConfusionMatrix_impl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/addToConfusionMatrix_impl.c -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/evalPanopticSemanticLabeling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/evalPanopticSemanticLabeling.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/gtInstances.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/gtInstances.json -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/instance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/instance.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/evaluation/instances2dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/evaluation/instances2dict.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/__pycache__/annotation.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/__pycache__/annotation.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/__pycache__/csHelpers.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/__pycache__/csHelpers.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/__pycache__/labels.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/__pycache__/labels.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/annotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/annotation.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/csHelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/csHelpers.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/labels.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/helpers/labels_cityPersons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/helpers/labels_cityPersons.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/preparation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/preparation/createPanopticImgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/preparation/createPanopticImgs.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/preparation/createTrainIdInstanceImgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/preparation/createTrainIdInstanceImgs.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/preparation/createTrainIdLabelImgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/preparation/createTrainIdLabelImgs.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/preparation/json2instanceImg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/preparation/json2instanceImg.py -------------------------------------------------------------------------------- /evaluator/cityscapesscripts/preparation/json2labelImg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/cityscapesscripts/preparation/json2labelImg.py -------------------------------------------------------------------------------- /evaluator/coco/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/coco/__pycache__/snake_i.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/__pycache__/snake_i.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/coco/__pycache__/snake_init_coarse.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/__pycache__/snake_init_coarse.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/coco/__pycache__/snake_save.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/__pycache__/snake_save.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/coco/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/snake.py -------------------------------------------------------------------------------- /evaluator/coco/snake_i.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/snake_i.py -------------------------------------------------------------------------------- /evaluator/coco/snake_init_coarse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/snake_init_coarse.py -------------------------------------------------------------------------------- /evaluator/coco/snake_save.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/snake_save.py -------------------------------------------------------------------------------- /evaluator/coco/snake_wt_edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/coco/snake_wt_edge.py -------------------------------------------------------------------------------- /evaluator/evaluationResults/resultInstanceLevelSemanticLabeling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/evaluationResults/resultInstanceLevelSemanticLabeling.json -------------------------------------------------------------------------------- /evaluator/kitti/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/kitti/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/kitti/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/kitti/snake.py -------------------------------------------------------------------------------- /evaluator/make_evaluator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/make_evaluator.py -------------------------------------------------------------------------------- /evaluator/sbd/__pycache__/cocoeval.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/sbd/__pycache__/cocoeval.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/sbd/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/sbd/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/sbd/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/sbd/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /evaluator/sbd/cocoeval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/sbd/cocoeval.py -------------------------------------------------------------------------------- /evaluator/sbd/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/sbd/snake.py -------------------------------------------------------------------------------- /evaluator/sbd/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/evaluator/sbd/utils.py -------------------------------------------------------------------------------- /imgs/Fig.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/imgs/Fig.2.jpg -------------------------------------------------------------------------------- /network/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /network/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/make_network.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/__pycache__/make_network.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/make_network_getflops.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/__pycache__/make_network_getflops.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/msra_resnet.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/__pycache__/msra_resnet.cpython-37.pyc -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/.gitignore -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/__init__.py: -------------------------------------------------------------------------------- 1 | from .dcn_v2 import * 2 | -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/dcn_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/dcn_v2.py -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_cpu.cpp -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_im2col_cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_im2col_cpu.cpp -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_im2col_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_im2col_cpu.h -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_psroi_pooling_cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cpu/dcn_v2_psroi_pooling_cpu.cpp -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cpu/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cpu/vision.h -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_cuda.cu -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_im2col_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_im2col_cuda.cu -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_im2col_cuda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_im2col_cuda.h -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_psroi_pooling_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cuda/dcn_v2_psroi_pooling_cuda.cu -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/cuda/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/cuda/vision.h -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/dcn_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/dcn_v2.h -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/src/vision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/src/vision.cpp -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/testcpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/testcpu.py -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/DCN/testcuda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/DCN/testcuda.py -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/LICENSE -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/make.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | python setup.py build develop 3 | -------------------------------------------------------------------------------- /network/backbone/DCNv2-master/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/DCNv2-master/setup.py -------------------------------------------------------------------------------- /network/backbone/__pycache__/dcn_v2.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/__pycache__/dcn_v2.cpython-37.pyc -------------------------------------------------------------------------------- /network/backbone/__pycache__/dla.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/__pycache__/dla.cpython-37.pyc -------------------------------------------------------------------------------- /network/backbone/__pycache__/fpn_multi_scale_coord.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/__pycache__/fpn_multi_scale_coord.cpython-37.pyc -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/.gitignore -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/LICENSE -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/README.md -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/setup.py -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cpu/dcn_v2_cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cpu/dcn_v2_cpu.cpp -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cpu/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cpu/vision.h -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_cuda.cu -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_im2col_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_im2col_cuda.cu -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_im2col_cuda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_im2col_cuda.h -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_psroi_pooling_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cuda/dcn_v2_psroi_pooling_cuda.cu -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/cuda/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/cuda/vision.h -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/dcn_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/dcn_v2.h -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/src/vision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/src/vision.cpp -------------------------------------------------------------------------------- /network/backbone/csrc/dcn_v2/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/dcn_v2/test.py -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/_ext.cpython-37m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/_ext.cpython-37m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/build/lib.linux-x86_64-3.7/_ext.cpython-37m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/build/lib.linux-x86_64-3.7/_ext.cpython-37m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/extreme_utils/src/nms.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/extreme_utils/src/nms.o -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/extreme_utils/src/utils.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/extreme_utils/src/utils.o -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/extreme_utils/utils.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/extreme_utils/utils.o -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/setup.py -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/src/cuda_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/src/cuda_common.h -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/src/nms.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/src/nms.cu -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/src/nms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/src/nms.h -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/src/utils.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/src/utils.cu -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/utils.cpp -------------------------------------------------------------------------------- /network/backbone/csrc/extreme_utils/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/extreme_utils/utils.h -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/ROIAlign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/ROIAlign.h -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/_roi_align.cpython-37m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/_roi_align.cpython-37m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/build/lib.linux-x86_64-3.7/_roi_align.cpython-37m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/build/lib.linux-x86_64-3.7/_roi_align.cpython-37m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/roi_align_layer/cpu/ROIAlign_cpu.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/roi_align_layer/cpu/ROIAlign_cpu.o -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/roi_align_layer/cuda/ROIAlign_cuda.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/roi_align_layer/cuda/ROIAlign_cuda.o -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/roi_align_layer/vision.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/build/temp.linux-x86_64-3.7/home/py21/Deepsnake_parcel/lib/csrc/roi_align_layer/vision.o -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/cpu/ROIAlign_cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/cpu/ROIAlign_cpu.cpp -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/cpu/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/cpu/vision.h -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/cuda/ROIAlign_cuda.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/cuda/ROIAlign_cuda.cu -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/cuda/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/cuda/vision.h -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/roi_align.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/roi_align.py -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/setup.py -------------------------------------------------------------------------------- /network/backbone/csrc/roi_align_layer/vision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/csrc/roi_align_layer/vision.cpp -------------------------------------------------------------------------------- /network/backbone/dcn_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/dcn_v2.py -------------------------------------------------------------------------------- /network/backbone/dla.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/dla.py -------------------------------------------------------------------------------- /network/backbone/fpn_multi_scale_coord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/backbone/fpn_multi_scale_coord.py -------------------------------------------------------------------------------- /network/detector_decode/PnP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/PnP.py -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/HRFPN.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/HRFPN.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/PnP.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/PnP.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/refine_decode.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/refine_decode.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/refine_decode_pnp.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/refine_decode_pnp.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/refine_decode_pnp_w_deform_up.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/refine_decode_pnp_w_deform_up.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/refine_decode_pnp_wo_hrfpn.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/refine_decode_pnp_wo_hrfpn.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/refine_decode_pnp_wo_loss.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/refine_decode_pnp_wo_loss.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/refine_decode_pnp_wo_loss_res_combine.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/refine_decode_pnp_wo_loss_res_combine.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/seg_refine_decode.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/seg_refine_decode.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /network/detector_decode/refine_decode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/refine_decode.py -------------------------------------------------------------------------------- /network/detector_decode/refine_decode_pnp_wo_hrfpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/refine_decode_pnp_wo_hrfpn.py -------------------------------------------------------------------------------- /network/detector_decode/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/detector_decode/utils.py -------------------------------------------------------------------------------- /network/evolve/__pycache__/depthwise_snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/depthwise_snake.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/__pycache__/evolve.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/evolve.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/__pycache__/snake_keypoint.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/snake_keypoint.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/__pycache__/tr_snake_keypoint.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/tr_snake_keypoint.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/__pycache__/tr_snake_keypoint_v1.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/tr_snake_keypoint_v1.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /network/evolve/evolve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/evolve.py -------------------------------------------------------------------------------- /network/evolve/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/snake.py -------------------------------------------------------------------------------- /network/evolve/snake_edge_att.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/snake_edge_att.py -------------------------------------------------------------------------------- /network/evolve/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/evolve/utils.py -------------------------------------------------------------------------------- /network/make_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/make_network.py -------------------------------------------------------------------------------- /network/msra_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/network/msra_resnet.py -------------------------------------------------------------------------------- /nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/nms.py -------------------------------------------------------------------------------- /overlap_infer/cut_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/overlap_infer/cut_patch.py -------------------------------------------------------------------------------- /overlap_infer/merge2shp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/overlap_infer/merge2shp.py -------------------------------------------------------------------------------- /overlap_infer/overlap_infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/overlap_infer/overlap_infer.py -------------------------------------------------------------------------------- /scripts/pre_for_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/scripts/pre_for_test.py -------------------------------------------------------------------------------- /scripts/pre_for_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/scripts/pre_for_train.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/test.py -------------------------------------------------------------------------------- /train/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /train/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /train/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /train/model_utils/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/model_utils/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /train/model_utils/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/model_utils/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /train/model_utils/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/model_utils/utils.py -------------------------------------------------------------------------------- /train/optimizer/__pycache__/optimizer.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/optimizer/__pycache__/optimizer.cpython-37.pyc -------------------------------------------------------------------------------- /train/optimizer/__pycache__/optimizer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/optimizer/__pycache__/optimizer.cpython-38.pyc -------------------------------------------------------------------------------- /train/optimizer/optimizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/optimizer/optimizer.py -------------------------------------------------------------------------------- /train/recorder/__pycache__/recorder.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/recorder/__pycache__/recorder.cpython-37.pyc -------------------------------------------------------------------------------- /train/recorder/__pycache__/recorder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/recorder/__pycache__/recorder.cpython-38.pyc -------------------------------------------------------------------------------- /train/recorder/recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/recorder/recorder.py -------------------------------------------------------------------------------- /train/scheduler/__pycache__/scheduler.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/scheduler/__pycache__/scheduler.cpython-37.pyc -------------------------------------------------------------------------------- /train/scheduler/__pycache__/scheduler.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/scheduler/__pycache__/scheduler.cpython-38.pyc -------------------------------------------------------------------------------- /train/scheduler/scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/scheduler/scheduler.py -------------------------------------------------------------------------------- /train/trainer/__pycache__/make_trainer.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/make_trainer.cpython-37.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/make_trainer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/make_trainer.cpython-38.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/snake.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/snake.cpython-37.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/snake.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/snake.cpython-38.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/trainer.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/trainer.cpython-37.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/trainer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/trainer.cpython-38.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /train/trainer/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /train/trainer/make_trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/make_trainer.py -------------------------------------------------------------------------------- /train/trainer/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/snake.py -------------------------------------------------------------------------------- /train/trainer/trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/trainer.py -------------------------------------------------------------------------------- /train/trainer/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train/trainer/utils.py -------------------------------------------------------------------------------- /train_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/train_net.py -------------------------------------------------------------------------------- /vis_coco_gt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/vis_coco_gt.py -------------------------------------------------------------------------------- /vis_coco_pred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YangPanHZAU/E2EVAP/HEAD/vis_coco_pred.py --------------------------------------------------------------------------------