Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WenmuZhou/PAN.pytorch
/ functions
Functions
821 in github.com/WenmuZhou/PAN.pytorch
⨍
Functions
821
◇
Types & classes
362
Function
pybind11_meta_setattro
post_processing/include/pybind11/detail/class.h:109
Function
pybind11_object_dealloc
post_processing/include/pybind11/class_support.h:343
Function
pybind11_object_dealloc
post_processing/include/pybind11/detail/class.h:346
Function
pybind11_object_init
post_processing/include/pybind11/class_support.h:274
Function
pybind11_object_init
post_processing/include/pybind11/detail/class.h:277
Function
pybind11_object_new
post_processing/include/pybind11/class_support.h:267
Function
pybind11_object_new
post_processing/include/pybind11/detail/class.h:270
Function
pybind11_releasebuffer
post_processing/include/pybind11/class_support.h:485
Function
pybind11_releasebuffer
post_processing/include/pybind11/detail/class.h:499
Function
pybind11_set_dict
post_processing/include/pybind11/class_support.h:400
Function
pybind11_set_dict
post_processing/include/pybind11/detail/class.h:414
Function
pybind11_static_get
post_processing/include/pybind11/class_support.h:25
Function
pybind11_static_get
post_processing/include/pybind11/detail/class.h:34
Function
pybind11_static_set
post_processing/include/pybind11/class_support.h:30
Function
pybind11_static_set
post_processing/include/pybind11/detail/class.h:39
Function
pybind11_traverse
post_processing/include/pybind11/class_support.h:414
Function
pybind11_traverse
post_processing/include/pybind11/detail/class.h:428
Method
pythonbuf
post_processing/include/pybind11/iostream.h:54
Method
raw_array
Create array from any object -- always returns a new reference
post_processing/include/pybind11/numpy.h:792
Method
raw_bool
Return the truth value of an object -- always returns a new reference
post_processing/include/pybind11/pytypes.h:1030
Method
raw_dict
Call the `dict` Python type -- always returns a new reference
post_processing/include/pybind11/pytypes.h:1219
Method
raw_str
Return string representation -- always returns a new reference, even if already a str
post_processing/include/pybind11/pytypes.h:928
Function
rectangle_to_points
(rect)
utils/cal_recall/script.py:87
Function
ref_count
Return the object's current reference count
post_processing/include/pybind11/pytypes.h:153
Method
register_dtype
post_processing/include/pybind11/numpy.h:1134
Function
register_instance
post_processing/include/pybind11/class_support.h:222
Function
register_structured_dtype
post_processing/include/pybind11/numpy.h:1060
Function
reinterpret_borrow
post_processing/include/pybind11/pytypes.h:302
Function
reinterpret_steal
post_processing/include/pybind11/pytypes.h:312
Function
release
\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
Method
reload
Reload the module or throws `error_already_set`.
post_processing/include/pybind11/pybind11.h:848
Method
require_size
post_processing/include/pybind11/stl.h:200
Method
reserve_maybe
post_processing/include/pybind11/stl.h:164
Function
resnet101
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
Function
resnet152
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
Function
resnet34
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
Function
resnet50
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
Function
resnext50_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
Function
restore
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
Method
rich_compare
post_processing/include/pybind11/pytypes.h:1388
Method
run
post_processing/include/pybind11/numpy.h:1481
Method
scope
post_processing/include/pybind11/attr.h:27
Method
scoped_estream_redirect
post_processing/include/pybind11/iostream.h:131
Method
scoped_interpreter
post_processing/include/pybind11/embed.h:182
Method
scoped_ostream_redirect
post_processing/include/pybind11/iostream.h:100
Method
sentinel
\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
Method
sequence_fast_readonly
post_processing/include/pybind11/pytypes.h:655
Method
sequence_slow_readwrite
post_processing/include/pybind11/pytypes.h:676
Method
set
post_processing/include/pybind11/pytypes.h:523
Method
set
post_processing/include/pybind11/pytypes.h:529
Method
set
post_processing/include/pybind11/pytypes.h:541
Method
set
post_processing/include/pybind11/pytypes.h:555
Method
set
post_processing/include/pybind11/pytypes.h:572
Method
set
post_processing/include/pybind11/pytypes.h:589
Method
set
post_processing/include/pybind11/pytypes.h:1258
Method
set_flag
post_processing/include/pybind11/pybind11.h:1716
Function
set_operator_new
post_processing/include/pybind11/pybind11.h:980
Function
set_shared_data
Set the shared data that can be later recovered by `get_shared_data()`.
post_processing/include/pybind11/detail/internals.h:271
Function
setstate
post_processing/include/pybind11/detail/init.h:286
Method
shape
Returns the shape (i.e. size) of dimension `dim`
post_processing/include/pybind11/numpy.h:359
Method
show_function_signatures
post_processing/include/pybind11/options.h:45
Method
show_user_defined_docstrings
post_processing/include/pybind11/options.h:43
Function
shufflenet_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
Function
shufflenet_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
Function
shufflenet_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
Function
shufflenet_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
Method
sibling
post_processing/include/pybind11/attr.h:36
Method
simple_collector
post_processing/include/pybind11/cast.h:1943
Method
size
post_processing/include/pybind11/numpy.h:366
Method
size
post_processing/include/pybind11/pytypes.h:1191
Method
size
post_processing/include/pybind11/pytypes.h:1210
Method
size
post_processing/include/pybind11/pytypes.h:1229
Method
size
post_processing/include/pybind11/pytypes.h:1242
Method
slice
post_processing/include/pybind11/pytypes.h:1118
Method
src_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
Method
str
post_processing/include/pybind11/pytypes.h:886
Method
stride_compatible
post_processing/include/pybind11/eigen.h:97
Method
string error_string
post_processing/include/pybind11/cast.h:406
Method
sync
post_processing/include/pybind11/iostream.h:40
Method
test
(self, im: np.ndarray, text_polys: np.ndarray)
data_loader/augment.py:219
Method
text
post_processing/include/pybind11/descr.h:30
Method
try_direct_conversions
post_processing/include/pybind11/cast.h:1503
Method
try_implicit_casts
post_processing/include/pybind11/cast.h:1488
Method
try_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
Method
tuple
post_processing/include/pybind11/pytypes.h:1188
Method
type_caster_base
post_processing/include/pybind11/cast.h:830
Method
type_caster_generic
post_processing/include/pybind11/cast.h:488
Function
type_descr
post_processing/include/pybind11/detail/descr.h:95
Function
type_id
post_processing/include/pybind11/typeid.h:47
Function
type_id
post_processing/include/pybind11/detail/typeid.h:47
Method
types
post_processing/include/pybind11/descr.h:31
Method
types
post_processing/include/pybind11/detail/descr.h:37
Function
unchecked
post_processing/include/pybind11/numpy.h:887
Method
unchecked
post_processing/include/pybind11/numpy.h:702
Method
unchecked_reference
post_processing/include/pybind11/numpy.h:322
Method
unpacking_collector
post_processing/include/pybind11/cast.h:1968
Function
validate_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
Function
validate_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
Method
value_and_holder
Main constructor for a found value/holder:
post_processing/include/pybind11/cast.h:213
Method
values_and_holders
post_processing/include/pybind11/cast.h:269
← previous
next →
701–800 of 821, ranked by callers