MCPcopy Create free account

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

Functions821 in github.com/WenmuZhou/PAN.pytorch

Functionpybind11_meta_setattro
post_processing/include/pybind11/detail/class.h:109
Functionpybind11_object_dealloc
post_processing/include/pybind11/class_support.h:343
Functionpybind11_object_dealloc
post_processing/include/pybind11/detail/class.h:346
Functionpybind11_object_init
post_processing/include/pybind11/class_support.h:274
Functionpybind11_object_init
post_processing/include/pybind11/detail/class.h:277
Functionpybind11_object_new
post_processing/include/pybind11/class_support.h:267
Functionpybind11_object_new
post_processing/include/pybind11/detail/class.h:270
Functionpybind11_releasebuffer
post_processing/include/pybind11/class_support.h:485
Functionpybind11_releasebuffer
post_processing/include/pybind11/detail/class.h:499
Functionpybind11_set_dict
post_processing/include/pybind11/class_support.h:400
Functionpybind11_set_dict
post_processing/include/pybind11/detail/class.h:414
Functionpybind11_static_get
post_processing/include/pybind11/class_support.h:25
Functionpybind11_static_get
post_processing/include/pybind11/detail/class.h:34
Functionpybind11_static_set
post_processing/include/pybind11/class_support.h:30
Functionpybind11_static_set
post_processing/include/pybind11/detail/class.h:39
Functionpybind11_traverse
post_processing/include/pybind11/class_support.h:414
Functionpybind11_traverse
post_processing/include/pybind11/detail/class.h:428
Methodpythonbuf
post_processing/include/pybind11/iostream.h:54
Methodraw_array
Create array from any object -- always returns a new reference
post_processing/include/pybind11/numpy.h:792
Methodraw_bool
Return the truth value of an object -- always returns a new reference
post_processing/include/pybind11/pytypes.h:1030
Methodraw_dict
Call the `dict` Python type -- always returns a new reference
post_processing/include/pybind11/pytypes.h:1219
Methodraw_str
Return string representation -- always returns a new reference, even if already a str
post_processing/include/pybind11/pytypes.h:928
Functionrectangle_to_points
(rect)
utils/cal_recall/script.py:87
Functionref_count
Return the object's current reference count
post_processing/include/pybind11/pytypes.h:153
Methodregister_dtype
post_processing/include/pybind11/numpy.h:1134
Functionregister_instance
post_processing/include/pybind11/class_support.h:222
Functionregister_structured_dtype
post_processing/include/pybind11/numpy.h:1060
Functionreinterpret_borrow
post_processing/include/pybind11/pytypes.h:302
Functionreinterpret_steal
post_processing/include/pybind11/pytypes.h:312
Functionrelease
\rst Resets the internal pointer to ``nullptr`` without without decreasing the object's reference count. The function returns a raw ha
post_processing/include/pybind11/pytypes.h:247
Methodreload
Reload the module or throws `error_already_set`.
post_processing/include/pybind11/pybind11.h:848
Methodrequire_size
post_processing/include/pybind11/stl.h:200
Methodreserve_maybe
post_processing/include/pybind11/stl.h:164
Functionresnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True
models/modules/resnet.py:247
Functionresnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True
models/modules/resnet.py:258
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True,
models/modules/resnet.py:225
Functionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True,
models/modules/resnet.py:236
Functionresnext50_32x4d
Constructs a ResNeXt-50 32x4d model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): I
models/modules/resnet.py:269
Functionrestore
Give the currently-held error back to Python, if any. If there is currently a Python error already set it is cleared first. After this call, the cur
post_processing/include/pybind11/pytypes.h:338
Methodrich_compare
post_processing/include/pybind11/pytypes.h:1388
Methodrun
post_processing/include/pybind11/numpy.h:1481
Methodscope
post_processing/include/pybind11/attr.h:27
Methodscoped_estream_redirect
post_processing/include/pybind11/iostream.h:131
Methodscoped_interpreter
post_processing/include/pybind11/embed.h:182
Methodscoped_ostream_redirect
post_processing/include/pybind11/iostream.h:100
Methodsentinel
\rst The value which marks the end of the iteration. ``it == iterator::sentinel()`` is equivalent to catching ``StopIteration`` in P
post_processing/include/pybind11/pytypes.h:860
Methodsequence_fast_readonly
post_processing/include/pybind11/pytypes.h:655
Methodsequence_slow_readwrite
post_processing/include/pybind11/pytypes.h:676
Methodset
post_processing/include/pybind11/pytypes.h:523
Methodset
post_processing/include/pybind11/pytypes.h:529
Methodset
post_processing/include/pybind11/pytypes.h:541
Methodset
post_processing/include/pybind11/pytypes.h:555
Methodset
post_processing/include/pybind11/pytypes.h:572
Methodset
post_processing/include/pybind11/pytypes.h:589
Methodset
post_processing/include/pybind11/pytypes.h:1258
Methodset_flag
post_processing/include/pybind11/pybind11.h:1716
Functionset_operator_new
post_processing/include/pybind11/pybind11.h:980
Functionset_shared_data
Set the shared data that can be later recovered by `get_shared_data()`.
post_processing/include/pybind11/detail/internals.h:271
Functionsetstate
post_processing/include/pybind11/detail/init.h:286
Methodshape
Returns the shape (i.e. size) of dimension `dim`
post_processing/include/pybind11/numpy.h:359
Methodshow_function_signatures
post_processing/include/pybind11/options.h:45
Methodshow_user_defined_docstrings
post_processing/include/pybind11/options.h:43
Functionshufflenet_v2_x0_5
Constructs a ShuffleNetV2 with 0.5x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/modules/shufflenetv2.py:147
Functionshufflenet_v2_x1_0
Constructs a ShuffleNetV2 with 1.0x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/modules/shufflenetv2.py:161
Functionshufflenet_v2_x1_5
Constructs a ShuffleNetV2 with 1.5x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/modules/shufflenetv2.py:175
Functionshufflenet_v2_x2_0
Constructs a ShuffleNetV2 with 2.0x output channels, as described in `"ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Des
models/modules/shufflenetv2.py:189
Methodsibling
post_processing/include/pybind11/attr.h:36
Methodsimple_collector
post_processing/include/pybind11/cast.h:1943
Methodsize
post_processing/include/pybind11/numpy.h:366
Methodsize
post_processing/include/pybind11/pytypes.h:1191
Methodsize
post_processing/include/pybind11/pytypes.h:1210
Methodsize
post_processing/include/pybind11/pytypes.h:1229
Methodsize
post_processing/include/pybind11/pytypes.h:1242
Methodslice
post_processing/include/pybind11/pytypes.h:1118
Methodsrc_and_type
Returns a (pointer, type_info) pair taking care of necessary type lookup for a polymorphic type (using RTTI by default, but can be overridden by speci
post_processing/include/pybind11/cast.h:846
Methodstr
post_processing/include/pybind11/pytypes.h:886
Methodstride_compatible
post_processing/include/pybind11/eigen.h:97
Methodstring error_string
post_processing/include/pybind11/cast.h:406
Methodsync
post_processing/include/pybind11/iostream.h:40
Methodtest
(self, im: np.ndarray, text_polys: np.ndarray)
data_loader/augment.py:219
Methodtext
post_processing/include/pybind11/descr.h:30
Methodtry_direct_conversions
post_processing/include/pybind11/cast.h:1503
Methodtry_implicit_casts
post_processing/include/pybind11/cast.h:1488
Methodtry_load_foreign_module_local
Try to load with foreign typeinfo, if available. Used when there is no native typeinfo, or when the native one wasn't able to produce a value.
post_processing/include/pybind11/cast.h:616
Methodtuple
post_processing/include/pybind11/pytypes.h:1188
Methodtype_caster_base
post_processing/include/pybind11/cast.h:830
Methodtype_caster_generic
post_processing/include/pybind11/cast.h:488
Functiontype_descr
post_processing/include/pybind11/detail/descr.h:95
Functiontype_id
post_processing/include/pybind11/typeid.h:47
Functiontype_id
post_processing/include/pybind11/detail/typeid.h:47
Methodtypes
post_processing/include/pybind11/descr.h:31
Methodtypes
post_processing/include/pybind11/detail/descr.h:37
Functionunchecked
post_processing/include/pybind11/numpy.h:887
Methodunchecked
post_processing/include/pybind11/numpy.h:702
Methodunchecked_reference
post_processing/include/pybind11/numpy.h:322
Methodunpacking_collector
post_processing/include/pybind11/cast.h:1968
Functionvalidate_data
Method validate_data: validates that all files in the results folder are correct (have the correct name contents). Va
utils/cal_recall/script.py:25
Functionvalidate_lines_in_file
This function validates that all lines of the file calling the Line validation function for each line
utils/cal_recall/rrc_evaluation_funcs.py:121
Methodvalue_and_holder
Main constructor for a found value/holder:
post_processing/include/pybind11/cast.h:213
Methodvalues_and_holders
post_processing/include/pybind11/cast.h:269
← previousnext →701–800 of 821, ranked by callers