MCPcopy Create free account

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

Functions821 in github.com/WenmuZhou/PAN.pytorch

↓ 78 callersFunctionmove
post_processing/include/pybind11/cast.h:1683
↓ 73 callersFunctionlen
\addtogroup python_builtins @{
post_processing/include/pybind11/pytypes.h:1331
↓ 72 callersMethodsize
Total number of elements
post_processing/include/pybind11/numpy.h:589
↓ 67 callersMethodappend
post_processing/include/pybind11/pytypes.h:1247
↓ 59 callersMethodattr
post_processing/include/pybind11/pytypes.h:1365
↓ 45 callersFunctionhandle
The default constructor creates a handle with a ``nullptr``-valued pointer
post_processing/include/pybind11/pytypes.h:177
↓ 43 callersFunctionerror_already_set
Constructs a new exception from the current Python error indicator, if any. The current Python error indicator will be cleared.
post_processing/include/pybind11/pytypes.h:326
↓ 42 callersFunction_
post_processing/include/pybind11/descr.h:68
↓ 36 callersFunctionprint
post_processing/include/pybind11/pybind11.h:1806
↓ 34 callersMethodformat
post_processing/include/pybind11/pytypes.h:922
↓ 34 callersMethodinc_ref
post_processing/include/pybind11/pybind11.h:1910
↓ 32 callersMethodarray
post_processing/include/pybind11/numpy.h:519
↓ 26 callersFunctioncast
post_processing/include/pybind11/cast.h:1657
↓ 26 callersMethodend
post_processing/include/pybind11/pytypes.h:1358
↓ 21 callersMethodbegin
post_processing/include/pybind11/pytypes.h:1357
↓ 19 callersMethodfind
post_processing/include/pybind11/cast.h:303
↓ 19 callersFunctionisinstance
post_processing/include/pybind11/pytypes.h:364
↓ 19 callersMethodname
post_processing/include/pybind11/attr.h:33
↓ 17 callersMethodsize
post_processing/include/pybind11/cast.h:309
↓ 15 callersFunctionsetattr
post_processing/include/pybind11/pytypes.h:429
↓ 13 callersFunctionhasattr
\addtogroup python_builtins @{
post_processing/include/pybind11/pytypes.h:383
↓ 12 callersFunctionarray_proxy
post_processing/include/pybind11/numpy.h:224
↓ 12 callersMethoddata
post_processing/include/pybind11/numpy.h:654
↓ 11 callersMethodload
post_processing/include/pybind11/stl.h:71
↓ 10 callersMethodcontains
post_processing/include/pybind11/pytypes.h:1374
↓ 10 callersMethodrequest
post_processing/include/pybind11/pytypes.h:1284
↓ 9 callersFunctiongetattr
post_processing/include/pybind11/pytypes.h:399
↓ 9 callersFunctioninit
post_processing/include/pybind11/pybind11.h:1361
↓ 9 callersFunctionobject
post_processing/include/pybind11/pytypes.h:232
↓ 8 callersMethoddec_ref
post_processing/include/pybind11/pybind11.h:1914
↓ 8 callersMethodget_type
post_processing/include/pybind11/pytypes.h:1385
↓ 8 callersFunctionitemsize
post_processing/include/pybind11/numpy.h:840
↓ 8 callersMethodload
post_processing/include/pybind11/cast.h:1058
↓ 8 callersFunctionshow_pic
输入: img:图像array bboxes:图像的所有boudning box list, 格式为[[x_min, y_min, x_max, y_max]....] names:每个box对应的名称
data_loader/augment.py:13
↓ 7 callersFunction_resnet
(arch, block, layers, pretrained, progress, **kwargs)
models/modules/resnet.py:204
↓ 7 callersMethodequal
post_processing/include/pybind11/pytypes.h:703
↓ 7 callersMethodreset
(self)
utils/metrics.py:52
↓ 6 callersMethod_upsample_add
(self, x, y)
models/modules/segmentation_head.py:180
↓ 6 callersFunctionclean_type_id
post_processing/include/pybind11/typeid.h:30
↓ 6 callersMethodclear
post_processing/include/pybind11/pytypes.h:1265
↓ 6 callersFunctionconstexpr_sum
post_processing/include/pybind11/detail/common.h:524
↓ 6 callersMethodget
post_processing/include/pybind11/pytypes.h:522
↓ 6 callersMethodholder_constructed
post_processing/include/pybind11/cast.h:233
↓ 6 callersMethodupdate
(self, label_trues, label_preds)
utils/metrics.py:22
↓ 6 callersFunctionvalidate_point_inside_bounds
(x,y,imWidth,imHeight)
utils/cal_recall/rrc_evaluation_funcs.py:252
↓ 5 callersFunctioncapsule
post_processing/include/pybind11/pytypes.h:1136
↓ 5 callersFunctionconcat
post_processing/include/pybind11/descr.h:99
↓ 5 callersMethodexecute
post_processing/include/pybind11/operators.h:54
↓ 5 callersMethodget_value_and_holder
* Extracts C++ value and holder pointer references from an instance (which may contain multiple * values/holders for python-side multiple inheritance
post_processing/include/pybind11/cast.h:322
↓ 5 callersFunctionglobals
\ingroup python_builtins Return a dictionary representing the global variables in the current execution frame, or ``__main__.__dict__`` if there is no
post_processing/include/pybind11/pybind11.h:872
↓ 5 callersFunctionignore_unused
Ignore that a variable is unused in compiler warnings
post_processing/include/pybind11/detail/common.h:644
↓ 5 callersMethodmutable_data
post_processing/include/pybind11/numpy.h:661
↓ 5 callersFunctionptr
Return the underlying ``PyObject *`` pointer
post_processing/include/pybind11/pytypes.h:182
↓ 5 callersMethodset_holder_constructed
post_processing/include/pybind11/cast.h:238
↓ 5 callersFunctionshow_img
(imgs: np.ndarray, color=False)
utils/util.py:63
↓ 4 callersMethod_make_layer
(self, block, planes, blocks, stride=1, dilate=False)
models/modules/resnet.py:166
↓ 4 callersFunction_shufflenetv2
(arch, pretrained, progress, *args, **kwargs)
models/modules/shufflenetv2.py:133
↓ 4 callersFunctionadd_patient
post_processing/include/pybind11/detail/class.h:289
↓ 4 callersFunctionarray_descriptor_proxy
post_processing/include/pybind11/numpy.h:232
↓ 4 callersFunctioncheck_
post_processing/include/pybind11/numpy.h:900
↓ 4 callersMethoddealloc
Deallocates an instance; via holder, if constructed; otherwise via operator delete.
post_processing/include/pybind11/pybind11.h:1339
↓ 4 callersMethodend
post_processing/include/pybind11/cast.h:301
↓ 4 callersFunctionerase_all
post_processing/include/pybind11/typeid.h:22
↓ 4 callersFunctionerase_all
post_processing/include/pybind11/detail/typeid.h:22
↓ 4 callersMethodexit
post_processing/include/pybind11/iostream.h:158
↓ 4 callersMethodinit_instance
Performs instance initialization including constructing a holder and registering the known instance. Should be called as soon as the `type` value_ptr
post_processing/include/pybind11/pybind11.h:1329
↓ 4 callersMethodinstance_registered
post_processing/include/pybind11/cast.h:246
↓ 4 callersFunctionmake_tuple
post_processing/include/pybind11/cast.h:1751
↓ 4 callersFunctionobject_or_cast
post_processing/include/pybind11/pytypes.h:463
↓ 4 callersMethodresize
对图片和文本框进行resize :param im: 图片 :param text_polys: 文本框 :param input_size: resize尺寸,数字或者list的形式,如果为list形式,就是[w,h]
data_loader/augment.py:156
↓ 4 callersFunctionsame_type
post_processing/include/pybind11/detail/internals.h:55
↓ 4 callersFunctiontype_incref
post_processing/include/pybind11/class_support.h:17
↓ 4 callersFunctiontype_incref
post_processing/include/pybind11/detail/class.h:26
↓ 3 callersFunction_
post_processing/include/pybind11/detail/descr.h:54
↓ 3 callersMethod__init__
:param backbone_out_channels: 基础网络输出的维度 :param kwargs:
models/modules/segmentation_head.py:10
↓ 3 callersMethod_upsample_add
(self, x, y)
models/modules/segmentation_head.py:81
↓ 3 callersMethodcompute
post_processing/include/pybind11/pytypes.h:1123
↓ 3 callersFunctionconv1x1
1x1 convolution
models/modules/resnet.py:27
↓ 3 callersFunctionconv3x3
3x3 convolution with padding
models/modules/resnet.py:21
↓ 3 callersFunctiondata
post_processing/include/pybind11/numpy.h:848
↓ 3 callersMethoddepthwise_conv
(i, o, kernel_size, stride=1, padding=0, bias=False)
models/modules/shufflenetv2.py:71
↓ 3 callersFunctionensure
Ensure that the argument is a NumPy array of the correct dtype (and if not, try to convert it). In case of an error, nullptr is returned and the Pyth
post_processing/include/pybind11/numpy.h:893
↓ 3 callersFunctionget_global_type_info
post_processing/include/pybind11/cast.h:177
↓ 3 callersFunctionget_intersection
(pD, pG)
utils/cal_recall/script.py:103
↓ 3 callersMethoditemsize
Size of the data type in bytes.
post_processing/include/pybind11/numpy.h:454
↓ 3 callersFunctioniter
post_processing/include/pybind11/pytypes.h:1349
↓ 3 callersFunctionkeep_alive_impl
post_processing/include/pybind11/pybind11.h:1573
↓ 3 callersMethodload_value
Base methods for generic caster; there are overridden in copyable_holder_caster
post_processing/include/pybind11/cast.h:569
↓ 3 callersMethodname
Return the function name
post_processing/include/pybind11/pybind11.h:86
↓ 3 callersMethodndim
Number of dimensions
post_processing/include/pybind11/numpy.h:604
↓ 3 callersMethodresize
Resize array to given shape If refcheck is true and more that one reference exist to this array then resize will succeed only if it makes a reshape, i
post_processing/include/pybind11/numpy.h:718
↓ 3 callersMethodset_instance_registered
post_processing/include/pybind11/cast.h:251
↓ 3 callersMethodshape
Dimensions of the array
post_processing/include/pybind11/numpy.h:614
↓ 3 callersFunctionsize_in_ptrs
Returns the size as a multiple of sizeof(void *), rounded up.
post_processing/include/pybind11/detail/common.h:358
↓ 3 callersMethodstr
post_processing/include/pybind11/pytypes.h:995
↓ 3 callersMethodstrides
Strides of the array
post_processing/include/pybind11/numpy.h:626
↓ 2 callersMethod__init__
( self, optimizer, scheduler, mode="linear", warmup_iters=100, gamma=0.2, last_epoch=-1 )
utils/schedulers.py:24
↓ 2 callersMethod__init__
(self, block, layers, zero_init_residual=False, groups=1, width_per_group=64, replace_stride_
models/modules/resnet.py:117
↓ 2 callersMethod_initialize
(self, name, module, *args, **kwargs)
base/base_trainer.py:200
↓ 2 callersMethod_laod_checkpoint
Resume from saved checkpoints :param checkpoint_path: Checkpoint path to be resumed
base/base_trainer.py:175
next →1–100 of 821, ranked by callers