README.md
setup.py
/data4/jk/tw/tw/nn/csrc/ops.cc
/data4/jk/tw/tw/nn/csrc/ca/ca_cuda.cu
/data4/jk/tw/tw/nn/csrc/dcn/deform_conv_cuda.cu
/data4/jk/tw/tw/nn/csrc/dcn/deform_conv_kernel_cuda.cu
/data4/jk/tw/tw/nn/csrc/dcn/deform_pool_cuda.cu
/data4/jk/tw/tw/nn/csrc/dcn/deform_pool_kernel_cuda.cu
/data4/jk/tw/tw/nn/csrc/nms/ml_nms.cu
/data4/jk/tw/tw/nn/csrc/nms/nms_cpu.cc
/data4/jk/tw/tw/nn/csrc/nms/nms_cuda.cu
/data4/jk/tw/tw/nn/csrc/psa/psa_cpu.cc
/data4/jk/tw/tw/nn/csrc/psa/psa_cuda.cu
/data4/jk/tw/tw/nn/csrc/roi_align/roi_align_cpu.cc
/data4/jk/tw/tw/nn/csrc/roi_align/roi_align_cuda.cu
/data4/jk/tw/tw/nn/csrc/roi_pool/roi_pool_cpu.cc
/data4/jk/tw/tw/nn/csrc/roi_pool/roi_pool_cuda.cu
/data4/jk/tw/tw/nn/csrc/sigmoid_focal_loss/sigmoid_focal_loss.cu
tw/__init__.py
tw/tools.py
tw.egg-info/PKG-INFO
tw.egg-info/SOURCES.txt
tw.egg-info/dependency_links.txt
tw.egg-info/requires.txt
tw.egg-info/top_level.txt
tw/contrib/__init__.py
tw/contrib/face_alignment/__init__.py
tw/contrib/face_detection/__init__.py
tw/contrib/face_detection/dsfd/__init__.py
tw/contrib/face_detection/dsfd/box_utils.py
tw/contrib/face_detection/dsfd/dsfd.py
tw/contrib/face_detection/dsfd/nets.py
tw/contrib/face_detection/faceboxes/__init__.py
tw/contrib/face_detection/faceboxes/box_utils.py
tw/contrib/face_detection/faceboxes/faceboxes.py
tw/contrib/face_detection/faceboxes/nets.py
tw/contrib/face_detection/mtcnn/__init__.py
tw/contrib/face_detection/mtcnn/box_utils.py
tw/contrib/face_detection/mtcnn/first_stage.py
tw/contrib/face_detection/mtcnn/mtcnn.py
tw/contrib/face_detection/mtcnn/nets.py
tw/contrib/face_detection/pyramidbox/__init__.py
tw/contrib/face_detection/pyramidbox/box_utils.py
tw/contrib/face_detection/pyramidbox/nets.py
tw/contrib/face_detection/pyramidbox/pyramidbox.py
tw/contrib/face_detection/retinaface/__init__.py
tw/contrib/face_detection/retinaface/box_utils.py
tw/contrib/face_detection/retinaface/data_utils.py
tw/contrib/face_detection/retinaface/nets.py
tw/contrib/face_detection/retinaface/retinaface.py
tw/contrib/face_detection/s3fd/__init__.py
tw/contrib/face_detection/s3fd/box_utils.py
tw/contrib/face_detection/s3fd/nets.py
tw/contrib/face_detection/s3fd/s3fd.py
tw/contrib/face_detection/tinyface/__init__.py
tw/contrib/face_detection/tinyface/box_utils.py
tw/contrib/face_detection/tinyface/nets.py
tw/contrib/face_detection/tinyface/tinyface.py
tw/contrib/face_landmark/__init__.py
tw/datasets/__init__.py
tw/datasets/base.py
tw/datasets/cifar.py
tw/datasets/general.py
tw/datasets/imagenet.py
tw/datasets/mnist.py
tw/datasets/pil.py
tw/evaluator/__init__.py
tw/evaluator/base.py
tw/evaluator/classification.py
tw/evaluator/detection.py
tw/evaluator/image.py
tw/evaluator/regression.py
tw/evaluator/segmentation.py
tw/evaluator/verification.py
tw/models/__init__.py
tw/models/alexnet.py
tw/models/asffnet.py
tw/models/bcnn.py
tw/models/bgmv2.py
tw/models/bisenet.py
tw/models/c3d.py
tw/models/ccnet.py
tw/models/cgnet.py
tw/models/danet.py
tw/models/deeplabv3p.py
tw/models/densenet.py
tw/models/densenet_cifar.py
tw/models/dfanet.py
tw/models/drn.py
tw/models/dunet.py
tw/models/efficientnet.py
tw/models/efficientnet_cifar.py
tw/models/encnet.py
tw/models/enet.py
tw/models/erfnet.py
tw/models/espnet.py
tw/models/fastscnn.py
tw/models/fcn.py
tw/models/fenet.py
tw/models/frvsr.py
tw/models/ghostnet.py
tw/models/googlenet.py
tw/models/i3d.py
tw/models/icnet.py
tw/models/inception.py
tw/models/lednet.py
tw/models/lenet.py
tw/models/mixnet.py
tw/models/mnasnet.py
tw/models/mobilenet_v1.py
tw/models/mobilenet_v2.py
tw/models/mobilenet_v2_cifar.py
tw/models/mobilenet_v2_deeplab.py
tw/models/mobilenet_v3.py
tw/models/moco.py
tw/models/ocnet.py
tw/models/p3d.py
tw/models/p3d_without_bn.py
tw/models/poolnet.py
tw/models/psanet.py
tw/models/pspnet.py
tw/models/r2plus1d.py
tw/models/r3d.py
tw/models/rcnns.py
tw/models/res2net.py
tw/models/res2net_v1b.py
tw/models/resnet.py
tw/models/resnet_cifar.py
tw/models/resnet_tf.py
tw/models/resnets_deeplab.py
tw/models/resnext_cifar.py
tw/models/senet.py
tw/models/senet_cifar.py
tw/models/shufflenet_v1_cifar.py
tw/models/shufflenet_v2.py
tw/models/shufflenet_v2_cifar.py
tw/models/squeezenet.py
tw/models/ssds.py
tw/models/unet.py
tw/models/utils.py
tw/models/vgg.py
tw/models/vgg_cifar.py
tw/models/vgg_extractor.py
tw/models/xception.py
tw/nn/__init__.py
tw/nn/activation.py
tw/nn/attention.py
tw/nn/conv.py
tw/nn/convert.py
tw/nn/embedding.py
tw/nn/filter.py
tw/nn/initialize.py
tw/nn/losses.py
tw/nn/nms.py
tw/nn/normalize.py
tw/nn/pooling.py
tw/nn/random.py
tw/nn/rnn.py
tw/nn/transformer.py
tw/optim/__init__.py
tw/optim/warmup_multistep_lr.py
tw/transform/__init__.py
tw/transform/meta.py
tw/transform/pil.py
tw/transform/primitive/__init__.py
tw/transform/primitive/affine.py
tw/transform/primitive/bbox.py
tw/transform/primitive/colorspace.py
tw/transform/primitive/crop.py
tw/transform/primitive/filter.py
tw/transform/primitive/morphology.py
tw/transform/primitive/normalize.py
tw/transform/primitive/pad.py
tw/transform/primitive/resize.py
tw/utils/__init__.py
tw/utils/checkpoint.py
tw/utils/drawer.py
tw/utils/export.py
tw/utils/filesystem.py
tw/utils/flops.py
tw/utils/logger.py
tw/utils/media.py
tw/utils/parser.py
tw/utils/runner.py
tw/utils/stat.py
tw/utils/tensorboard.py
tw/utils/timer.py