Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argman/EAST
/ functions
Functions
851 in github.com/argman/EAST
⨍
Functions
851
◇
Types & classes
351
↳
Endpoints
2
↓ 1 callers
Function
dice_coefficient
dice loss :param y_true_cls: :param y_pred_cls: :param training_mask: :return:
model.py:85
↓ 1 callers
Method
distance_to
lanms/include/pybind11/pytypes.h:613
↓ 1 callers
Function
draw_illu
(illu, rst)
run_demo_server.py:162
↓ 1 callers
Method
dtype
lanms/include/pybind11/numpy.h:423
↓ 1 callers
Function
enable_buffer_protocol
Give this type a buffer interface.
lanms/include/pybind11/class_support.h:490
↓ 1 callers
Function
enable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
lanms/include/pybind11/class_support.h:428
↓ 1 callers
Method
equal
lanms/include/pybind11/pytypes.h:654
↓ 1 callers
Method
execute_cast
lanms/include/pybind11/operators.h:66
↓ 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
lanms/include/pybind11/embed.h:141
↓ 1 callers
Function
first
lanms/include/pybind11/common.h:590
↓ 1 callers
Method
flags
Return the NumPy array flags
lanms/include/pybind11/numpy.h:642
↓ 1 callers
Function
generate_rbox
(im_size, polys, tags)
icdar.py:463
↓ 1 callers
Function
generator
(input_size=512, batch_size=32, background_ratio=3./8, random_scale=np.array([0.5,
icdar.py:583
↓ 1 callers
Method
get
lanms/include/pybind11/cast.h:1379
↓ 1 callers
Function
get_host_info
()
run_demo_server.py:21
↓ 1 callers
Function
get_images
find image files in test data path :return: list of files found
eval.py:22
↓ 1 callers
Function
get_images
()
icdar.py:36
↓ 1 callers
Function
get_object_handle
lanms/include/pybind11/cast.h:502
↓ 1 callers
Function
get_predictor
(checkpoint_path)
run_demo_server.py:36
↓ 1 callers
Function
get_type_handle
lanms/include/pybind11/cast.h:260
↓ 1 callers
Method
get_type_info
lanms/include/pybind11/numpy.h:86
↓ 1 callers
Function
get_type_overload
lanms/include/pybind11/pybind11.h:1772
↓ 1 callers
Method
implicit_cast
lanms/include/pybind11/cast.h:1336
↓ 1 callers
Method
increment
lanms/include/pybind11/numpy.h:1255
↓ 1 callers
Function
initialize_interpreter
lanms/include/pybind11/embed.h:95
↓ 1 callers
Method
is_cpp_function
lanms/include/pybind11/pytypes.h:1207
↓ 1 callers
Function
isinstance
lanms/include/pybind11/pytypes.h:329
↓ 1 callers
Function
isinstance_generic
lanms/include/pybind11/cast.h:447
↓ 1 callers
Function
iter
lanms/include/pybind11/pytypes.h:1279
↓ 1 callers
Method
kind
Single-character type code.
lanms/include/pybind11/numpy.h:468
↓ 1 callers
Function
last
lanms/include/pybind11/common.h:594
↓ 1 callers
Function
load
lanms/include/pybind11/eigen.h:550
↓ 1 callers
Function
load_annoataion
load annotation from the text file :param p: :return:
icdar.py:44
↓ 1 callers
Method
load_args
lanms/include/pybind11/cast.h:1836
↓ 1 callers
Function
load_numpy_internals
lanms/include/pybind11/numpy.h:100
↓ 1 callers
Function
load_type
lanms/include/pybind11/cast.h:1591
↓ 1 callers
Function
main
()
run_demo_server.py:210
↓ 1 callers
Function
make_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
lanms/include/pybind11/class_support.h:151
↓ 1 callers
Function
make_iterator
lanms/include/pybind11/pybind11.h:1441
↓ 1 callers
Function
make_key_iterator
lanms/include/pybind11/pybind11.h:1470
↓ 1 callers
Function
make_new_python_type
Create a brand new Python type according to the `type_record` specification. Return value: New reference. */
lanms/include/pybind11/class_support.h:502
↓ 1 callers
Function
make_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
lanms/include/pybind11/class_support.h:351
↓ 1 callers
Function
make_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
lanms/include/pybind11/class_support.h:38
↓ 1 callers
Function
mean_image_subtraction
image normalization :param images: :param means: :return:
model.py:17
↓ 1 callers
Function
merge_quadrangle_n9
lanms/lanms.h:199
↓ 1 callers
Function
operator()
lanms/include/pybind11/common.h:780
↓ 1 callers
Method
operator=
lanms/include/pybind11/cast.h:1780
↓ 1 callers
Function
poly_iou
lanms/lanms.h:22
↓ 1 callers
Function
polygon_area
compute area of a polygon :param poly: :return:
icdar.py:70
↓ 1 callers
Function
polys2floats
lanms/adaptor.cpp:13
↓ 1 callers
Function
rectangle_from_parallelogram
fit a rectangle from a parallelogram :param poly: :return:
icdar.py:294
↓ 1 callers
Function
register_exception_translator
lanms/include/pybind11/pybind11.h:1525
↓ 1 callers
Function
register_instance
lanms/include/pybind11/class_support.h:222
↓ 1 callers
Function
register_instance_impl
lanms/include/pybind11/class_support.h:206
↓ 1 callers
Function
repr
lanms/include/pybind11/pytypes.h:1268
↓ 1 callers
Function
resnet_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_utils.py:209
↓ 1 callers
Function
resnet_v1_50
ResNet-50 model of [1]. See resnet_v1() for arg and return description.
nets/resnet_v1.py:230
↓ 1 callers
Function
restore_rectangle
(origin, geometry)
icdar.py:459
↓ 1 callers
Function
restore_rectangle_rbox
(origin, geometry)
icdar.py:387
↓ 1 callers
Function
save_result
(img, rst)
run_demo_server.py:171
↓ 1 callers
Method
set_instance_registered
lanms/include/pybind11/cast.h:304
↓ 1 callers
Function
shrink_poly
fit a poly inside the origin poly, maybe bugs here... used for generate the score map :param poly: the text poly :param r: r in the p
icdar.py:179
↓ 1 callers
Function
sort_rectangle
(poly)
icdar.py:352
↓ 1 callers
Method
squeeze
Return a new view with all of the dimensions of length 1 removed
lanms/include/pybind11/numpy.h:714
↓ 1 callers
Function
standard_nms
(S, thres)
locality_aware_nms.py:24
↓ 1 callers
Function
standard_nms
* The standard NMS algorithm. */
lanms/lanms.h:172
↓ 1 callers
Method
start
Kicks off threads which add data from the generator into the queue. # Arguments workers: number of worker threads max
data_util.py:40
↓ 1 callers
Method
strip_padding
lanms/include/pybind11/numpy.h:479
↓ 1 callers
Function
tower_loss
(images, score_maps, geo_maps, training_masks, reuse_variables=None)
multigpu_train.py:27
↓ 1 callers
Method
try_direct_conversions
lanms/include/pybind11/cast.h:630
↓ 1 callers
Method
try_implicit_casts
lanms/include/pybind11/cast.h:620
↓ 1 callers
Method
types
lanms/include/pybind11/descr.h:31
↓ 1 callers
Function
unpool
(inputs)
model.py:13
↓ 1 callers
Function
weighted_merge
(g, p)
locality_aware_nms.py:18
↓ 1 callers
Method
writeable
If set, the array is writeable (otherwise the buffer is read-only)
lanms/include/pybind11/numpy.h:647
Method
AddEdgeToSEL
lanms/include/clipper/clipper.cpp:1900
Method
AddGhostJoin
lanms/include/clipper/clipper.cpp:1968
Method
AddJoin
lanms/include/clipper/clipper.cpp:1942
Method
AddLocalMaxPoly
lanms/include/clipper/clipper.cpp:1884
Method
AddLocalMinPoly
lanms/include/clipper/clipper.cpp:1841
Method
AddOutPt
lanms/include/clipper/clipper.cpp:2463
Method
AppendPolygon
lanms/include/clipper/clipper.cpp:2367
Method
BuildIntersectList
lanms/include/clipper/clipper.cpp:2852
Method
BuildResult
lanms/include/clipper/clipper.cpp:3192
Method
BuildResult2
lanms/include/clipper/clipper.cpp:3213
Function
CleanPolygons
lanms/include/clipper/clipper.cpp:4449
Method
ClearGhostJoins
lanms/include/clipper/clipper.cpp:1960
Method
ClearJoins
lanms/include/clipper/clipper.cpp:1952
Method
Clipper
lanms/include/clipper/clipper.cpp:1474
Method
ClipperBase
lanms/include/clipper/clipper.cpp:883
Method
ClipperOffset
lanms/include/clipper/clipper.cpp:3779
Function
ClosedPathsFromPolyTree
lanms/include/clipper/clipper.cpp:4576
Method
CopyAELToSEL
lanms/include/clipper/clipper.cpp:1929
Method
CreateOutRec
lanms/include/clipper/clipper.cpp:1380
Method
DeleteFromAEL
lanms/include/clipper/clipper.cpp:1367
Method
DeleteFromSEL
lanms/include/clipper/clipper.cpp:2080
Method
DisposeAllOutRecs
lanms/include/clipper/clipper.cpp:1351
Method
DisposeIntersectNodes
lanms/include/clipper/clipper.cpp:2844
Method
DisposeLocalMinimaList
lanms/include/clipper/clipper.cpp:1279
Method
DisposeOutRec
lanms/include/clipper/clipper.cpp:1358
← previous
next →
201–300 of 851, ranked by callers