Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WenmuZhou/PSENet.pytorch
/ functions
Functions
799 in github.com/WenmuZhou/PSENet.pytorch
⨍
Functions
799
◇
Types & classes
359
↓ 2 callers
Method
data
pse/include/pybind11/eigen.h:478
↓ 2 callers
Method
deallocate_layout
pse/include/pybind11/cast.h:394
↓ 2 callers
Method
depthwise_conv
(i, o, kernel_size, stride=1, padding=0, bias=False)
models/ShuffleNetV2.py:70
↓ 2 callers
Method
dice_loss
(self, input, target, mask)
models/loss.py:53
↓ 2 callers
Function
draw_bbox
(img_path, result, color=(255, 0, 0),thickness=2)
utils/utils.py:19
↓ 2 callers
Function
get_function
pse/include/pybind11/pytypes.h:446
↓ 2 callers
Function
get_local_type_info
pse/include/pybind11/cast.h:169
↓ 2 callers
Function
get_thread_state_unchecked
pse/include/pybind11/cast.h:465
↓ 2 callers
Function
get_tl_line_values
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:151
↓ 2 callers
Method
horizontal_flip
对图片和文本框进行水平翻转 :param im: 图片 :param text_polys: 文本框 :return: 水平翻转之后的图片和文本框
dataset/augment.py:301
↓ 2 callers
Function
instance_simple_holder_in_ptrs
* The space to allocate for simple layout instance holders (see below) in multiple of the size of * a pointer (e.g. 2 means 16 bytes on 64-bit archi
pse/include/pybind11/detail/common.h:366
↓ 2 callers
Method
kwargs
pse/include/pybind11/cast.h:1947
↓ 2 callers
Function
load
pse/include/pybind11/eigen.h:547
↓ 2 callers
Function
log2
pse/include/pybind11/detail/common.h:355
↓ 2 callers
Function
make_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 callers
Function
mutable_data
pse/include/pybind11/numpy.h:852
↓ 2 callers
Function
no_nullptr
pse/include/pybind11/detail/init.h:35
↓ 2 callers
Function
polygon_from_points
Returns a Polygon object to use with the Polygon2 class from a list of 8 points: x1,y1,x2,y2,x3,y3,x4,y4
cal_recall/script.py:56
↓ 2 callers
Method
predict
对传入的图像进行预测,支持图像地址,opecv 读取图片,偏慢 :param img: 图像地址 :param is_numpy: :return:
predict.py:46
↓ 2 callers
Method
random_rotate_img_bbox
从给定的角度中选择一个角度,对图片和文本框进行旋转 :param img: 图片 :param text_polys: 文本框 :param degrees: 角度,可以是一个数值或者list :param
dataset/augment.py:60
↓ 2 callers
Method
random_scale
从scales中随机选择一个尺度,对图片和文本框进行缩放 :param im: 原图 :param text_polys: 文本框 :param scales: 尺度 :return: 经过缩放的图片和文本
dataset/augment.py:46
↓ 2 callers
Function
rectangle_to_polygon
(rect)
cal_recall/script.py:72
↓ 2 callers
Function
save_checkpoint
(checkpoint_path, model, optimizer, epoch, logger)
utils/utils.py:60
↓ 2 callers
Method
size
pse/include/pybind11/pytypes.h:1261
↓ 2 callers
Method
squeeze
Return a new view with all of the dimensions of length 1 removed
pse/include/pybind11/numpy.h:710
↓ 2 callers
Function
traverse_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 callers
Function
traverse_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 callers
Function
vectorize_extractor
pse/include/pybind11/numpy.h:1567
↓ 1 callers
Method
PyArray_Check_
pse/include/pybind11/numpy.h:142
↓ 1 callers
Method
__init__
(self, stages_repeats, stages_out_channels, num_classes=1000)
models/ShuffleNetV2.py:86
↓ 1 callers
Method
__len__
(self)
dataset/data_utils.py:192
↓ 1 callers
Function
_get_annotation
(label_path)
predict.py:80
↓ 1 callers
Method
_get_annotation
(self, label_path: str)
dataset/data_utils.py:173
↓ 1 callers
Method
_upsample_cat
(self, p2, p3, p4, p5)
models/model.py:73
↓ 1 callers
Method
add
pse/include/pybind11/pytypes.h:1262
↓ 1 callers
Method
add_base
pse/include/pybind11/attr.h:256
↓ 1 callers
Method
add_noise
对图片加噪声 :param img: 图像array :return: 加噪声后的图像array,由于输出的像素是在[0,1]之间,所以得乘以255
dataset/augment.py:38
↓ 1 callers
Method
advance
pse/include/pybind11/pytypes.h:866
↓ 1 callers
Function
all_type_info_get_cache
pse/include/pybind11/pybind11.h:1614
↓ 1 callers
Function
all_type_info_populate
Populates a just-created cache entry.
pse/include/pybind11/cast.h:91
↓ 1 callers
Method
args
pse/include/pybind11/cast.h:1949
↓ 1 callers
Function
augmentation
(im: np.ndarray, text_polys: np.ndarray, scales: np.ndarray, degrees: int, input_size: int)
dataset/data_utils.py:76
↓ 1 callers
Function
broadcast
pse/include/pybind11/numpy.h:1360
↓ 1 callers
Function
c_str
pse/include/pybind11/detail/internals.h:253
↓ 1 callers
Function
call_operator_delete
pse/include/pybind11/pybind11.h:992
↓ 1 callers
Function
channel_shuffle
(x, groups)
models/ShuffleNetV2.py:21
↓ 1 callers
Function
check_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:
dataset/data_utils.py:19
↓ 1 callers
Method
check_holder_compat
pse/include/pybind11/cast.h:605
↓ 1 callers
Function
clean_type_id
pse/include/pybind11/detail/typeid.h:30
↓ 1 callers
Function
clear_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 callers
Function
clear_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 callers
Function
clear_patients
pse/include/pybind11/class_support.h:294
↓ 1 callers
Function
clear_patients
pse/include/pybind11/detail/class.h:297
↓ 1 callers
Method
cpp_function
pse/include/pybind11/pytypes.h:1271
↓ 1 callers
Function
decode_utf8
Returns a Unicode object on success, or None on failure
cal_recall/rrc_evaluation_funcs.py:107
↓ 1 callers
Function
deocde
pse/ncnn/examples/psenet.cpp:89
↓ 1 callers
Function
deregister_instance
pse/include/pybind11/class_support.h:228
↓ 1 callers
Function
deregister_instance
pse/include/pybind11/detail/class.h:239
↓ 1 callers
Function
deregister_instance_impl
pse/include/pybind11/class_support.h:210
↓ 1 callers
Function
deregister_instance_impl
pse/include/pybind11/detail/class.h:221
↓ 1 callers
Function
detect_rfcn
pse/ncnn/examples/psenet.cpp:157
↓ 1 callers
Method
distance_to
pse/include/pybind11/pytypes.h:662
↓ 1 callers
Function
draw_bbox
pse/ncnn/examples/psenet.cpp:72
↓ 1 callers
Method
dtype
pse/include/pybind11/numpy.h:419
↓ 1 callers
Function
enable_buffer_protocol
Give this type a buffer interface.
pse/include/pybind11/class_support.h:490
↓ 1 callers
Function
enable_buffer_protocol
Give this type a buffer interface.
pse/include/pybind11/detail/class.h:504
↓ 1 callers
Function
enable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
pse/include/pybind11/class_support.h:428
↓ 1 callers
Function
enable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
pse/include/pybind11/detail/class.h:442
↓ 1 callers
Function
equal
Equivalent to obj == other in Python
pse/include/pybind11/pytypes.h:118
↓ 1 callers
Function
eval
(model, save_path, test_path, device)
train.py:110
↓ 1 callers
Method
execute_cast
pse/include/pybind11/operators.h:66
↓ 1 callers
Method
export_values
pse/include/pybind11/pybind11.h:1514
↓ 1 callers
Function
finalize_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 callers
Function
first
pse/include/pybind11/detail/common.h:533
↓ 1 callers
Method
flags
Return the NumPy array flags
pse/include/pybind11/numpy.h:638
↓ 1 callers
Function
generate_rbox
生成mask图,白色部分是文本,黑色是北京 :param im_size: 图像的h,w :param text_polys: 框的坐标 :param text_tags: 标注文本框是否参与训练 :return: 生成的mask图
dataset/data_utils.py:42
↓ 1 callers
Method
get
pse/include/pybind11/cast.h:1429
↓ 1 callers
Function
get_intersection_over_union
(pD, pG)
cal_recall/script.py:97
↓ 1 callers
Method
get_lr
(self)
utils/lr_scheduler.py:14
↓ 1 callers
Function
get_object_handle
pse/include/pybind11/cast.h:453
↓ 1 callers
Function
get_type_handle
pse/include/pybind11/cast.h:201
↓ 1 callers
Method
get_type_info
pse/include/pybind11/numpy.h:86
↓ 1 callers
Function
get_type_overload
pse/include/pybind11/pybind11.h:1999
↓ 1 callers
Function
get_union
(pD, pG)
cal_recall/script.py:92
↓ 1 callers
Function
image_label
get image's corresponding matrix and ground truth return images [512, 512, 3] score [128, 128, 1] geo [128, 128, 5] mask
dataset/data_utils.py:93
↓ 1 callers
Method
implicit_cast
pse/include/pybind11/cast.h:1386
↓ 1 callers
Method
increment
pse/include/pybind11/numpy.h:1266
↓ 1 callers
Method
init
pse/include/pybind11/pybind11.h:1388
↓ 1 callers
Method
init_params
(self)
models/mobilenetv3.py:113
↓ 1 callers
Method
init_params
(self)
models/mobilenetv3.py:167
↓ 1 callers
Function
initialize_interpreter
pse/include/pybind11/embed.h:102
↓ 1 callers
Method
is_cpp_function
pse/include/pybind11/pytypes.h:1277
↓ 1 callers
Function
isinstance_generic
pse/include/pybind11/cast.h:399
↓ 1 callers
Function
iter
pse/include/pybind11/pytypes.h:1349
↓ 1 callers
Method
kind
Single-character type code.
pse/include/pybind11/numpy.h:464
↓ 1 callers
Function
last
pse/include/pybind11/detail/common.h:537
↓ 1 callers
Method
load_args
pse/include/pybind11/cast.h:1902
↓ 1 callers
Function
load_checkpoint
(checkpoint_path, model, logger, device, optimizer=None)
utils/utils.py:68
↓ 1 callers
Method
load_data
(self, data_dir: str)
dataset/data_utils.py:161
↓ 1 callers
Function
load_numpy_internals
pse/include/pybind11/numpy.h:100
← previous
next →
101–200 of 799, ranked by callers