• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • TypeScript
  • C++
  • Scala
  • Blog
Project: mmcv (GitHub Link)
  • mmcv-master
    • .github
      • workflows
        • publish-to-pypi.yml
        • build.yml
    • examples
      • train_cifar10.py
      • dist_train_cifar10.sh
      • resnet_cifar.py
      • config_cifar10.py
    • .pre-commit-config.yaml
    • LICENSE
    • .readthedocs.yml
    • CONTRIBUTING.md
    • mmcv
      • utils
        • env.py
        • misc.py
        • config.py
        • path.py
        • progressbar.py
        • registry.py
        • parrots_wrapper.py
        • __init__.py
        • logging.py
        • timer.py
        • ext_loader.py
      • fileio
        • parse.py
        • handlers
          • pickle_handler.py
          • json_handler.py
          • __init__.py
          • yaml_handler.py
          • base.py
        • file_client.py
        • io.py
        • __init__.py
      • version.py
      • runner
        • iter_based_runner.py
        • hooks
          • hook.py
          • optimizer.py
          • sampler_seed.py
          • iter_timer.py
          • checkpoint.py
          • memory.py
          • momentum_updater.py
          • __init__.py
          • logger
            • tensorboard.py
            • wandb.py
            • text.py
            • __init__.py
            • mlflow.py
            • pavi.py
            • base.py
          • closure.py
          • lr_updater.py
        • epoch_based_runner.py
        • dist_utils.py
        • checkpoint.py
        • log_buffer.py
        • priority.py
        • optimizer
          • default_constructor.py
          • __init__.py
          • builder.py
        • __init__.py
        • utils.py
        • base_runner.py
      • cnn
        • vgg.py
        • alexnet.py
        • utils
          • flops_counter.py
          • __init__.py
          • weight_init.py
        • bricks
          • scale.py
          • conv_module.py
          • activation.py
          • conv.py
          • padding.py
          • norm.py
          • generalized_attention.py
          • hsigmoid.py
          • hswish.py
          • registry.py
          • __init__.py
          • context_block.py
          • non_local.py
          • plugin.py
          • upsample.py
        • resnet.py
        • __init__.py
      • parallel
        • data_container.py
        • distributed.py
        • data_parallel.py
        • _functions.py
        • registry.py
        • __init__.py
        • utils.py
        • collate.py
        • scatter_gather.py
        • distributed_deprecated.py
      • arraymisc
        • quantization.py
        • __init__.py
      • __init__.py
      • ops
        • roi_align.py
        • conv_ws.py
        • masked_conv.py
        • psa_mask.py
        • wrappers.py
        • focal_loss.py
        • sync_bn.py
        • cc_attention.py
        • roi_pool.py
        • deform_conv.py
        • carafe.py
        • modulated_deform_conv.py
        • info.py
        • bbox.py
        • corner_pool.py
        • __init__.py
        • csrc
          • roi_align_cuda_kernel.cuh
          • pytorch_cpp_helper.hpp
          • carafe_naive_cuda_kernel.cuh
          • parrots_cudawarpfunction.cuh
          • roi_pool_cuda_kernel.cuh
          • pytorch
            • deform_roi_pool_cuda.cu
            • roi_pool_cuda.cu
            • modulated_deform_conv.cpp
            • info.cpp
            • psamask_cuda.cu
            • roi_align.cpp
            • roi_align_cpu.cpp
            • corner_pool.cpp
            • bbox_overlaps_cuda.cu
            • sync_bn_cuda.cu
            • psamask.cpp
            • roi_pool.cpp
            • deform_conv_cuda.cu
            • focal_loss.cpp
            • deform_conv.cpp
            • pybind.cpp
            • bbox_overlaps.cpp
            • nms_cuda.cu
            • sync_bn.cpp
            • roi_align_cuda.cu
            • nms.cpp
            • masked_conv2d.cpp
            • masked_conv2d_cuda.cu
            • cc_attention_cuda.cu
            • focal_loss_cuda.cu
            • carafe_naive_cuda.cu
            • cc_attention.cpp
            • carafe.cpp
            • carafe_cuda.cu
            • modulated_deform_conv_cuda.cu
            • deform_roi_pool.cpp
            • carafe_naive.cpp
          • nms_cuda_kernel.cuh
          • parrots_cuda_helper.hpp
          • sigmoid_focal_loss_cuda_kernel.cuh
          • deform_conv_cuda_kernel.cuh
          • pytorch_cuda_helper.hpp
          • parrots
            • deform_roi_pool_cuda.cu
            • roi_pool_cuda.cu
            • parrots_cuda_helper.cu
            • modulated_deform_conv.cpp
            • psamask_cuda.cu
            • cc_attention_cuda_kernel.cu
            • roi_align.cpp
            • corner_pool.cpp
            • bbox_overlaps_cuda.cu
            • sync_bn_cuda.cu
            • psamask.cpp
            • roi_pool.cpp
            • deform_conv_cuda.cu
            • focal_loss.cpp
            • deform_conv.cpp
            • bbox_overlaps.cpp
            • nms_cuda.cu
            • parrots_cpp_helper.cpp
            • sync_bn.cpp
            • roi_align_cuda.cu
            • nms.cpp
            • masked_conv2d.cpp
            • masked_conv2d_cuda.cu
            • focal_loss_cuda.cu
            • carafe_naive_cuda.cu
            • cc_attention.cpp
            • carafe.cpp
            • carafe_cuda.cu
            • modulated_deform_conv_cuda.cu
            • deform_roi_pool.cpp
            • carafe_naive.cpp
          • bbox_overlaps_cuda_kernel.cuh
          • cc_attention_cuda_kernel.cuh
          • psamask_cuda_kernel.cuh
          • deform_roi_pool_cuda_kernel.cuh
          • modulated_deform_conv_cuda_kernel.cuh
          • masked_conv2d_cuda_kernel.cuh
          • common_cuda_helper.hpp
          • sync_bn_cuda_kernel.cuh
          • carafe_cuda_kernel.cuh
          • softmax_focal_loss_cuda_kernel.cuh
          • parrots_cpp_helper.hpp
        • merge_cells.py
        • nms.py
        • deform_roi_pool.py
        • point_sample.py
      • visualization
        • optflow.py
        • image.py
        • color.py
        • __init__.py
      • image
        • colorspace.py
        • misc.py
        • geometric.py
        • io.py
        • photometric.py
        • __init__.py
      • model_zoo
        • open_mmlab.json
        • deprecated.json
      • video
        • optflow.py
        • optflow_warp
          • flow_warp.hpp
          • flow_warp.cpp
          • flow_warp_module.pyx
          • __init__.py
        • processing.py
        • io.py
        • __init__.py
    • README.rst
    • setup.py
    • setup.cfg
    • tests
      • test_arraymisc.py
      • test_optimizer.py
      • test_fileclient.py
      • test_misc.py
      • test_progressbar.py
      • test_runner
        • test_utils.py
        • test_runner.py
        • test_hooks.py
        • test_dist_utils.py
      • test_parallel.py
      • test_cnn
        • test_conv_module.py
        • test_weight_init.py
        • test_non_local.py
        • test_context_block.py
        • test_scale.py
        • test_build_layers.py
        • test_hsigmoid.py
        • test_generalized_attention.py
        • test_hswish.py
        • test_flops_counter.py
      • test_fileio.py
      • test_registry.py
      • test_timer.py
      • data
        • palette.gif
        • for_psa_mask
        • for_ccattention
        • filelist.txt
        • demo.lmdb
          • data.mdb
          • lock.mdb
        • optflow.flo
        • config
          • i_child.py
          • f.py
          • a.py
          • d.py
          • l.py
          • g.py
          • l3.json
          • i_base.py
          • l2.yaml
          • c.yaml
          • code.py
          • l1.py
          • n.py
          • b.json
          • l4.py
          • m.py
          • a.b.py
          • delete.py
          • e.py
          • base.py
        • patches
          • pad0_3.npy
          • 0.npy
          • 3.npy
          • 4.npy
          • pad0_2.npy
          • 2.npy
          • 1.npy
          • pad0_1.npy
          • pad_2.npy
          • pad0_0.npy
          • scale_2.npy
          • scale_1.npy
          • scale_0.npy
          • pad_0.npy
          • scale_3.npy
          • pad_3.npy
          • pad0_4.npy
          • pad_4.npy
          • pad_1.npy
          • scale_4.npy
        • for_scan
          • 2.json
          • 2.txt
          • 1.txt
          • sub
            • 1.txt
            • 1.json
          • 1.json
        • model_zoo
          • mmcv_home
            • open_mmlab.json
            • val.pth
            • test.pth
          • open_mmlab.json
          • deprecated.json
        • mapping.txt
      • test_config.py
      • test_path.py
      • test_ops
        • test_roi_pool.py
        • test_carafe.py
        • test_syncbn.py
        • test_focal_loss.py
        • test_deform_conv.py
        • test_masked_conv2d.py
        • test_nms.py
        • test_modulated_deform_conv.py
        • test_roi_align.py
        • test_deform_roi_pool.py
        • test_psa_mask.py
        • test_corner_pool.py
        • test_bbox.py
        • test_info.py
        • test_cc_attention.py
      • test_visualization.py
      • test_image
        • test_photometric.py
        • test_io.py
        • test_geometric.py
        • test_image_misc.py
        • test_colorspace.py
      • test_video
        • test_optflow.py
        • test_processing.py
        • test_reader.py
      • test_logging.py
      • test_load_model_zoo.py
    • requirements.txt
    • Dockerfile
    • .gitignore
    • docs
      • Makefile
      • make.bat
      • io.md
      • video.md
      • utils.md
      • api.rst
      • image.md
      • cnn.md
      • runner.md
      • requirements.txt
      • index.rst
      • conf.py
      • visualization.md
      • _static
        • progress.gif
        • parallel_progress.gif
      • ops.md
    • .dockerignore
    • MANIFEST.in