Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MhLiao/TextBoxes_plusplus
/ functions
Functions
3,103 in github.com/MhLiao/TextBoxes_plusplus
⨍
Functions
3,103
◇
Types & classes
847
↓ 1 callers
Function
UpgradeNetBatchNorm
src/caffe/util/upgrade_proto.cpp:1015
↓ 1 callers
Function
UpgradeNetDataTransformation
src/caffe/util/upgrade_proto.cpp:659
↓ 1 callers
Function
UpgradeNetInput
src/caffe/util/upgrade_proto.cpp:966
↓ 1 callers
Function
UpgradeV0LayerParameter
src/caffe/util/upgrade_proto.cpp:199
↓ 1 callers
Function
UpgradeV0LayerType
src/caffe/util/upgrade_proto.cpp:551
↓ 1 callers
Function
UpgradeV1LayerParameter
src/caffe/util/upgrade_proto.cpp:689
↓ 1 callers
Function
ValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
src/gtest/gtest-all.cpp:8033
↓ 1 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
src/gtest/gtest.h:2157
↓ 1 callers
Function
Write
src/gtest/gtest.h:2696
↓ 1 callers
Function
WriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
src/gtest/gtest-all.cpp:5584
↓ 1 callers
Function
_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
scripts/cpp_lint.py:3624
↓ 1 callers
Method
_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
scripts/cpp_lint.py:1209
↓ 1 callers
Function
_Filters
Returns the module's list of output filters, as a list.
scripts/cpp_lint.py:792
↓ 1 callers
Function
_GetTextInside
r"""Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the t
scripts/cpp_lint.py:3756
↓ 1 callers
Function
_IsTestFilename
Determines if the given filename has a suffix that identifies it as a test. Args: filename: The input filename. Returns: True if 'filena
scripts/cpp_lint.py:3607
↓ 1 callers
Function
_OutputFormat
Gets the module's output format.
scripts/cpp_lint.py:767
↓ 1 callers
Function
_SetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:787
↓ 1 callers
Function
_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
scripts/cpp_lint.py:797
↓ 1 callers
Function
_SetOutputFormat
Sets the module's output format.
scripts/cpp_lint.py:772
↓ 1 callers
Function
_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
scripts/cpp_lint.py:961
↓ 1 callers
Method
__getattr__
(self, name)
python/caffe/net_spec.py:181
↓ 1 callers
Function
_filter_boxes
Remove all boxes with any side smaller than min_size.
python/caffe/proposal_layer.py:181
↓ 1 callers
Method
_get_name
(self, names, autonames)
python/caffe/net_spec.py:120
↓ 1 callers
Method
_update
(self, params)
python/caffe/net_spec.py:96
↓ 1 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/gtest/gtest-all.cpp:982
↓ 1 callers
Function
anon_lenet
(batch_size)
python/caffe/test/test_net_spec.py:26
↓ 1 callers
Function
apply_quad_nms
(bboxes, overlap_threshold)
examples/text/demo_det.py:102
↓ 1 callers
Function
apply_quad_nms
(bboxes, overlap_threshold)
examples/text/demo.py:108
↓ 1 callers
Function
array_to_blobproto
Converts a N-dimensional array to blob proto. If diff is given, also convert the diff. You need to make sure that arr and diff have the same s
python/caffe/io.py:36
↓ 1 callers
Function
ascii2label
src/caffe/util/io.cpp:751
↓ 1 callers
Method
async_gpu_push
src/caffe/syncedmem.cpp:142
↓ 1 callers
Method
backward
This layer does not propagate gradients.
python/caffe/proposal_layer.py:173
↓ 1 callers
Method
backward
(self, top, propagate_down, bottom)
python/caffe/test/test_python_layer_with_param_str.py:24
↓ 1 callers
Function
blobproto_to_array
Convert a blob proto to an array. In default, we will just return the data, unless return_diff is True, in which case we will return the diff
python/caffe/io.py:18
↓ 1 callers
Function
caffe_rng_gaussian
src/caffe/util/math_functions.cpp:268
↓ 1 callers
Function
cblas_daxpby
include/caffe/util/mkl_alternate.hpp:94
↓ 1 callers
Function
cblas_saxpby
In addition, MKL comes with an additional function axpby that is not present in standard blas. We will simply use a two-step (inefficient, of course)
include/caffe/util/mkl_alternate.hpp:88
↓ 1 callers
Function
choose_color_by_layertype
Define colors for nodes based on the layer type.
python/caffe/draw.py:117
↓ 1 callers
Function
colorReduce
src/caffe/util/im_transforms.cpp:329
↓ 1 callers
Method
configure
src/caffe/parallel.cpp:110
↓ 1 callers
Method
configure_crop
Configure crop dimensions and amount of context for cropping. If context is included, make the special input mean for context padding
python/caffe/detector.py:181
↓ 1 callers
Function
constantNoise
src/caffe/util/im_transforms.cpp:428
↓ 1 callers
Function
crop_image
(image_path, detection_results, crop_dir)
examples/text/crop_image.py:131
↓ 1 callers
Function
crop_params
Extract the crop layer parameters with defaults.
python/caffe/coord_map.py:40
↓ 1 callers
Method
current_test_case
Returns the TestCase object for the test that's currently running, or NULL if no test is running. L < mutex_
src/gtest/gtest-all.cpp:5189
↓ 1 callers
Method
detect_selective_search
Do windowed detection over Selective Search proposals by extracting the crop and warping to the input dimensions of the net.
python/caffe/detector.py:101
↓ 1 callers
Function
draw_net
Draws a caffe net and returns the image string encoded using the given extension. Parameters ---------- caffe_net : a caffe.proto.caf
python/caffe/draw.py:205
↓ 1 callers
Function
dump_inputlayer
(sess, net, operation='create')
scripts/convert_inception_v3.py:83
↓ 1 callers
Function
dump_model
(operation='create', redo=False)
scripts/convert_inception_v3.py:290
↓ 1 callers
Function
dump_softmax
(sess, net, from_layer, out_layer, operation='create')
scripts/convert_inception_v3.py:205
↓ 1 callers
Method
dump_tree
crnn/src/cpp/bk_tree.h:185
↓ 1 callers
Function
exception_net_file
()
python/caffe/test/test_python_layer.py:72
↓ 1 callers
Function
extract_detections
(detections, det_score_threshold, image_height, image_width)
examples/text/demo_det.py:57
↓ 1 callers
Function
extract_detections
(detections, det_score_threshold, image_height, image_width)
examples/text/demo.py:63
↓ 1 callers
Function
extract_label_sequence
src/caffe/layers/ctc_loss_layer.cpp:41
↓ 1 callers
Function
extract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:44
↓ 1 callers
Method
file
src/gtest/gtest.h:8182
↓ 1 callers
Function
fillEdgeImage
src/caffe/util/im_transforms.cpp:341
↓ 1 callers
Method
find_within
crnn/src/cpp/bk_tree.h:181
↓ 1 callers
Function
first_point
src/caffe/util/im_transforms.cpp:47
↓ 1 callers
Method
forward
(self, bottom, top)
python/caffe/test/test_python_layer_with_param_str.py:21
↓ 1 callers
Method
forwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
src/gtest/gtest-all.cpp:4209
↓ 1 callers
Function
general_crop_expand
Crop the image giving a tile. Args: image: Image to be crop, [h, w, c]. tile: [p_0, p_1, p_2, p_3] (clockwise). Returns:
examples/text/crop_image.py:70
↓ 1 callers
Function
get
src/gtest/gtest.h:1446
↓ 1 callers
Function
getListOfStrings
crnn/src/cpp/lexicon.cpp:36
↓ 1 callers
Function
get_edge_label
Define edge label based on layer type.
python/caffe/draw.py:46
↓ 1 callers
Function
get_layer_label
Define node label based on layer type. Parameters ---------- layer : ? rankdir : {'LR', 'TB', 'BT'} Direction of graph layout
python/caffe/draw.py:62
↓ 1 callers
Function
get_log_created_year
Get year from log file system timestamp
tools/extra/extract_seconds.py:22
↓ 1 callers
Function
get_phase_from_flags
Parse phase from flags
tools/caffe.cpp:112
↓ 1 callers
Function
get_pooling_types_dict
Get dictionary mapping pooling type number to type name
python/caffe/draw.py:36
↓ 1 callers
Function
get_pydot_graph
Create a data structure which represents the `caffe_net`. Parameters ---------- caffe_net : object rankdir : {'LR', 'TB', 'BT'}
python/caffe/draw.py:130
↓ 1 callers
Function
get_start_time
Find start time from group of lines
tools/extra/extract_seconds.py:31
↓ 1 callers
Function
hdf5_get_name_by_idx
src/caffe/util/hdf5.cpp:209
↓ 1 callers
Function
hdf5_load_string
src/caffe/util/hdf5.cpp:126
↓ 1 callers
Function
hdf5_save_string
src/caffe/util/hdf5.cpp:142
↓ 1 callers
Function
initCtc
crnn/src/cpp/ctc.cpp:215
↓ 1 callers
Function
initLex
crnn/src/cpp/lexicon.cpp:135
↓ 1 callers
Function
inverse
Invert a coord map by de-scaling and un-shifting; this gives the backward mapping for the gradient.
python/caffe/coord_map.py:106
↓ 1 callers
Method
is_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callers
Function
label2ascii
src/caffe/util/io.cpp:776
↓ 1 callers
Function
lenet
(batch_size)
python/caffe/test/test_net_spec.py:7
↓ 1 callers
Method
line
src/gtest/gtest.h:8183
↓ 1 callers
Function
list_from_str
(st)
examples/text/nms.py:15
↓ 1 callers
Method
log
src/caffe/test/test_ctc_decoder_layer.cpp:66
↓ 1 callers
Function
main
()
tools/extra/parse_log.py:195
↓ 1 callers
Function
main
()
tools/extra/summarize.py:128
↓ 1 callers
Function
main
(argv)
python/detect.py:30
↓ 1 callers
Function
main
(argv)
python/classify.py:17
↓ 1 callers
Function
main
()
python/draw_net.py:41
↓ 1 callers
Function
main
()
scripts/cpp_lint.py:4853
↓ 1 callers
Function
matchExt
Do the file extension and encoding match?
src/caffe/util/io.cpp:145
↓ 1 callers
Function
maybe_download_and_extract
Download and extract model tar file.
scripts/convert_inception_v3.py:419
↓ 1 callers
Function
message
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callers
Method
on_gradients_ready
src/caffe/parallel.cpp:325
↓ 1 callers
Method
on_start
src/caffe/parallel.cpp:287
↓ 1 callers
Function
param_name_dict
Find out the correspondence between layer names and parameter names.
python/caffe/net_spec.py:28
↓ 1 callers
Function
parameter_net_file
()
python/caffe/test/test_python_layer.py:82
↓ 1 callers
Function
parse_args
()
tools/extra/parse_log.py:171
↓ 1 callers
Function
parse_args
Parse input arguments
python/draw_net.py:13
↓ 1 callers
Function
parse_log
Parse log file Returns (train_dict_list, test_dict_list) train_dict_list and test_dict_list are lists of dicts that define the table rows
tools/extra/parse_log.py:17
← previous
next →
901–1,000 of 3,103, ranked by callers