MCPcopy Create free account

hub / github.com/MichaelHL-ai/tensorflow_PSENet / functions

Functions713 in github.com/MichaelHL-ai/tensorflow_PSENet

↓ 2 callersFunctionmake_new_instance
Instance creation function for all pybind11 types. It allocates the internal instance layout for holding C++ objects and holders. Allocation is done
pse/include/pybind11/detail/class.h:249
↓ 2 callersFunctionmutable_data
pse/include/pybind11/numpy.h:852
↓ 2 callersFunctionno_nullptr
pse/include/pybind11/detail/init.h:35
↓ 2 callersMethodset
pse/include/pybind11/pytypes.h:1258
↓ 2 callersMethodsize
pse/include/pybind11/pytypes.h:1261
↓ 2 callersMethodsqueeze
Return a new view with all of the dimensions of length 1 removed
pse/include/pybind11/numpy.h:710
↓ 2 callersMethodstop
(self, timeout=None)
utils/data_provider/data_util.py:67
↓ 2 callersFunctiontraverse_offset_bases
For multiple inheritance types we need to recursively register/deregister base pointers for any base classes with pointers that are difference from th
pse/include/pybind11/class_support.h:189
↓ 2 callersFunctiontraverse_offset_bases
For multiple inheritance types we need to recursively register/deregister base pointers for any base classes with pointers that are difference from th
pse/include/pybind11/detail/class.h:200
↓ 2 callersFunctionvectorize_extractor
pse/include/pybind11/numpy.h:1567
↓ 1 callersMethodPyArray_Check_
pse/include/pybind11/numpy.h:142
↓ 1 callersMethodadd
pse/include/pybind11/pytypes.h:1262
↓ 1 callersMethodadd_base
pse/include/pybind11/attr.h:256
↓ 1 callersMethodadvance
pse/include/pybind11/pytypes.h:866
↓ 1 callersFunctionall_type_info_get_cache
pse/include/pybind11/pybind11.h:1614
↓ 1 callersFunctionall_type_info_populate
Populates a just-created cache entry.
pse/include/pybind11/cast.h:91
↓ 1 callersMethodargs
pse/include/pybind11/cast.h:1949
↓ 1 callersFunctionaverage_gradients
(tower_grads)
train.py:49
↓ 1 callersFunctionbroadcast
pse/include/pybind11/numpy.h:1360
↓ 1 callersFunctionbuild_feature_pyramid
reference: https://github.com/CharlesShang/FastMaskRCNN build P2, P3, P4, P5 :return: multi-scale feature map
nets/model.py:32
↓ 1 callersFunctionc_str
pse/include/pybind11/detail/internals.h:253
↓ 1 callersFunctioncall_operator_delete
pse/include/pybind11/pybind11.h:992
↓ 1 callersFunctioncheck_and_validate_polys
check so that the text poly is in the same direction, and also filter some invalid polygons :param polys: :param tags: :return:
utils/data_provider/data_provider.py:77
↓ 1 callersMethodcheck_holder_compat
pse/include/pybind11/cast.h:605
↓ 1 callersFunctionclean_type_id
pse/include/pybind11/detail/typeid.h:30
↓ 1 callersFunctionclear_instance
Clears all internal data from the instance and removes it from registered instances in preparation for deallocation.
pse/include/pybind11/class_support.h:311
↓ 1 callersFunctionclear_instance
Clears all internal data from the instance and removes it from registered instances in preparation for deallocation.
pse/include/pybind11/detail/class.h:314
↓ 1 callersFunctionclear_patients
pse/include/pybind11/class_support.h:294
↓ 1 callersFunctionclear_patients
pse/include/pybind11/detail/class.h:297
↓ 1 callersMethodcpp_function
pse/include/pybind11/pytypes.h:1271
↓ 1 callersFunctionderegister_instance
pse/include/pybind11/class_support.h:228
↓ 1 callersFunctionderegister_instance
pse/include/pybind11/detail/class.h:239
↓ 1 callersFunctionderegister_instance_impl
pse/include/pybind11/class_support.h:210
↓ 1 callersFunctionderegister_instance_impl
pse/include/pybind11/detail/class.h:221
↓ 1 callersFunctiondetect
restore text boxes from score map and geo map :param seg_maps: :param timer: :param min_area_thresh: :param seg_map_thresh: thres
eval.py:76
↓ 1 callersMethoddistance_to
pse/include/pybind11/pytypes.h:662
↓ 1 callersMethoddtype
pse/include/pybind11/numpy.h:419
↓ 1 callersFunctionenable_buffer_protocol
Give this type a buffer interface.
pse/include/pybind11/class_support.h:490
↓ 1 callersFunctionenable_buffer_protocol
Give this type a buffer interface.
pse/include/pybind11/detail/class.h:504
↓ 1 callersFunctionenable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
pse/include/pybind11/class_support.h:428
↓ 1 callersFunctionenable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
pse/include/pybind11/detail/class.h:442
↓ 1 callersFunctionequal
Equivalent to obj == other in Python
pse/include/pybind11/pytypes.h:118
↓ 1 callersMethodexecute_cast
pse/include/pybind11/operators.h:66
↓ 1 callersMethodexit
pse/include/pybind11/iostream.h:158
↓ 1 callersMethodexport_values
pse/include/pybind11/pybind11.h:1514
↓ 1 callersFunctionfinalize_interpreter
\rst Shut down the Python interpreter. No pybind11 or CPython API functions can be called after this. In addition, pybind11 objects must not o
pse/include/pybind11/embed.h:147
↓ 1 callersFunctionfirst
pse/include/pybind11/detail/common.h:533
↓ 1 callersMethodflags
Return the NumPy array flags
pse/include/pybind11/numpy.h:638
↓ 1 callersFunctiongenerate_seg
:param im_size: input image size :param polys: input text regions :param tags: ignore text regions tags :param image_index: for log
utils/data_provider/data_provider.py:195
↓ 1 callersFunctiongenerator
reference from https://github.com/argman/EAST :param input_size: :param batch_size: :param background_ratio: :param random_scale:
utils/data_provider/data_provider.py:242
↓ 1 callersMethodget
pse/include/pybind11/cast.h:1429
↓ 1 callersFunctionget_batch
(num_workers, **kwargs)
utils/data_provider/data_provider.py:378
↓ 1 callersFunctionget_images
find image files in test data path :return: list of files found
eval.py:24
↓ 1 callersFunctionget_object_handle
pse/include/pybind11/cast.h:453
↓ 1 callersFunctionget_type_handle
pse/include/pybind11/cast.h:201
↓ 1 callersMethodget_type_info
pse/include/pybind11/numpy.h:86
↓ 1 callersFunctionget_type_overload
pse/include/pybind11/pybind11.h:1999
↓ 1 callersMethodimplicit_cast
pse/include/pybind11/cast.h:1386
↓ 1 callersMethodincrement
pse/include/pybind11/numpy.h:1266
↓ 1 callersMethodinit
pse/include/pybind11/pybind11.h:1388
↓ 1 callersFunctioninitialize_interpreter
pse/include/pybind11/embed.h:102
↓ 1 callersMethodis_cpp_function
pse/include/pybind11/pytypes.h:1277
↓ 1 callersFunctionisinstance
pse/include/pybind11/pytypes.h:364
↓ 1 callersFunctionisinstance_generic
pse/include/pybind11/cast.h:399
↓ 1 callersFunctioniter
pse/include/pybind11/pytypes.h:1349
↓ 1 callersMethodkind
Single-character type code.
pse/include/pybind11/numpy.h:464
↓ 1 callersFunctionlast
pse/include/pybind11/detail/common.h:537
↓ 1 callersFunctionload_annoataion
load annotation from the text file :param p: :return:
utils/data_provider/data_provider.py:51
↓ 1 callersMethodload_args
pse/include/pybind11/cast.h:1902
↓ 1 callersFunctionload_numpy_internals
pse/include/pybind11/numpy.h:100
↓ 1 callersFunctionload_type
pse/include/pybind11/cast.h:1647
↓ 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 callersFunctionmean_image_subtraction
image normalization :param images: :param means: :return:
nets/model.py:17
↓ 1 callersFunctionoperator()
pse/include/pybind11/detail/common.h:728
↓ 1 callersMethodoperator=
pse/include/pybind11/cast.h:1839
↓ 1 callersFunctionperimeter
(poly)
utils/data_provider/data_provider.py:167
↓ 1 callersFunctionplus_impl
pse/include/pybind11/detail/descr.h:43
↓ 1 callersFunctionprint
pse/include/pybind11/pybind11.h:1806
↓ 1 callersFunctionpse
S5->S0, small->big
pse/pse.cpp:17
↓ 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 callersFunctionresize_image
resize image to a size multiple of 32 which is required by the network :param im: the resized image :param max_side_len: limit of max ima
eval.py:41
↓ 1 callersFunctionresnet_arg_scope
Defines the default ResNet arg scope. TODO(gpapan): The batch-normalization related default values above are appropriate for use in conjunc
nets/resnet/resnet_utils.py:209
↓ 1 callersFunctionresnet_v1_50
ResNet-50 model of [1]. See resnet_v1() for arg and return description.
nets/resnet/resnet_v1.py:230
↓ 1 callersFunctionshrink_poly
(poly, r)
utils/data_provider/data_provider.py:179
↓ 1 callersMethodstart
(self, workers=1, max_queue_size=10)
utils/data_provider/data_util.py:26
↓ 1 callersMethodstrip_padding
pse/include/pybind11/numpy.h:475
↓ 1 callersFunctiontower_loss
(images, seg_maps_gt, training_masks, reuse_variables=None)
train.py:29
↓ 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
← previousnext →101–200 of 713, ranked by callers