MANIFEST.in
README.md
setup.py
alpharotate/__init__.py
alpharotate.egg-info/PKG-INFO
alpharotate.egg-info/SOURCES.txt
alpharotate.egg-info/dependency_links.txt
alpharotate.egg-info/requires.txt
alpharotate.egg-info/top_level.txt
alpharotate/libs/__init__.py
alpharotate/libs/label_name_dict/__init__.py
alpharotate/libs/label_name_dict/label_dict.py
alpharotate/libs/models/__init__.py
alpharotate/libs/models/anchor_heads/__init__.py
alpharotate/libs/models/anchor_heads/anchor_utils.py
alpharotate/libs/models/anchor_heads/generate_anchors.py
alpharotate/libs/models/anchor_heads/generate_h_anchors.py
alpharotate/libs/models/anchor_heads/generate_h_anchors_tf.py
alpharotate/libs/models/anchor_heads/generate_r_anchors.py
alpharotate/libs/models/backbones/__init__.py
alpharotate/libs/models/backbones/build_backbone_p2top6.py
alpharotate/libs/models/backbones/build_backbone_p3top7.py
alpharotate/libs/models/backbones/darknet.py
alpharotate/libs/models/backbones/mobilenet_v2.py
alpharotate/libs/models/backbones/resnet.py
alpharotate/libs/models/backbones/resnet_gluoncv.py
alpharotate/libs/models/backbones/resnet_pytorch.py
alpharotate/libs/models/backbones/efficientnet/__init__.py
alpharotate/libs/models/backbones/efficientnet/demo.py
alpharotate/libs/models/backbones/efficientnet/efficientnet_builder.py
alpharotate/libs/models/backbones/efficientnet/efficientnet_lite_builder.py
alpharotate/libs/models/backbones/efficientnet/efficientnet_model.py
alpharotate/libs/models/backbones/efficientnet/test.py
alpharotate/libs/models/backbones/efficientnet/utils.py
alpharotate/libs/models/backbones/efficientnet/condconv/__init__.py
alpharotate/libs/models/backbones/efficientnet/condconv/condconv_layers.py
alpharotate/libs/models/backbones/efficientnet/condconv/efficientnet_condconv_builder.py
alpharotate/libs/models/backbones/mobilenet/__init__.py
alpharotate/libs/models/backbones/mobilenet/conv_blocks.py
alpharotate/libs/models/backbones/mobilenet/mobilenet.py
alpharotate/libs/models/backbones/mobilenet/mobilenet_v2.py
alpharotate/libs/models/backbones/mobilenet/mobilenet_v2_test.py
alpharotate/libs/models/backbones/slim_nets/__init__.py
alpharotate/libs/models/backbones/slim_nets/alexnet.py
alpharotate/libs/models/backbones/slim_nets/alexnet_test.py
alpharotate/libs/models/backbones/slim_nets/cifarnet.py
alpharotate/libs/models/backbones/slim_nets/inception.py
alpharotate/libs/models/backbones/slim_nets/inception_resnet_v2.py
alpharotate/libs/models/backbones/slim_nets/inception_resnet_v2_test.py
alpharotate/libs/models/backbones/slim_nets/inception_utils.py
alpharotate/libs/models/backbones/slim_nets/inception_v1.py
alpharotate/libs/models/backbones/slim_nets/inception_v1_test.py
alpharotate/libs/models/backbones/slim_nets/inception_v2.py
alpharotate/libs/models/backbones/slim_nets/inception_v2_test.py
alpharotate/libs/models/backbones/slim_nets/inception_v3.py
alpharotate/libs/models/backbones/slim_nets/inception_v3_test.py
alpharotate/libs/models/backbones/slim_nets/inception_v4.py
alpharotate/libs/models/backbones/slim_nets/inception_v4_test.py
alpharotate/libs/models/backbones/slim_nets/lenet.py
alpharotate/libs/models/backbones/slim_nets/mobilenet_v1.py
alpharotate/libs/models/backbones/slim_nets/mobilenet_v1_test.py
alpharotate/libs/models/backbones/slim_nets/nets_factory.py
alpharotate/libs/models/backbones/slim_nets/nets_factory_test.py
alpharotate/libs/models/backbones/slim_nets/overfeat.py
alpharotate/libs/models/backbones/slim_nets/overfeat_test.py
alpharotate/libs/models/backbones/slim_nets/resnet_utils.py
alpharotate/libs/models/backbones/slim_nets/resnet_v1.py
alpharotate/libs/models/backbones/slim_nets/resnet_v1_test.py
alpharotate/libs/models/backbones/slim_nets/resnet_v2.py
alpharotate/libs/models/backbones/slim_nets/resnet_v2_test.py
alpharotate/libs/models/backbones/slim_nets/vgg.py
alpharotate/libs/models/backbones/slim_nets/vgg_test.py
alpharotate/libs/models/box_heads/__init__.py
alpharotate/libs/models/box_heads/box_head_base.py
alpharotate/libs/models/detectors/__init__.py
alpharotate/libs/models/detectors/single_stage_base_network.py
alpharotate/libs/models/detectors/single_stage_base_network_batch.py
alpharotate/libs/models/detectors/two_stage_base_network.py
alpharotate/libs/models/detectors/atss/__init__.py
alpharotate/libs/models/detectors/atss/build_whole_network.py
alpharotate/libs/models/detectors/csl/__init__.py
alpharotate/libs/models/detectors/csl/build_whole_network.py
alpharotate/libs/models/detectors/dcl/__init__.py
alpharotate/libs/models/detectors/dcl/build_whole_network.py
alpharotate/libs/models/detectors/gwd/__init__.py
alpharotate/libs/models/detectors/gwd/build_whole_network.py
alpharotate/libs/models/detectors/gwd/build_whole_network_batch.py
alpharotate/libs/models/detectors/gwd/build_whole_network_pb.py
alpharotate/libs/models/detectors/kl/__init__.py
alpharotate/libs/models/detectors/kl/build_whole_network.py
alpharotate/libs/models/detectors/kl/build_whole_network_batch.py
alpharotate/libs/models/detectors/r2cnn/__init__.py
alpharotate/libs/models/detectors/r2cnn/build_whole_network.py
alpharotate/libs/models/detectors/r2cnn_kl/__init__.py
alpharotate/libs/models/detectors/r2cnn_kl/build_whole_network.py
alpharotate/libs/models/detectors/r3det/__init__.py
alpharotate/libs/models/detectors/r3det/build_whole_network.py
alpharotate/libs/models/detectors/r3det/build_whole_network_pb.py
alpharotate/libs/models/detectors/r3det_dcl/__init__.py
alpharotate/libs/models/detectors/r3det_dcl/build_whole_network.py
alpharotate/libs/models/detectors/r3det_gwd/__init__.py
alpharotate/libs/models/detectors/r3det_gwd/build_whole_network.py
alpharotate/libs/models/detectors/r3det_gwd/build_whole_network_pb.py
alpharotate/libs/models/detectors/r3det_kl/__init__.py
alpharotate/libs/models/detectors/r3det_kl/build_whole_network.py
alpharotate/libs/models/detectors/refine_retinanet/__init__.py
alpharotate/libs/models/detectors/refine_retinanet/build_whole_network.py
alpharotate/libs/models/detectors/retinanet/__init__.py
alpharotate/libs/models/detectors/retinanet/build_whole_network.py
alpharotate/libs/models/detectors/retinanet/build_whole_network_atan.py
alpharotate/libs/models/detectors/retinanet/build_whole_network_batch.py
alpharotate/libs/models/detectors/retinanet/build_whole_network_pb.py
alpharotate/libs/models/detectors/ridet/__init__.py
alpharotate/libs/models/detectors/ridet/build_whole_network_8p.py
alpharotate/libs/models/detectors/rrpn/__init__.py
alpharotate/libs/models/detectors/rrpn/build_whole_network.py
alpharotate/libs/models/detectors/rsdet/__init__.py
alpharotate/libs/models/detectors/rsdet/build_whole_network_5p.py
alpharotate/libs/models/detectors/rsdet/build_whole_network_8p.py
alpharotate/libs/models/detectors/scrdet/__init__.py
alpharotate/libs/models/detectors/scrdet/build_whole_network.py
alpharotate/libs/models/losses/__init__.py
alpharotate/libs/models/losses/losses.py
alpharotate/libs/models/losses/losses_csl.py
alpharotate/libs/models/losses/losses_dcl.py
alpharotate/libs/models/losses/losses_gwd.py
alpharotate/libs/models/losses/losses_gwd_pytorch.py
alpharotate/libs/models/losses/losses_kl.py
alpharotate/libs/models/losses/losses_ridet.py
alpharotate/libs/models/losses/losses_rsdet.py
alpharotate/libs/models/necks/__init__.py
alpharotate/libs/models/necks/bifpn_p3top7.py
alpharotate/libs/models/necks/fpn_p2top6.py
alpharotate/libs/models/necks/fpn_p3top7.py
alpharotate/libs/models/necks/scrdet_neck.py
alpharotate/libs/models/roi_extractors/__init__.py
alpharotate/libs/models/roi_extractors/roi_extractors.py
alpharotate/libs/models/samplers/__init__.py
alpharotate/libs/models/samplers/samper.py
alpharotate/libs/models/samplers/atss/__init__.py
alpharotate/libs/models/samplers/atss/anchor_sampler_atss_tf.py
alpharotate/libs/models/samplers/csl/__init__.py
alpharotate/libs/models/samplers/csl/anchor_sampler_csl.py
alpharotate/libs/models/samplers/dcl/__init__.py
alpharotate/libs/models/samplers/dcl/anchor_sampler_dcl.py
alpharotate/libs/models/samplers/gwd/__init__.py
alpharotate/libs/models/samplers/gwd/anchor_sampler_gwd.py
alpharotate/libs/models/samplers/gwd/anchor_sampler_gwd_batch.py
alpharotate/libs/models/samplers/r2cnn/__init__.py
alpharotate/libs/models/samplers/r2cnn/anchor_sampler_r2cnn.py
alpharotate/libs/models/samplers/r2cnn/proposal_sampler_r2cnn.py
alpharotate/libs/models/samplers/r3det/__init__.py
alpharotate/libs/models/samplers/r3det/refine_anchor_sampler_r3det.py
alpharotate/libs/models/samplers/r3det_dcl/__init__.py
alpharotate/libs/models/samplers/r3det_dcl/anchor_sampler_r3det_dcl.py
alpharotate/libs/models/samplers/r3det_dcl/refine_anchor_sampler_r3det_dcl.py
alpharotate/libs/models/samplers/retinanet/__init__.py
alpharotate/libs/models/samplers/retinanet/anchor_sampler_retinenet.py
alpharotate/libs/models/samplers/retinanet/anchor_sampler_retinenet_batch.py
alpharotate/libs/models/samplers/rrpn/__init__.py
alpharotate/libs/models/samplers/rrpn/anchor_sampler_rrpn.py
alpharotate/libs/models/samplers/rrpn/proposal_sampler_rrpn.py
alpharotate/libs/models/samplers/rsdet/__init__.py
alpharotate/libs/models/samplers/rsdet/anchor_sampler_rsdet_5p.py
alpharotate/libs/models/samplers/rsdet/anchor_sampler_rsdet_8p.py
alpharotate/libs/utils/__init__.py
alpharotate/libs/utils/bbox_transform.py
alpharotate/libs/utils/box_sample.py
alpharotate/libs/utils/coordinate_convert.py
alpharotate/libs/utils/draw_box_in_img.py
alpharotate/libs/utils/iou.py
alpharotate/libs/utils/iou_cpu.cpp
alpharotate/libs/utils/iou_cpu.pyx
alpharotate/libs/utils/iou_rotate.py
alpharotate/libs/utils/mask_sample.py
alpharotate/libs/utils/nms.py
alpharotate/libs/utils/nms_rotate.py
alpharotate/libs/utils/rbbox_overlaps.cpp
alpharotate/libs/utils/rbbox_overlaps.hpp
alpharotate/libs/utils/rbbox_overlaps.pyx
alpharotate/libs/utils/rbbox_overlaps_kernel.cu
alpharotate/libs/utils/rotate_gpu_nms.hpp
alpharotate/libs/utils/rotate_polygon_nms.cpp
alpharotate/libs/utils/rotate_polygon_nms.hpp
alpharotate/libs/utils/rotate_polygon_nms.pyx
alpharotate/libs/utils/rotate_polygon_nms_kernel.cu
alpharotate/libs/utils/setup.py
alpharotate/libs/utils/show_box_in_tensor.py
alpharotate/libs/utils/cython_utils/__init__.py
alpharotate/libs/utils/cython_utils/bbox.c
alpharotate/libs/utils/cython_utils/bbox.pyx
alpharotate/libs/utils/cython_utils/nms.c
alpharotate/libs/utils/cython_utils/nms.pyx
alpharotate/libs/utils/cython_utils/setup.py
alpharotate/libs/utils/nms_cython/__init__.py
alpharotate/libs/utils/nms_cython/nms_wrapper.py
alpharotate/libs/utils/nms_cython/setup.py
alpharotate/libs/val_libs/__init__.py
alpharotate/libs/val_libs/voc_eval.py
alpharotate/libs/val_libs/voc_eval_r.py
alpharotate/utils/__init__.py
alpharotate/utils/box_ops.py
alpharotate/utils/densely_coded_label.py
alpharotate/utils/gaussian_metric.py
alpharotate/utils/gaussian_wasserstein_distance.py
alpharotate/utils/gwd.py
alpharotate/utils/hiou_riou.py
alpharotate/utils/img2npy.py
alpharotate/utils/kld.py
alpharotate/utils/order_points.py
alpharotate/utils/pretrain_zoo.py
alpharotate/utils/quad2rbox.py
alpharotate/utils/smooth_label.py
alpharotate/utils/sort_polygon.py
alpharotate/utils/tools.py