LICENSE.md
MANIFEST.in
README.rst
requirements.txt
roadmap.txt
setup.py
antgo/__init__.py
antgo/command.py
antgo/config.py
antgo/config.xml
antgo/context.py
antgo/help.py
antgo/interactcontext.py
antgo/main.py
antgo/main_backup.py
antgo/version.py
antgo.egg-info/PKG-INFO
antgo.egg-info/SOURCES.txt
antgo.egg-info/dependency_links.txt
antgo.egg-info/entry_points.txt
antgo.egg-info/not-zip-safe
antgo.egg-info/top_level.txt
antgo/ant/__init__.py
antgo/ant/activelearning.py
antgo/ant/activelearning_api.py
antgo/ant/activelearning_v2.py
antgo/ant/analysis.py
antgo/ant/base.py
antgo/ant/batch.py
antgo/ant/browser.py
antgo/ant/challenge.py
antgo/ant/client.py
antgo/ant/debug.py
antgo/ant/demo.py
antgo/ant/download.py
antgo/ant/ensemble.py
antgo/ant/environment.py
antgo/ant/flags.py
antgo/ant/train.py
antgo/ant/utils.py
antgo/ant/watch.py
antgo/crowdsource/__init__.py
antgo/crowdsource/activelearning_server.py
antgo/crowdsource/base_server.py
antgo/crowdsource/batch_server.py
antgo/crowdsource/browser_server.py
antgo/crowdsource/crowdsource_server.py
antgo/crowdsource/demo_server.py
antgo/crowdsource/ensemble_server.py
antgo/crowdsource/label_server.py
antgo/crowdsource/utils.py
antgo/crowdsource/watch_server.py
antgo/cutils/maskApi.c
antgo/cutils/maskApi.h
antgo/dataflow/__init__.py
antgo/dataflow/basic.py
antgo/dataflow/common.py
antgo/dataflow/core.py
antgo/dataflow/datasetio.py
antgo/dataflow/recorder.py
antgo/dataflow/vis.py
antgo/dataflow/dataset/__init__.py
antgo/dataflow/dataset/ade20k.py
antgo/dataflow/dataset/celeba.py
antgo/dataflow/dataset/cifar.py
antgo/dataflow/dataset/cityscape.py
antgo/dataflow/dataset/clsdataset.py
antgo/dataflow/dataset/coco2017.py
antgo/dataflow/dataset/cusdomcls.py
antgo/dataflow/dataset/dataset.py
antgo/dataflow/dataset/empty_dataset.py
antgo/dataflow/dataset/fashionai_attribute.py
antgo/dataflow/dataset/fashionai_landmark.py
antgo/dataflow/dataset/flic.py
antgo/dataflow/dataset/horse2zebra.py
antgo/dataflow/dataset/imagenet.py
antgo/dataflow/dataset/interhand26M.py
antgo/dataflow/dataset/iphone2dslr.py
antgo/dataflow/dataset/lfw.py
antgo/dataflow/dataset/lip.py
antgo/dataflow/dataset/lsp.py
antgo/dataflow/dataset/mnist.py
antgo/dataflow/dataset/omniglot.py
antgo/dataflow/dataset/parallel_read.py
antgo/dataflow/dataset/pascal_voc.py
antgo/dataflow/dataset/proxy_dataset.py
antgo/dataflow/dataset/queue_dataset.py
antgo/dataflow/dataset/random_dataset.py
antgo/dataflow/dataset/reader.py
antgo/dataflow/dataset/simpleimages.py
antgo/dataflow/dataset/simplevideos.py
antgo/dataflow/dataset/spider_dataset.py
antgo/dataflow/dataset/vggface.py
antgo/dataflow/dataset/visalso.py
antgo/dataflow/datasynth/__init__.py
antgo/dataflow/imgaug/__init__.py
antgo/dataflow/imgaug/autoaugment_utils.py
antgo/dataflow/imgaug/batch_operators.py
antgo/dataflow/imgaug/colorspace.py
antgo/dataflow/imgaug/functional.py
antgo/dataflow/imgaug/geometric.py
antgo/dataflow/imgaug/gridmask_utils.py
antgo/dataflow/imgaug/op_helper.py
antgo/dataflow/imgaug/operators.py
antgo/dataflow/imgaug/operators_3d.py
antgo/dataflow/imgaug/photometric.py
antgo/dataflow/imgaug/regular.py
antgo/dataflow/imgaug/util.py
antgo/framework/__init__.py
antgo/framework/helper/__init__.py
antgo/framework/helper/activelearning.py
antgo/framework/helper/base_module.py
antgo/framework/helper/base_trainer.py
antgo/framework/helper/exporter.py
antgo/framework/helper/multi_stream_module.py
antgo/framework/helper/reader.py
antgo/framework/helper/task_flag.py
antgo/framework/helper/tester.py
antgo/framework/helper/trainer.py
antgo/framework/helper/apis/__init__.py
antgo/framework/helper/apis/train.py
antgo/framework/helper/cnn/__init__.py
antgo/framework/helper/cnn/alexnet.py
antgo/framework/helper/cnn/builder.py
antgo/framework/helper/cnn/resnet.py
antgo/framework/helper/cnn/vgg.py
antgo/framework/helper/cnn/backbone/__init__.py
antgo/framework/helper/cnn/backbone/ddr_lcnet.py
antgo/framework/helper/cnn/backbone/ddr_mobilenet_v2.py
antgo/framework/helper/cnn/bricks/__init__.py
antgo/framework/helper/cnn/bricks/activation.py
antgo/framework/helper/cnn/bricks/context_block.py
antgo/framework/helper/cnn/bricks/conv.py
antgo/framework/helper/cnn/bricks/conv2d_adaptive_padding.py
antgo/framework/helper/cnn/bricks/conv_module.py
antgo/framework/helper/cnn/bricks/conv_ws.py
antgo/framework/helper/cnn/bricks/depthwise_separable_conv_module.py
antgo/framework/helper/cnn/bricks/drop.py
antgo/framework/helper/cnn/bricks/generalized_attention.py
antgo/framework/helper/cnn/bricks/hsigmoid.py
antgo/framework/helper/cnn/bricks/hswish.py
antgo/framework/helper/cnn/bricks/inverted_residual.py
antgo/framework/helper/cnn/bricks/make_divisible.py
antgo/framework/helper/cnn/bricks/non_local.py
antgo/framework/helper/cnn/bricks/norm.py
antgo/framework/helper/cnn/bricks/padding.py
antgo/framework/helper/cnn/bricks/plugin.py
antgo/framework/helper/cnn/bricks/registry.py
antgo/framework/helper/cnn/bricks/scale.py
antgo/framework/helper/cnn/bricks/se_layer.py
antgo/framework/helper/cnn/bricks/swish.py
antgo/framework/helper/cnn/bricks/transformer.py
antgo/framework/helper/cnn/bricks/upsample.py
antgo/framework/helper/cnn/bricks/waterfall.py
antgo/framework/helper/cnn/bricks/wrappers.py
antgo/framework/helper/cnn/utils/__init__.py
antgo/framework/helper/cnn/utils/flops_counter.py
antgo/framework/helper/cnn/utils/fuse_conv_bn.py
antgo/framework/helper/cnn/utils/sync_bn.py
antgo/framework/helper/cnn/utils/weight_init.py
antgo/framework/helper/configs/__init__.py
antgo/framework/helper/configs/activelearning/__init__.py
antgo/framework/helper/configs/activelearning/ac_config.py
antgo/framework/helper/configs/adda/__init__.py
antgo/framework/helper/configs/adda/adda_config.py
antgo/framework/helper/configs/distillation/__init__.py
antgo/framework/helper/configs/distillation/reviewkd_config.py
antgo/framework/helper/configs/semi/__init__.py
antgo/framework/helper/configs/semi/dense_config.py
antgo/framework/helper/configs/semi/detmpl_config.py
antgo/framework/helper/configs/semi/mpl_config.py
antgo/framework/helper/dataset/__init__.py
antgo/framework/helper/dataset/builder.py
antgo/framework/helper/dataset/dataset_filter.py
antgo/framework/helper/dataset/dataset_split.py
antgo/framework/helper/dataset/dataset_wrappers.py
antgo/framework/helper/dataset/kvdataset.py
antgo/framework/helper/dataset/tfdataset.py
antgo/framework/helper/dataset/pipelines/__init__.py
antgo/framework/helper/dataset/pipelines/auto_augment.py
antgo/framework/helper/dataset/pipelines/builder.py
antgo/framework/helper/dataset/pipelines/formatting.py
antgo/framework/helper/dataset/pipelines/transforms.py
antgo/framework/helper/dataset/samplers/__init__.py
antgo/framework/helper/dataset/samplers/class_aware_sampler.py
antgo/framework/helper/dataset/samplers/distributed_sampler.py
antgo/framework/helper/dataset/samplers/group_sampler.py
antgo/framework/helper/dataset/samplers/infinite_sampler.py
antgo/framework/helper/dataset/samplers/kv_sampler.py
antgo/framework/helper/fileio/__init__.py
antgo/framework/helper/fileio/file_client.py
antgo/framework/helper/fileio/io.py
antgo/framework/helper/fileio/parse.py
antgo/framework/helper/fileio/handlers/__init__.py
antgo/framework/helper/fileio/handlers/base.py
antgo/framework/helper/fileio/handlers/json_handler.py
antgo/framework/helper/fileio/handlers/pickle_handler.py
antgo/framework/helper/fileio/handlers/yaml_handler.py
antgo/framework/helper/metrics/__init__.py
antgo/framework/helper/metrics/kp2d.py
antgo/framework/helper/metrics/metrics.py
antgo/framework/helper/metrics/seg2d.py
antgo/framework/helper/models/__init__.py
antgo/framework/helper/models/builder.py
antgo/framework/helper/models/dummy_module.py
antgo/framework/helper/models/ema_module.py
antgo/framework/helper/models/proxy_module.py
antgo/framework/helper/models/activelearning/__init__.py
antgo/framework/helper/models/activelearning/acnet.py
antgo/framework/helper/models/adda/__init__.py
antgo/framework/helper/models/adda/adda.py
antgo/framework/helper/models/classification/__init__.py
antgo/framework/helper/models/classification/backbones/__init__.py
antgo/framework/helper/models/classification/backbones/hrnet.py
antgo/framework/helper/models/classification/backbones/mobilenet_v2.py
antgo/framework/helper/models/classification/backbones/resnet.py
antgo/framework/helper/models/classification/backbones/resnext.py
antgo/framework/helper/models/classification/heads/__init__.py
antgo/framework/helper/models/classification/heads/cls_head.py
antgo/framework/helper/models/classification/heads/stacked_head.py
antgo/framework/helper/models/classification/losses/__init__.py
antgo/framework/helper/models/classification/losses/accuracy.py
antgo/framework/helper/models/classification/losses/cross_entropy_loss.py
antgo/framework/helper/models/classification/losses/utils.py
antgo/framework/helper/models/classification/model/__init__.py
antgo/framework/helper/models/classification/model/base.py
antgo/framework/helper/models/classification/model/classifier.py
antgo/framework/helper/models/detectors/__init__.py
antgo/framework/helper/models/detectors/base.py
antgo/framework/helper/models/detectors/single_stage.py
antgo/framework/helper/models/detectors/backbone/__init__.py
antgo/framework/helper/models/detectors/core/__init__.py
antgo/framework/helper/models/detectors/core/anchor/__init__.py
antgo/framework/helper/models/detectors/core/anchor/anchor_generator.py
antgo/framework/helper/models/detectors/core/anchor/builder.py
antgo/framework/helper/models/detectors/core/anchor/point_generator.py
antgo/framework/helper/models/detectors/core/anchor/utils.py
antgo/framework/helper/models/detectors/core/bbox/__init__.py
antgo/framework/helper/models/detectors/core/bbox/builder.py
antgo/framework/helper/models/detectors/core/bbox/transforms.py
antgo/framework/helper/models/detectors/core/bbox/assigners/__init__.py
antgo/framework/helper/models/detectors/core/bbox/assigners/approx_max_iou_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/assign_result.py
antgo/framework/helper/models/detectors/core/bbox/assigners/atss_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/base_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/center_region_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/grid_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/hungarian_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/max_iou_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/point_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/region_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/sim_ota_assigner.py
antgo/framework/helper/models/detectors/core/bbox/assigners/uniform_assigner.py
antgo/framework/helper/models/detectors/core/bbox/coder/__init__.py
antgo/framework/helper/models/detectors/core/bbox/coder/base_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/bucketing_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/delta_xywh_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/distance_point_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/legacy_delta_xywh_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/pseudo_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/tblr_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/coder/yolo_bbox_coder.py
antgo/framework/helper/models/detectors/core/bbox/iou_calculators/__init__.py
antgo/framework/helper/models/detectors/core/bbox/iou_calculators/builder.py
antgo/framework/helper/models/detectors/core/bbox/iou_calculators/iou2d_calculator.py
antgo/framework/helper/models/detectors/core/bbox/match_costs/__init__.py
antgo/framework/helper/models/detectors/core/bbox/match_costs/builder.py
antgo/framework/helper/models/detectors/core/bbox/match_costs/match_cost.py
antgo/framework/helper/models/detectors/core/bbox/samplers/__init__.py
antgo/framework/helper/models/detectors/core/bbox/samplers/base_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/combined_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/instance_balanced_pos_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/iou_balanced_neg_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/ohem_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/pseudo_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/random_sampler.py
antgo/framework/helper/models/detectors/core/bbox/samplers/sampling_result.py
antgo/framework/helper/models/detectors/core/bbox/samplers/score_hlr_sampler.py
antgo/framework/helper/models/detectors/core/mask/__init__.py
antgo/framework/helper/models/detectors/core/mask/mask_target.py
antgo/framework/helper/models/detectors/core/mask/structures.py
antgo/framework/helper/models/detectors/core/mask/utils.py
antgo/framework/helper/models/detectors/core/utils/__init__.py
antgo/framework/helper/models/detectors/core/utils/dist_utils.py
antgo/framework/helper/models/detectors/core/utils/misc.py
antgo/framework/helper/models/detectors/head/__init__.py
antgo/framework/helper/models/detectors/head/base_dense_head.py
antgo/framework/helper/models/detectors/head/fcos_head.py
antgo/framework/helper/models/detectors/head/focs_head_ml.py
antgo/framework/helper/models/detectors/losses/__init__.py
antgo/framework/helper/models/detectors/losses/accuracy.py
antgo/framework/helper/models/detectors/losses/ae_loss.py
antgo/framework/helper/models/detectors/losses/balanced_l1_loss.py
antgo/framework/helper/models/detectors/losses/cross_entropy_loss.py
antgo/framework/helper/models/detectors/losses/dice_loss.py
antgo/framework/helper/models/detectors/losses/focal_loss.py
antgo/framework/helper/models/detectors/losses/gaussian_focal_loss.py
antgo/framework/helper/models/detectors/losses/gfocal_loss.py
antgo/framework/helper/models/detectors/losses/ghm_loss.py
antgo/framework/helper/models/detectors/losses/iou_loss.py
antgo/framework/helper/models/detectors/losses/kd_loss.py
antgo/framework/helper/models/detectors/losses/mse_loss.py
antgo/framework/helper/models/detectors/losses/pisa_loss.py
antgo/framework/helper/models/detectors/losses/seesaw_loss.py
antgo/framework/helper/models/detectors/losses/smooth_l1_loss.py
antgo/framework/helper/models/detectors/losses/utils.py
antgo/framework/helper/models/detectors/losses/varifocal_loss.py
antgo/framework/helper/models/detectors/model/__init__.py
antgo/framework/helper/models/detectors/model/ttfnet.py
antgo/framework/helper/models/detectors/neck/__init__.py
antgo/framework/helper/models/detectors/neck/fpn.py
antgo/framework/helper/models/detectors/utils/__init__.py
antgo/framework/helper/models/detectors/utils/gaussian_target.py
antgo/framework/helper/models/detectors/utils/util_mixins.py
antgo/framework/helper/models/detectors/utils/util_random.py
antgo/framework/helper/models/distillation/__init__.py
antgo/framework/helper/models/distillation/distillation_model.py
antgo/framework/helper/models/distillation/loss/__init__.py
antgo/framework/helper/models/distillation/loss/ab.py
antgo/framework/helper/models/distillation/loss/afd.py
antgo/framework/helper/models/distillation/loss/at.py
antgo/framework/helper/models/distillation/loss/bss.py
antgo/framework/helper/models/distillation/loss/cc.py
antgo/framework/helper/models/distillation/loss/crd.py
antgo/framework/helper/models/distillation/loss/dml.py
antgo/framework/helper/models/distillation/loss/fitnet.py
antgo/framework/helper/models/distillation/loss/fsp.py
antgo/framework/helper/models/distillation/loss/ft.py
antgo/framework/helper/models/distillation/loss/hcl.py
antgo/framework/helper/models/distillation/loss/irg.py
antgo/framework/helper/models/distillation/loss/logits.py
antgo/framework/helper/models/distillation/loss/lwm.py
antgo/framework/helper/models/distillation/loss/mgd.py
antgo/framework/helper/models/distillation/loss/nst.py
antgo/framework/helper/models/distillation/loss/ofd.py
antgo/framework/helper/models/distillation/loss/pkt.py
antgo/framework/helper/models/distillation/loss/rkd.py
antgo/framework/helper/models/distillation/loss/sobolev.py
antgo/framework/helper/models/distillation/loss/sp.py
antgo/framework/helper/models/distillation/loss/st.py
antgo/framework/helper/models/distillation/loss/vid.py
antgo/framework/helper/models/nas/__init__.py
antgo/framework/helper/models/nas/model_zoo.py
antgo/framework/helper/models/nas/test.py
antgo/framework/helper/models/nas/elastic_nn/__init__.py
antgo/framework/helper/models/nas/elastic_nn/utils.py
antgo/framework/helper/models/nas/elastic_nn/modules/__init__.py
antgo/framework/helper/models/nas/elastic_nn/modules/dynamic_layers.py
antgo/framework/helper/models/nas/elastic_nn/modules/dynamic_op.py
antgo/framework/helper/models/nas/ofa/__init__.py
antgo/framework/helper/models/nas/ofa/utils.py
antgo/framework/helper/models/nas/ofa/baseline/__init__.py
antgo/framework/helper/models/nas/ofa/baseline/fastdet.py
antgo/framework/helper/models/nas/ofa/baseline/mobilenet_v3.py
antgo/framework/helper/models/nas/ofa/networks/__init__.py
antgo/framework/helper/models/nas/ofa/networks/ofa_fastdet.py
antgo/framework/helper/models/nas/ofa/networks/ofa_mbv3.py
antgo/framework/helper/models/nas/ofa/training/__init__.py
antgo/framework/helper/models/nas/ofa/training/epoch_based_sampling_runner.py
antgo/framework/helper/models/nas/ofa/training/evaluation.py
antgo/framework/helper/models/nas/search/__init__.py
antgo/framework/helper/models/nas/search/accuracy_predictor/__init__.py
antgo/framework/helper/models/nas/search/accuracy_predictor/acc_dataset.py
antgo/framework/helper/models/nas/search/accuracy_predictor/acc_predictor.py
antgo/framework/helper/models/nas/search/accuracy_predictor/arch_encoder.py
antgo/framework/helper/models/nas/search/efficiency_predictor/__init__.py
antgo/framework/helper/models/nas/search/efficiency_predictor/latency_lookup_table.py
antgo/framework/helper/models/nas/search/search_algorithm/__init__.py
antgo/framework/helper/models/nas/search/search_algorithm/evolution.py
antgo/framework/helper/models/nas/tutorial/__init__.py
antgo/framework/helper/models/nas/tutorial/accuracy_predictor.py
antgo/framework/helper/models/nas/tutorial/evolution_finder.py
antgo/framework/helper/models/nas/tutorial/flops_table.py
antgo/framework/helper/models/nas/tutorial/imagenet_eval_helper.py
antgo/framework/helper/models/nas/tutorial/latency_table.py
antgo/framework/helper/models/nas/utils/__init__.py
antgo/framework/helper/models/nas/utils/common_tools.py
antgo/framework/helper/models/nas/utils/flops_counter.py
antgo/framework/helper/models/nas/utils/layers.py
antgo/framework/helper/models/nas/utils/my_modules.py
antgo/framework/helper/models/nas/utils/pytorch_modules.py
antgo/framework/helper/models/nas/utils/pytorch_utils.py
antgo/framework/helper/models/pose3d/__init__.py
antgo/framework/helper/models/pose3d/backbone/QNetLite0_alpha.py
antgo/framework/helper/models/pose3d/backbone/QNetLite0_beta.py
antgo/framework/helper/models/pose3d/backbone/__init__.py
antgo/framework/helper/models/pose3d/head/__init__.py
antgo/framework/helper/models/pose3d/head/handpose_qnet_lite0_pose_heatmap2d.py
antgo/framework/helper/models/pose3d/head/layer.py
antgo/framework/helper/models/pose3d/head/twohand_3dpose_latent.py
antgo/framework/helper/models/pose3d/losses/__init__.py
antgo/framework/helper/models/pose3d/losses/gaussian_focal_loss.py
antgo/framework/helper/models/pose3d/losses/loss.py
antgo/framework/helper/models/pose3d/losses/utils.py
antgo/framework/helper/models/pose3d/model/__init__.py
antgo/framework/helper/models/pose3d/model/ddr_twohand_pose3d.py
antgo/framework/helper/models/pose3d/model/keynet_model.py
antgo/framework/helper/models/pose3d/utils/__init__.py
antgo/framework/helper/models/segmentation/__init__.py
antgo/framework/helper/models/segmentation/backbone/DDRQNetLite0.py
antgo/framework/helper/models/segmentation/backbone/__init__.py
antgo/framework/helper/models/segmentation/head/__init__.py
antgo/framework/helper/models/segmentation/head/aspp_head.py
antgo/framework/helper/models/segmentation/head/simple_head.py
antgo/framework/helper/models/segmentation/losses/__init__.py
antgo/framework/helper/models/segmentation/model/__init__.py
antgo/framework/helper/models/segmentation/model/encoder_decoder.py
antgo/framework/helper/models/semi/__init__.py
antgo/framework/helper/models/semi/dense.py
antgo/framework/helper/models/semi/detmpl.py
antgo/framework/helper/models/semi/mpl.py
antgo/framework/helper/models/semi/hook/__init__.py
antgo/framework/helper/models/semi/hook/mean_teacher.py
antgo/framework/helper/models/semi/losses/__init__.py
antgo/framework/helper/models/semi/losses/quality_focal_loss.py
antgo/framework/helper/models/utils/__init__.py
antgo/framework/helper/models/utils/box_utils.py
antgo/framework/helper/models/utils/brick_wrappers.py
antgo/framework/helper/models/utils/builder.py
antgo/framework/helper/models/utils/ckpt_convert.py
antgo/framework/helper/models/utils/conv_upsample.py
antgo/framework/helper/models/utils/csp_layer.py
antgo/framework/helper/models/utils/gaussian_target.py
antgo/framework/helper/models/utils/inverted_residual.py
antgo/framework/helper/models/utils/make_divisible.py
antgo/framework/helper/models/utils/misc.py
antgo/framework/helper/models/utils/normed_predictor.py
antgo/framework/helper/models/utils/panoptic_gt_processing.py
antgo/framework/helper/models/utils/positional_encoding.py
antgo/framework/helper/models/utils/res_layer.py
antgo/framework/helper/models/utils/se_layer.py
antgo/framework/helper/models/utils/structure_utils.py
antgo/framework/helper/models/utils/structures.py
antgo/framework/helper/parallel/__init__.py
antgo/framework/helper/parallel/_functions.py
antgo/framework/helper/parallel/collate.py
antgo/framework/helper/parallel/data_container.py
antgo/framework/helper/parallel/data_parallel.py
antgo/framework/helper/parallel/distributed.py
antgo/framework/helper/parallel/registry.py
antgo/framework/helper/parallel/scatter_gather.py
antgo/framework/helper/parallel/utils.py
antgo/framework/helper/runner/__init__.py
antgo/framework/helper/runner/base_runner.py
antgo/framework/helper/runner/builder.py
antgo/framework/helper/runner/checkpoint.py
antgo/framework/helper/runner/default_constructor.py
antgo/framework/helper/runner/dist_utils.py
antgo/framework/helper/runner/epoch_based_runner.py
antgo/framework/helper/runner/fp16_utils.py
antgo/framework/helper/runner/iter_based_runner.py
antgo/framework/helper/runner/log_buffer.py
antgo/framework/helper/runner/priority.py
antgo/framework/helper/runner/test.py
antgo/framework/helper/runner/utils.py
antgo/framework/helper/runner/hooks/__init__.py
antgo/framework/helper/runner/hooks/checkpoint.py
antgo/framework/helper/runner/hooks/closure.py
antgo/framework/helper/runner/hooks/ema.py
antgo/framework/helper/runner/hooks/evaluation.py
antgo/framework/helper/runner/hooks/hook.py
antgo/framework/helper/runner/hooks/iter_timer.py
antgo/framework/helper/runner/hooks/lr_updater.py
antgo/framework/helper/runner/hooks/memory.py
antgo/framework/helper/runner/hooks/momentum_updater.py
antgo/framework/helper/runner/hooks/optimizer.py
antgo/framework/helper/runner/hooks/profiler.py
antgo/framework/helper/runner/hooks/sampler_seed.py
antgo/framework/helper/runner/hooks/submodules_evaluation.py
antgo/framework/helper/runner/hooks/sync_buffer.py
antgo/framework/helper/runner/hooks/weight_adjust.py
antgo/framework/helper/runner/hooks/logger/__init__.py
antgo/framework/helper/runner/hooks/logger/base.py
antgo/framework/helper/runner/hooks/logger/neptune.py
antgo/framework/helper/runner/hooks/logger/text.py
antgo/framework/helper/runner/hooks/samplingmethods/__init__.py
antgo/framework/helper/runner/hooks/samplingmethods/kcenter_greedy.py
antgo/framework/helper/runner/hooks/samplingmethods/sampling_def.py
antgo/framework/helper/runner/optimizer/__init__.py
antgo/framework/helper/runner/optimizer/builder.py
antgo/framework/helper/runner/optimizer/default_constructor.py
antgo/framework/helper/tools/__init__.py
antgo/framework/helper/tools/evaluate.py
antgo/framework/helper/tools/exp.py
antgo/framework/helper/tools/export_onnx.py
antgo/framework/helper/tools/schedule_demo.py
antgo/framework/helper/tools/train.py
antgo/framework/helper/tools/util.py
antgo/framework/helper/utils/__init__.py
antgo/framework/helper/utils/compat_config.py
antgo/framework/helper/utils/config.py
antgo/framework/helper/utils/device_type.py
antgo/framework/helper/utils/dist_utils.py
antgo/framework/helper/utils/env.py
antgo/framework/helper/utils/ext_loader.py
antgo/framework/helper/utils/hub.py
antgo/framework/helper/utils/logging.py
antgo/framework/helper/utils/math_3d.py
antgo/framework/helper/utils/misc.py
antgo/framework/helper/utils/parrots_jit.py
antgo/framework/helper/utils/parrots_wrapper.py
antgo/framework/helper/utils/path.py
antgo/framework/helper/utils/progressbar.py
antgo/framework/helper/utils/registry.py
antgo/framework/helper/utils/seed.py
antgo/framework/helper/utils/setup_env.py
antgo/framework/helper/utils/testing.py
antgo/framework/helper/utils/timer.py
antgo/framework/helper/utils/trace.py
antgo/framework/helper/utils/util_distribution.py
antgo/framework/helper/utils/version_utils.py
antgo/framework/paddle2torch/__init__.py
antgo/framework/paddle2torch/utils.py
antgo/framework/paddle2torch/mapper/__init__.py
antgo/framework/paddle2torch/mapper/io.py
antgo/framework/paddle2torch/mapper/layer.py
antgo/framework/paddle2torch/mapper/nn.py
antgo/framework/paddle2torch/mapper/ops.py
antgo/framework/paddle2torch/mapper/optimizer.py
antgo/framework/paddle2torch/tools/__init__.py
antgo/framework/paddle2torch/vision/__init__.py
antgo/framework/torch2paddle/__init__.py
antgo/framework/torch2paddle/utils.py
antgo/framework/torch2paddle/mapper/__init__.py
antgo/framework/torch2paddle/mapper/device.py
antgo/framework/torch2paddle/mapper/distributed.py
antgo/framework/torch2paddle/mapper/io.py
antgo/framework/torch2paddle/mapper/layer.py
antgo/framework/torch2paddle/mapper/nn.py
antgo/framework/torch2paddle/mapper/nn_functional.py
antgo/framework/torch2paddle/mapper/nn_init.py
antgo/framework/torch2paddle/mapper/nn_utils.py
antgo/framework/torch2paddle/mapper/ops.py
antgo/framework/torch2paddle/mapper/optimizer.py
antgo/framework/torch2paddle/mapper/parambase.py
antgo/framework/torch2paddle/mapper/tensor.py
antgo/framework/torch2paddle/mapper/util.py
antgo/framework/torch2paddle/mapper/varbase.py
antgo/framework/torch2paddle/mapper/cuda/__init__.py
antgo/framework/torch2paddle/mapper/cuda/util.py
antgo/framework/torch2paddle/mapper/utils/__init__.py
antgo/framework/torch2paddle/mapper/utils/data.py
antgo/framework/torch2paddle/tools/__init__.py
antgo/framework/torch2paddle/tools/ast_update.py
antgo/framework/torch2paddle/tools/convert.py
antgo/framework/torch2paddle/tools/dependency_analyzer.py
antgo/framework/torch2paddle/tools/utils.py
antgo/framework/torch2paddle/vision/__init__.py
antgo/framework/torch2paddle/vision/datasets.py
antgo/framework/torch2paddle/vision/transforms.py
antgo/framework/torch2paddle/vision/utils.py
antgo/measures/__init__.py
antgo/measures/ali_fashion_attribute_error.py
antgo/measures/ali_fashion_landmark_ne.py
antgo/measures/average_precision.py
antgo/measures/base.py
antgo/measures/binary_c.py
antgo/measures/binomial_deviance.py
antgo/measures/confusion_matrix.py
antgo/measures/crowdsource.py
antgo/measures/deep_analysis.py
antgo/measures/error.py
antgo/measures/face_task.py
antgo/measures/kdd_average_precision.py
antgo/measures/matting_task.py
antgo/measures/moving_statistic.py
antgo/measures/multi_c.py
antgo/measures/multic_task.py
antgo/measures/multil_task.py
antgo/measures/normalized_error.py
antgo/measures/objdect_task.py
antgo/measures/pck.py
antgo/measures/person_search_task.py
antgo/measures/precision_recall.py
antgo/measures/quadratic_weighted_kappa.py
antgo/measures/regression_metric.py
antgo/measures/regression_task.py
antgo/measures/repeat_statistic.py
antgo/measures/retrieval_task.py
antgo/measures/roc_auc.py
antgo/measures/segmentation_task.py
antgo/measures/significance.py
antgo/measures/statistic.py
antgo/measures/topk.py
antgo/measures/track_task.py
antgo/measures/yesno_crowdsource.py
antgo/pipeline/__init__.py
antgo/pipeline/engine/__init__.py
antgo/pipeline/engine/factory.py
antgo/pipeline/engine/operator_loader.py
antgo/pipeline/engine/operator_registry.py
antgo/pipeline/engine/uri.py
antgo/pipeline/engine/execution/__init__.py
antgo/pipeline/engine/execution/base_execution.py
antgo/pipeline/functional/__init__.py
antgo/pipeline/functional/data_collection.py
antgo/pipeline/functional/entity.py
antgo/pipeline/functional/option.py
antgo/pipeline/functional/storages.py
antgo/pipeline/functional/common/__init__.py
antgo/pipeline/functional/common/util.py
antgo/pipeline/functional/image/__init__.py
antgo/pipeline/functional/image/io.py
antgo/pipeline/functional/image/plot.py
antgo/pipeline/functional/image/process.py
antgo/pipeline/functional/mixins/__init__.py
antgo/pipeline/functional/mixins/column.py
antgo/pipeline/functional/mixins/computer_vision.py
antgo/pipeline/functional/mixins/config.py
antgo/pipeline/functional/mixins/dag.py
antgo/pipeline/functional/mixins/data_processing.py
antgo/pipeline/functional/mixins/dataframe.py
antgo/pipeline/functional/mixins/dataset.py
antgo/pipeline/functional/mixins/demo.py
antgo/pipeline/functional/mixins/dispatcher.py
antgo/pipeline/functional/mixins/list.py
antgo/pipeline/functional/mixins/serve.py
antgo/pipeline/functional/mixins/show.py
antgo/pipeline/functional/mixins/stream.py
antgo/pipeline/hparam/__init__.py
antgo/pipeline/hparam/hyperparameter.py
antgo/pipeline/hub/__init__.py
antgo/pipeline/hub/builtin/__init__.py
antgo/pipeline/hub/builtin/operators/__init__.py
antgo/pipeline/hub/builtin/operators/inference_model_op.py
antgo/pipeline/hub/builtin/operators/inference_onnx_op.py
antgo/pipeline/hub/builtin/operators/runas_op.py
antgo/pipeline/hub/external/__init__.py
antgo/pipeline/hub/external/mm/__init__.py
antgo/pipeline/hub/external/mm/detector.py
antgo/pipeline/hub/external/mm/inpainting.py
antgo/pipeline/hub/external/mm/ocr.py
antgo/pipeline/hub/external/mm/pose.py
antgo/pipeline/hub/external/mm/restoration.py
antgo/pipeline/hub/external/mm/segmentor.py
antgo/pipeline/models/__init__.py
antgo/pipeline/models/cfg/dataset/coco.yaml
antgo/pipeline/models/cfg/detector/yolov7-e6.yaml
antgo/pipeline/models/cfg/detector/yolov7-w6.yaml
antgo/pipeline/models/cfg/detector/yolov7.yaml
antgo/pipeline/models/cfg/detector/yolov7x.yaml
antgo/pipeline/models/detector/__init__.py
antgo/pipeline/models/detector/util.py
antgo/pipeline/models/detector/yolov7/__init__.py
antgo/pipeline/models/detector/yolov7/util.py
antgo/pipeline/models/detector/yolov7/yolov7.py
antgo/pipeline/models/pose/__init__.py
antgo/pipeline/models/segmentation/__init__.py
antgo/pipeline/models/utils/__init__.py
antgo/pipeline/models/utils/common.py
antgo/pipeline/models/utils/preprocess.py
antgo/pipeline/models/utils/utils.py
antgo/pipeline/operators/__init__.py
antgo/pipeline/operators/base.py
antgo/pipeline/operators/nop.py
antgo/pipeline/serve/__init__.py
antgo/pipeline/utils/__init__.py
antgo/pipeline/utils/repo_normalize.py
antgo/resource/__init__.py
antgo/resource/html.py
antgo/resource/app/favicon.ico
antgo/resource/app/index.html
antgo/resource/app/css/359.32c5c11e.css
antgo/resource/app/css/385.1759eef9.css
antgo/resource/app/css/854.9e012a59.css
antgo/resource/app/css/app.48eb9280.css
antgo/resource/app/css/chunk-vendors.1944359c.css
antgo/resource/app/js/359.afb86915.js
antgo/resource/app/js/359.afb86915.js.map
antgo/resource/app/js/385.90ba0f66.js
antgo/resource/app/js/385.90ba0f66.js.map
antgo/resource/app/js/532.f949def3.js
antgo/resource/app/js/532.f949def3.js.map
antgo/resource/app/js/651.c5601578.js
antgo/resource/app/js/651.c5601578.js.map
antgo/resource/app/js/769.b7247054.js
antgo/resource/app/js/769.b7247054.js.map
antgo/resource/app/js/854.d3c0e54f.js
antgo/resource/app/js/854.d3c0e54f.js.map
antgo/resource/app/js/880.cba02e88.js
antgo/resource/app/js/880.cba02e88.js.map
antgo/resource/app/js/app.f01f9b7a.js
antgo/resource/app/js/app.f01f9b7a.js.map
antgo/resource/app/js/chunk-vendors.18913786.js
antgo/resource/app/js/chunk-vendors.18913786.js.map
antgo/resource/static/antgo.css
antgo/resource/static/antgo.ico
antgo/resource/static/antgo.js
antgo/resource/static/apply.png
antgo/resource/static/banner.png
antgo/resource/static/card.png
antgo/resource/static/crowdsource.js
antgo/resource/static/error.json
antgo/resource/static/filetree.png
antgo/resource/static/holder.min.js
antgo/resource/static/register.png
antgo/resource/static/start-experiment.png
antgo/resource/templates/activelearning.html
antgo/resource/templates/crowdsource.html
antgo/resource/templates/demo.html
antgo/resource/templates/project.json
antgo/resource/templates/sample_gt.json
antgo/resource/templates/sample_meta.json
antgo/resource/templates/statistic-report.html
antgo/resource/templates/task.template
antgo/resource/templates/task_main_file.template
antgo/resource/templates/task_main_param.template
antgo/resource/templates/task_shell.template
antgo/resource/templates/trainmaster.html
antgo/resource/templates/trainworker.html
antgo/resource/templates/yesno_crowdsource.html
antgo/resource/templates/mvp/.gitignore
antgo/resource/templates/mvp/README.md
antgo/resource/templates/mvp/coco_config.py
antgo/resource/templates/mvp/config.py
antgo/resource/templates/mvp/install.sh
antgo/resource/templates/mvp/launch.sh
antgo/resource/templates/mvp/lsp_config.py
antgo/resource/templates/mvp/pascal_voc_config.py
antgo/resource/templates/mvp/requirements.txt
antgo/resource/templates/mvp/system.py
antgo/resource/templates/mvp/visalso_config.py
antgo/resource/templates/mvp/cifar10/__init__.py
antgo/resource/templates/mvp/cifar10/dataset.py
antgo/resource/templates/mvp/cifar10/hooks.py
antgo/resource/templates/mvp/cifar10/main.py
antgo/resource/templates/mvp/cifar10/metrics.py
antgo/resource/templates/mvp/cifar10/configs/config.py
antgo/resource/templates/mvp/cifar10/models/__init__.py
antgo/resource/templates/mvp/cifar10/models/wideres.py
antgo/sandbox/__init__.py
antgo/sandbox/sandbox.py
antgo/script/__init__.py
antgo/script/base.py
antgo/script/custom_submit.py
antgo/script/data_convert_cifar10_tfrecord.py
antgo/script/data_prepare.py
antgo/script/local_submit.py
antgo/script/ssh-launch.sh
antgo/script/ssh-submit-config.yaml
antgo/script/ssh-submit.sh
antgo/script/ssh_submit.py
antgo/script/submit-config.yaml
antgo/script/test.sh
antgo/task/__init__.py
antgo/task/task.py
antgo/tools/__init__.py
antgo/tools/browser_funcs.py
antgo/tools/download_funcs.py
antgo/tools/extract.py
antgo/tools/filter_funcs.py
antgo/tools/label_funcs.py
antgo/tools/package.py
antgo/utils/__init__.py
antgo/utils/_bbox.pyx
antgo/utils/_encode_png.pyx
antgo/utils/_mask.pyx
antgo/utils/args.py
antgo/utils/argscope.py
antgo/utils/colormap.py
antgo/utils/concurrency.py
antgo/utils/cpu.py
antgo/utils/encode.py
antgo/utils/fs.py
antgo/utils/gpu.py
antgo/utils/logger.py
antgo/utils/mask.py
antgo/utils/netvis.py
antgo/utils/parallel_map.py
antgo/utils/pickledb.py
antgo/utils/processbar.py
antgo/utils/sample_gt.py
antgo/utils/serialize.py
antgo/utils/timer.py
antgo/utils/utils.py
antgo/utils/shared_queue/__init__.py
antgo/utils/shared_queue/queue.py
antgo/utils/shared_queue/sharedmemory.py
test/test_antgo.py
test/test_paddle_c.py
test/test_torch_c.py