MANIFEST.in
README.md
setup.py
ppdet/__init__.py
ppdet/optimizer.py
ppdet/core/__init__.py
ppdet/core/workspace.py
ppdet/core/config/__init__.py
ppdet/core/config/schema.py
ppdet/core/config/yaml_helpers.py
ppdet/data/__init__.py
ppdet/data/parallel_map.py
ppdet/data/reader.py
ppdet/data/shared_queue/__init__.py
ppdet/data/shared_queue/queue.py
ppdet/data/shared_queue/sharedmemory.py
ppdet/data/source/__init__.py
ppdet/data/source/coco.py
ppdet/data/source/dataset.py
ppdet/data/source/voc.py
ppdet/data/source/widerface.py
ppdet/data/tests/test.yml
ppdet/data/tests/test_dataset.py
ppdet/data/tests/test_loader.py
ppdet/data/tests/test_loader_yaml.py
ppdet/data/tools/x2coco.py
ppdet/data/transform/__init__.py
ppdet/data/transform/autoaugment_utils.py
ppdet/data/transform/batch_operators.py
ppdet/data/transform/gridmask_utils.py
ppdet/data/transform/op_helper.py
ppdet/data/transform/operators.py
ppdet/experimental/__init__.py
ppdet/experimental/mixed_precision.py
ppdet/ext_op/README.md
ppdet/ext_op/__init__.py
ppdet/ext_op/cornerpool_lib.py
ppdet/ext_op/src/bottom_pool_op.cc
ppdet/ext_op/src/bottom_pool_op.cu
ppdet/ext_op/src/left_pool_op.cc
ppdet/ext_op/src/left_pool_op.cu
ppdet/ext_op/src/make.sh
ppdet/ext_op/src/right_pool_op.cc
ppdet/ext_op/src/right_pool_op.cu
ppdet/ext_op/src/top_pool_op.cc
ppdet/ext_op/src/top_pool_op.cu
ppdet/ext_op/src/util.cu.h
ppdet/ext_op/test/test_corner_pool.py
ppdet/modeling/__init__.py
ppdet/modeling/ops.py
ppdet/modeling/target_assigners.py
ppdet/modeling/anchor_heads/__init__.py
ppdet/modeling/anchor_heads/corner_head.py
ppdet/modeling/anchor_heads/efficient_head.py
ppdet/modeling/anchor_heads/fcos_head.py
ppdet/modeling/anchor_heads/iou_aware.py
ppdet/modeling/anchor_heads/retina_head.py
ppdet/modeling/anchor_heads/rpn_head.py
ppdet/modeling/anchor_heads/ttf_head.py
ppdet/modeling/anchor_heads/yolo_head.py
ppdet/modeling/architectures/__init__.py
ppdet/modeling/architectures/blazeface.py
ppdet/modeling/architectures/cascade_mask_rcnn.py
ppdet/modeling/architectures/cascade_rcnn.py
ppdet/modeling/architectures/cascade_rcnn_cls_aware.py
ppdet/modeling/architectures/cornernet_squeeze.py
ppdet/modeling/architectures/efficientdet.py
ppdet/modeling/architectures/faceboxes.py
ppdet/modeling/architectures/faster_rcnn.py
ppdet/modeling/architectures/fcos.py
ppdet/modeling/architectures/htc.py
ppdet/modeling/architectures/input_helper.py
ppdet/modeling/architectures/mask_rcnn.py
ppdet/modeling/architectures/retinanet.py
ppdet/modeling/architectures/ssd.py
ppdet/modeling/architectures/ttfnet.py
ppdet/modeling/architectures/yolo.py
ppdet/modeling/backbones/__init__.py
ppdet/modeling/backbones/acfpn.py
ppdet/modeling/backbones/bfp.py
ppdet/modeling/backbones/bifpn.py
ppdet/modeling/backbones/blazenet.py
ppdet/modeling/backbones/cb_resnet.py
ppdet/modeling/backbones/cspdarknet.py
ppdet/modeling/backbones/darknet.py
ppdet/modeling/backbones/efficientnet.py
ppdet/modeling/backbones/faceboxnet.py
ppdet/modeling/backbones/fpn.py
ppdet/modeling/backbones/gc_block.py
ppdet/modeling/backbones/hourglass.py
ppdet/modeling/backbones/hrfpn.py
ppdet/modeling/backbones/hrnet.py
ppdet/modeling/backbones/mobilenet.py
ppdet/modeling/backbones/mobilenet_v3.py
ppdet/modeling/backbones/name_adapter.py
ppdet/modeling/backbones/nonlocal_helper.py
ppdet/modeling/backbones/res2net.py
ppdet/modeling/backbones/resnet.py
ppdet/modeling/backbones/resnext.py
ppdet/modeling/backbones/senet.py
ppdet/modeling/backbones/vgg.py
ppdet/modeling/losses/__init__.py
ppdet/modeling/losses/balanced_l1_loss.py
ppdet/modeling/losses/diou_loss.py
ppdet/modeling/losses/diou_loss_yolo.py
ppdet/modeling/losses/fcos_loss.py
ppdet/modeling/losses/giou_loss.py
ppdet/modeling/losses/iou_aware_loss.py
ppdet/modeling/losses/iou_loss.py
ppdet/modeling/losses/smooth_l1_loss.py
ppdet/modeling/losses/ssd_with_lmk_loss.py
ppdet/modeling/losses/yolo_loss.py
ppdet/modeling/roi_extractors/__init__.py
ppdet/modeling/roi_extractors/roi_extractor.py
ppdet/modeling/roi_heads/__init__.py
ppdet/modeling/roi_heads/bbox_head.py
ppdet/modeling/roi_heads/cascade_head.py
ppdet/modeling/roi_heads/htc_bbox_head.py
ppdet/modeling/roi_heads/htc_mask_head.py
ppdet/modeling/roi_heads/htc_semantic_head.py
ppdet/modeling/roi_heads/mask_head.py
ppdet/modeling/tests/__init__.py
ppdet/modeling/tests/decorator_helper.py
ppdet/modeling/tests/test_architectures.py
ppdet/utils/__init__.py
ppdet/utils/bbox_utils.py
ppdet/utils/check.py
ppdet/utils/checkpoint.py
ppdet/utils/cli.py
ppdet/utils/coco_eval.py
ppdet/utils/colormap.py
ppdet/utils/dist_utils.py
ppdet/utils/download.py
ppdet/utils/eval_utils.py
ppdet/utils/map_utils.py
ppdet/utils/oid_eval.py
ppdet/utils/post_process.py
ppdet/utils/stats.py
ppdet/utils/visualizer.py
ppdet/utils/voc_eval.py
ppdet/utils/voc_utils.py
ppdet/utils/widerface_eval_utils.py
ppdet_notebook.egg-info/PKG-INFO
ppdet_notebook.egg-info/SOURCES.txt
ppdet_notebook.egg-info/dependency_links.txt
ppdet_notebook.egg-info/entry_points.txt
ppdet_notebook.egg-info/requires.txt
ppdet_notebook.egg-info/top_level.txt
tools/__init__.py
tools/configure.py
tools/cpp_infer.py
tools/eval.py
tools/export_model.py
tools/export_serving_model.py
tools/face_eval.py
tools/infer.py
tools/train.py
tools/train_multi_machine.py