__init__.py
Go to the documentation of this file.
00001 from jsk_recognition_utils.chainermodels import alexnet
00002 from jsk_recognition_utils.chainermodels import alexnet_batch_normalization
00003 from jsk_recognition_utils.chainermodels import vgg16
00004 from jsk_recognition_utils.chainermodels import vgg16_batch_normalization
00005 from jsk_recognition_utils.chainermodels import vgg16_fast_rcnn
00006 from jsk_recognition_utils.chainermodels import vgg_cnn_m_1024
00007 from jsk_recognition_utils.chainermodels import resnet
00008 
00009 # AlexNet Object Recognition Network
00010 AlexNet = alexnet.AlexNet
00011 AlexNetBatchNormalization = alexnet_batch_normalization.AlexNetBatchNormalization  # NOQA
00012 
00013 # VGG16 Object Recognition Network
00014 VGG16 = vgg16.VGG16
00015 VGG16BatchNormalization = vgg16_batch_normalization.VGG16BatchNormalization
00016 
00017 # FastRCNN
00018 VGG16FastRCNN = vgg16_fast_rcnn.VGG16FastRCNN
00019 VGG_CNN_M_1024 = vgg_cnn_m_1024.VGG_CNN_M_1024
00020 
00021 # ResNet
00022 ResNet50 = resnet.ResNet50
00023 ResNet50Feature = resnet.ResNet50Feature
00024 ResNet101 = resnet.ResNet101
00025 ResNet101Feature = resnet.ResNet101Feature
00026 ResNet152 = resnet.ResNet152
00027 ResNet152Feature = resnet.ResNet152Feature


jsk_recognition_utils
Author(s):
autogenerated on Sun Oct 8 2017 02:42:48