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
↓ 4 callers
Method
SetUp
src/caffe/test/test_memory_data_layer.cpp:25
↓ 4 callers
Method
SetUp
src/caffe/test/test_tile_layer.cpp:23
↓ 4 callers
Method
Solve
src/caffe/solver.cpp:292
↓ 4 callers
Function
StrDup
src/gtest/gtest.h:2621
↓ 4 callers
Method
TestBackwardAxis
src/caffe/test/test_reverse_layer.cpp:78
↓ 4 callers
Method
TestForward
src/caffe/test/test_power_layer.cpp:34
↓ 4 callers
Method
TestForwardAxis
src/caffe/test/test_reverse_layer.cpp:41
↓ 4 callers
Method
TestReadCrop
src/caffe/test/test_annotated_data_layer.cpp:370
↓ 4 callers
Method
TestReadCrop
src/caffe/test/test_data_layer.cpp:173
↓ 4 callers
Method
Update
src/caffe/net.cpp:925
↓ 4 callers
Function
UpgradeNetAsNeeded
src/caffe/util/upgrade_proto.cpp:21
↓ 4 callers
Function
WriteProtoToTextFile
src/caffe/util/io.cpp:53
↓ 4 callers
Method
backward
(self, top, propagate_down, bottom)
python/caffe/test/test_python_layer.py:21
↓ 4 callers
Function
check_if_exist
(path)
python/caffe/model_libs.py:8
↓ 4 callers
Function
cluster_seedgen
random seeding
src/caffe/common.cpp:23
↓ 4 callers
Method
current_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
src/gtest/gtest-all.cpp:5780
↓ 4 callers
Method
diff
include/caffe/parallel.hpp:35
↓ 4 callers
Function
dump_pool
(sess, net, from_layer, out_layer, operation='create')
scripts/convert_inception_v3.py:181
↓ 4 callers
Function
get_gpus
Parse GPU ids or use all available devices
tools/caffe.cpp:89
↓ 4 callers
Function
imploded
* @brief Implodes a vector into a string * @param in The input vector * @param delim The delimiter * @return string out of the input vector */
src/caffe/layers/ctc_loss_layer.cpp:17
↓ 4 callers
Function
is_a_ge_zero_and_a_lt_b
Function uses casting from int to unsigned to compare if value of parameter a is greater or equal to zero and lower than value of parameter b. The b p
src/caffe/util/im2col.cpp:14
↓ 4 callers
Method
iter
include/caffe/solver.hpp:75
↓ 4 callers
Function
nms
(boxes,overlap)
examples/text/nms.py:44
↓ 4 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/gtest/gtest-all.cpp:5182
↓ 4 callers
Method
peek
src/caffe/util/blocking_queue.cpp:73
↓ 4 callers
Function
point_line_distance
src/caffe/util/bbox_util.cpp:92
↓ 4 callers
Method
preprocess
Format input for Caffe: - convert to single - resize to input dimensions (preserving number of channels) - transpose
python/caffe/io.py:122
↓ 4 callers
Function
random
Gets the random number generator.
src/gtest/gtest-all.cpp:1171
↓ 4 callers
Function
ray_length_in_bbox
src/caffe/util/bbox_util.cpp:382
↓ 4 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/gtest/gtest-all.cpp:4883
↓ 4 callers
Method
sample_mean
src/caffe/test/test_random_number_generator.cpp:29
↓ 4 callers
Method
set_channel_swap
Set the input channel order for e.g. RGB to BGR conversion as needed for the reference ImageNet model. N.B. this assumes the
python/caffe/io.py:203
↓ 4 callers
Method
set_raw_scale
Set the scale of raw features s.t. the input blob = input * scale. While Python represents images in [0, 1], certain Caffe models
python/caffe/io.py:221
↓ 4 callers
Function
simple_net_file
Make a simple net prototxt, based on test_net.cpp, returning the name of the (temporary) file.
python/caffe/test/test_net.py:11
↓ 4 callers
Method
sumsq_data
src/caffe/blob.cpp:262
↓ 4 callers
Method
test_to_run_count
Gets the number of tests that should run.
src/gtest/gtest-all.cpp:2048
↓ 4 callers
Method
total_test_count
Gets the number of all tests.
src/gtest/gtest-all.cpp:2043
↓ 3 callers
Method
AddMatVector
src/caffe/layers/memory_data_layer.cpp:58
↓ 3 callers
Method
AddTestPartResult
Adds a test part result to the list.
src/gtest/gtest-all.cpp:3110
↓ 3 callers
Function
AssertionResult
Used in the EXPECT_TRUE/FALSE(bool_expression).
src/gtest/gtest.h:17296
↓ 3 callers
Function
BBoxCoverage
src/caffe/util/bbox_util.cpp:853
↓ 3 callers
Function
CaptureStderr
Starts capturing stderr.
src/gtest/gtest-all.cpp:8417
↓ 3 callers
Function
CheckCStyleCast
Checks for a C-style cast by looking for the pattern. Args: filename: The name of the current file. linenum: The number of the line to chec
scripts/cpp_lint.py:4251
↓ 3 callers
Function
CleanseComments
Removes //-comments and single-line C-style /* */ comments. Args: line: A line of C++ source. Returns: The line with single-line comment
scripts/cpp_lint.py:1167
↓ 3 callers
Method
Clone
src/gtest/gtest.h:10146
↓ 3 callers
Function
CumSum
src/caffe/util/bbox_util.cpp:3652
↓ 3 callers
Function
FOpen
src/gtest/gtest.h:2682
↓ 3 callers
Method
Fill
Fill the bottom blobs.
src/caffe/test/test_multibox_loss_layer.cpp:105
↓ 3 callers
Method
FillAnnotatedDatum
src/caffe/test/test_data_transformer.cpp:42
↓ 3 callers
Method
FillData
src/caffe/test/test_detection_evaluate_layer.cpp:42
↓ 3 callers
Function
FindEndOfExpressionInLine
Find the position just after the matching endchar. Args: line: a CleansedLines line. startpos: start searching at this position. depth:
scripts/cpp_lint.py:1230
↓ 3 callers
Function
FlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
src/gtest/gtest-all.cpp:8451
↓ 3 callers
Function
FlushInfoLog
src/gtest/gtest.h:1990
↓ 3 callers
Function
FormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
src/gtest/gtest-all.cpp:4499
↓ 3 callers
Function
GetConfidenceScores
src/caffe/util/bbox_util.cpp:2864
↓ 3 callers
Function
GetDetectionResults
src/caffe/util/bbox_util.cpp:3219
↓ 3 callers
Method
GetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
src/gtest/gtest-all.cpp:1995
↓ 3 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/gtest/gtest-all.cpp:1897
↓ 3 callers
Method
InitAllInOneNet
src/caffe/test/test_net.cpp:786
↓ 3 callers
Method
InitDiffDataSharedWeightsNet
src/caffe/test/test_net.cpp:505
↓ 3 callers
Function
InsertSplits
src/caffe/util/insert_splits.cpp:12
↓ 3 callers
Function
Int32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
src/gtest/gtest-all.cpp:8518
↓ 3 callers
Function
IsBlankLine
Returns true if the given line is blank. We consider a line to be blank if the line is empty or consists of only white spaces. Args: line:
scripts/cpp_lint.py:2373
↓ 3 callers
Function
IsEligibleMining
src/caffe/util/bbox_util.cpp:1868
↓ 3 callers
Function
IsSpace
src/gtest/gtest.h:2585
↓ 3 callers
Function
IsTrue
src/gtest/gtest-all.cpp:5834
↓ 3 callers
Function
MatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
src/gtest/gtest-all.cpp:8123
↓ 3 callers
Method
Normalize
Removes any redundant separators that might be in the pathname. For example, "bar///foo" becomes "bar/foo". Does not eliminate other redundancies that
src/gtest/gtest-all.cpp:7776
↓ 3 callers
Function
ParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/gtest/gtest-all.cpp:5863
↓ 3 callers
Function
ParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
src/gtest/gtest-all.cpp:8466
↓ 3 callers
Function
ParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
src/gtest/gtest-all.cpp:5918
↓ 3 callers
Function
ParseNolintSuppressions
Updates the global list of error-suppressions. Parses any NOLINT comments on the current line, updating the global error_suppressions store. Rep
scripts/cpp_lint.py:464
↓ 3 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/gtest/gtest-all.cpp:8612
↓ 3 callers
Function
PrintRawArrayTo
src/gtest/gtest.h:9632
↓ 3 callers
Function
PrintToString
src/gtest/gtest.h:9973
↓ 3 callers
Function
PrintWideCharsAsStringTo
Prints the given array of wide characters to the ostream. The array starts at *begin, the length is len, it may include L'\0' characters and may not b
src/gtest/gtest-all.cpp:8830
↓ 3 callers
Method
RemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
src/gtest/gtest-all.cpp:7766
↓ 3 callers
Function
ReportFailureInUnknownLocation
src/gtest/gtest-all.cpp:3235
↓ 3 callers
Method
RepositoryName
FullName after removing the local path to the repository. If we have a real absolute path name here we can try to do something smart: detecti
scripts/cpp_lint.py:885
↓ 3 callers
Method
Restore
src/caffe/solver.cpp:609
↓ 3 callers
Method
RunPaddingUpgradeTest
src/caffe/test/test_upgrade_proto.cpp:21
↓ 3 callers
Method
RunV0UpgradeTest
src/caffe/test/test_upgrade_proto.cpp:1091
↓ 3 callers
Method
Seconds
src/caffe/util/benchmark.cpp:104
↓ 3 callers
Method
SeenOpenBrace
Check if we have seen the opening brace for the innermost block. Returns: True if we have seen the opening brace, False if the innermost
scripts/cpp_lint.py:1935
↓ 3 callers
Method
SetUp
src/caffe/test/test_stochastic_pooling.cpp:26
↓ 3 callers
Method
SetUp
src/caffe/test/test_dummy_data_layer.cpp:23
↓ 3 callers
Method
SetUp
* @brief Implements common layer setup functionality. * * @param bottom the preshaped input blobs * @param top * the allocated but uns
include/caffe/layer.hpp:67
↓ 3 callers
Function
ShuffleRange
src/gtest/gtest-all.cpp:699
↓ 3 callers
Method
Split
Splits the file into the directory, basename, and extension. For 'chrome/browser/browser.cc', Split() would return ('chrome/browser', 'browse
scripts/cpp_lint.py:930
↓ 3 callers
Method
TestForwardRectHigh
Test for 3x 2 rectangular pooling layer with kernel_h > kernel_w
src/caffe/test/test_pooling_layer.cpp:121
↓ 3 callers
Method
TestForwardRectWide
Test for rectangular pooling layer with kernel_w > kernel_h
src/caffe/test/test_pooling_layer.cpp:246
↓ 3 callers
Method
TestForwardSquare
Test for 2x 2 square pooling layer
src/caffe/test/test_pooling_layer.cpp:49
↓ 3 callers
Function
UniversalTersePrint
src/gtest/gtest.h:9862
↓ 3 callers
Function
UnpackVariable
(var, num)
python/caffe/model_libs.py:15
↓ 3 callers
Function
UpgradeV0PaddingLayers
src/caffe/util/upgrade_proto.cpp:140
↓ 3 callers
Method
__init__
(self, filename)
scripts/cpp_lint.py:878
↓ 3 callers
Method
_to_proto
(self, layers, names, autonames)
python/caffe/net_spec.py:99
↓ 3 callers
Function
apply_buffers
src/caffe/parallel.cpp:26
↓ 3 callers
Function
assign_proto
Assign a Python object to a protobuf message, based on the Python type (in recursive fashion). Lists become repeated fields/messages, dicts be
python/caffe/net_spec.py:56
↓ 3 callers
Function
blob_to_mx_mat
Copy Blob data or diff to matlab array
matlab/+caffe/private/caffe_.cpp:79
← previous
next →
301–400 of 3,103, ranked by callers