MCPcopy Create free account

hub / github.com/WenmuZhou/PSENet.pytorch / functions

Functions799 in github.com/WenmuZhou/PSENet.pytorch

↓ 1 callersFunctionload_type
pse/include/pybind11/cast.h:1647
↓ 1 callersFunctionmain
(model_path, backbone, scale, path, save_path, gpu_id)
eval.py:19
↓ 1 callersFunctionmain
()
train.py:148
↓ 1 callersFunctionmake_default_metaclass
This metaclass is assigned by default to all pybind11 types and is required in order for static properties to function correctly. Users may overri
pse/include/pybind11/detail/class.h:161
↓ 1 callersFunctionmake_iterator
pse/include/pybind11/pybind11.h:1648
↓ 1 callersFunctionmake_key_iterator
pse/include/pybind11/pybind11.h:1677
↓ 1 callersFunctionmake_new_instance
Instance creation function for all pybind11 types. It only allocates space for the C++ object (or multiple objects, for Python-side inheritance from m
pse/include/pybind11/class_support.h:239
↓ 1 callersFunctionmake_new_python_type
Create a brand new Python type according to the `type_record` specification. Return value: New reference. */
pse/include/pybind11/detail/class.h:516
↓ 1 callersFunctionmake_object_base_type
Create the type which can be used as a common base for all classes. This is needed in order to satisfy Python's requirements for multiple inherit
pse/include/pybind11/detail/class.h:364
↓ 1 callersFunctionmake_static_property_type
A `static_property` is the same as a `property` but the `__get__()` and `__set__()` methods are modified to always use the object type instead of
pse/include/pybind11/detail/class.h:47
↓ 1 callersFunctionncnn2cv
pse/ncnn/examples/psenet.cpp:26
↓ 1 callersMethodohem_batch
(self, scores, gt_texts, training_masks)
models/loss.py:93
↓ 1 callersMethodohem_single
(self, score, gt_text, training_mask)
models/loss.py:69
↓ 1 callersFunctionoperator()
pse/include/pybind11/detail/common.h:728
↓ 1 callersMethodoperator=
pse/include/pybind11/cast.h:1839
↓ 1 callersFunctionplus_impl
pse/include/pybind11/detail/descr.h:43
↓ 1 callersFunctionpse_warpper
reference https://github.com/liuheng92/tensorflow_PSENet/blob/feature_dev/pse :param kernals: :param min_area: :return:
pse/__init__.py:12
↓ 1 callersMethodrandom_crop_author
(self,imgs, img_size)
dataset/augment.py:227
↓ 1 callersMethodrandom_crop_img_bboxes
从图片中裁剪出 cropsize大小的图片和对应区域的文本框 :param im: 图片 :param text_polys: 文本框 :param max_tries: 最大尝试次数 :return: 裁剪
dataset/augment.py:116
↓ 1 callersFunctionregister_exception_translator
pse/include/pybind11/pybind11.h:1741
↓ 1 callersFunctionregister_instance
pse/include/pybind11/detail/class.h:233
↓ 1 callersFunctionregister_instance_impl
pse/include/pybind11/class_support.h:206
↓ 1 callersFunctionregister_instance_impl
pse/include/pybind11/detail/class.h:217
↓ 1 callersFunctionrepr
pse/include/pybind11/pytypes.h:1338
↓ 1 callersMethodrescale
(self, img, min_side)
dataset/augment_img.py:60
↓ 1 callersFunctionresize_img
pse/ncnn/examples/psenet.cpp:40
↓ 1 callersFunctionresnet50
Constructs a ResNet-50 models. Args: pretrained (bool): If True, returns a models pre-trained on ImageNet
models/resnet.py:187
↓ 1 callersFunctionsetup_logger
(log_file_path: str = None)
utils/utils.py:33
↓ 1 callersFunctionshufflenet_v2_x1_0
Constructs a ShuffleNetV2 with 1.0x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture D
models/ShuffleNetV2.py:160
↓ 1 callersMethodstrip_padding
pse/include/pybind11/numpy.h:475
↓ 1 callersFunctiontrain_epoch
(net, optimizer, scheduler, train_loader, device, criterion, epoch, all_step, writer, logger)
train.py:53
↓ 1 callersMethodtry_direct_conversions
pse/include/pybind11/cast.h:598
↓ 1 callersMethodtry_implicit_casts
pse/include/pybind11/cast.h:588
↓ 1 callersFunctiontype_descr
pse/include/pybind11/descr.h:102
↓ 1 callersFunctionvalidate_clockwise_points
Validates that the points that the 4 points that dlimite a polygon are in clockwise order.
cal_recall/rrc_evaluation_funcs.py:257
↓ 1 callersFunctionvalidate_tl_line
Validate the format of the line. If the line is not valid an exception will be raised. If maxWidth and maxHeight are specified, all points mu
cal_recall/rrc_evaluation_funcs.py:140
↓ 1 callersMethodvalue
pse/include/pybind11/pybind11.h:1502
↓ 1 callersMethodvertical_flip
对图片和文本框进行竖直翻转 :param im: 图片 :param text_polys: 文本框 :return: 竖直翻转之后的图片和文本框
dataset/augment.py:314
↓ 1 callersMethodwriteable
If set, the array is writeable (otherwise the buffer is read-only)
pse/include/pybind11/numpy.h:643
MethodEigenConformable
pse/include/pybind11/eigen.h:80
FunctionName
pse/include/pybind11/pytypes.h:786
MethodOstreamRedirect
pse/include/pybind11/iostream.h:148
FunctionPYBIND11_MODULE
pse/pse.cpp:89
MethodPyArrayDescr_Check_
pse/include/pybind11/numpy.h:145
FunctionPyEllipsis_Check
pse/include/pybind11/pytypes.h:736
FunctionPyIterable_Check
pse/include/pybind11/pytypes.h:723
FunctionPyNone_Check
pse/include/pybind11/pytypes.h:734
FunctionPyUnicode_Check_Permissive
pse/include/pybind11/pytypes.h:739
Method__getitem__
(self, index)
dataset/data_utils.py:147
Method__init__
初始化pytorch模型 :param model_path: 模型地址(可以是模型的参数或者参数和计算图一起保存的文件) :param net: 网络计算图,如果在model_path中指定的是参数的保存路径,则需要给出网络的计算图
predict.py:15
Method__init__
(self, optimizer, milestones, gamma=0.1, warmup_factor=1.0 / 3, warmup_iters=500, last_epoch=
utils/lr_scheduler.py:8
Method__init__
(self)
dataset/augment_img.py:35
Method__init__
(self, data_dir, data_shape: int = 640, n=6, m=0.5, transform=None, target_transform=None)
dataset/data_utils.py:139
Method__init__
(self)
dataset/augment.py:35
Method__init__
Implement PSE Loss.
models/loss.py:10
Method__init__
(self, in_size, reduction=4)
models/mobilenetv3.py:24
Method__init__
(self, pretrained)
models/mobilenetv3.py:77
Method__init__
(self, pretrained)
models/mobilenetv3.py:138
Method__init__
(self, inp, oup, stride)
models/ShuffleNetV2.py:38
Method__init__
(self, backbone, result_num, scale: int = 1, pretrained=False)
models/model.py:23
Method__init__
(self, inplanes, planes, stride=1, downsample=None)
models/resnet.py:34
Method__init__
(self, inplanes, planes, stride=1, downsample=None)
models/resnet.py:66
Function__self
Don't warn about an unused variable
pse/include/pybind11/operators.h:47
Method_dtype_from_pep3118
pse/include/pybind11/numpy.h:469
Functionaccessor
pse/include/pybind11/pytypes.h:475
Methodadd_base
pse/include/pybind11/pybind11.h:1092
Methodadd_noise
对图片加噪声 :param img: 图像array :return: 加噪声后的图像array,由于输出的像素是在[0,1]之间,所以得乘以255
dataset/augment_img.py:38
Methodadd_object
Adds an object to the module using the given name. Throws if an object with the given name already exists. overwrite should almost always be false:
pse/include/pybind11/pybind11.h:860
Functionadd_ostream_redirect
pse/include/pybind11/iostream.h:193
Functionadd_patient
pse/include/pybind11/class_support.h:286
Methodadd_patient
This can only be used inside a pybind11-bound function, either by `argument_loader` at argument preparation time or by `py::cast()` at execution time.
pse/include/pybind11/cast.h:64
Functionadjust_learning_rate
Sets the learning rate # Adapted from PyTorch Imagenet example: # https://github.com/pytorch/examples/blob/master/imagenet/main.py
train.py:37
Methodadvance
pse/include/pybind11/pytypes.h:660
Methodadvance
pse/include/pybind11/pytypes.h:681
Methodany_container
pse/include/pybind11/detail/common.h:773
Methodappend_extents
pse/include/pybind11/numpy.h:254
Methodappend_extents
appends the extents to shape
pse/include/pybind11/numpy.h:267
Methodapply_broadcast
pse/include/pybind11/numpy.h:1547
Methodapply_trivial
pse/include/pybind11/numpy.h:1524
Methodarg
Constructs an argument with the name of the argument; if null or omitted, this is a positional argument.
pse/include/pybind11/cast.h:1782
Methodarg_v
pse/include/pybind11/cast.h:1800
Methodargs
pse/include/pybind11/cast.h:1981
Methodargs_proxy
pse/include/pybind11/pytypes.h:748
Methodargument_cast_error
pse/include/pybind11/cast.h:2069
Methodargument_record
pse/include/pybind11/attr.h:129
Functionarray_begin
pse/include/pybind11/numpy.h:1239
Functionarray_end
pse/include/pybind11/numpy.h:1244
Functionarray_t
Delegating constructor needed when both moving and accessing in the same constructor
pse/include/pybind11/numpy.h:806
Methodarrow_proxy
pse/include/pybind11/pytypes.h:643
Functionas_unsigned
pse/include/pybind11/pytypes.h:1043
Functionbase
pse/include/pybind11/attr.h:41
Methodbase
Base object
pse/include/pybind11/numpy.h:609
Methodbegin
pse/include/pybind11/pytypes.h:1194
Methodbegin
pse/include/pybind11/pytypes.h:1211
Methodbegin
pse/include/pybind11/pytypes.h:1232
Methodbegin
pse/include/pybind11/pytypes.h:1245
Functionbind_map
pse/include/pybind11/stl_bind.h:535
Functionbind_vector
pse/include/pybind11/stl_bind.h:374
Methodbool_
pse/include/pybind11/pytypes.h:1023
Methodbuffer_info
pse/include/pybind11/buffer_info.h:26
← previousnext →201–300 of 799, ranked by callers