Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheLegendAli/DeepLab-Context
/ functions
Functions
2,537 in github.com/TheLegendAli/DeepLab-Context
⨍
Functions
2,537
◇
Types & classes
755
↳
Endpoints
3
↓ 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:3603
↓ 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
accumulate
src/caffe/util/confusion_matrix.cpp:45
↓ 1 callers
Method
accuracy
src/caffe/util/confusion_matrix.cpp:255
↓ 1 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/gtest/gtest-all.cpp:982
↓ 1 callers
Method
apply
src/caffe/util/densecrf_pairwise.cpp:48
↓ 1 callers
Function
apply_orientation
(im, orientation)
examples/web_demo/exifutil.py:35
↓ 1 callers
Function
array_to_blobproto
Converts a 4-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 shape
python/caffe/io.py:113
↓ 1 callers
Method
avgJaccard
src/caffe/util/confusion_matrix.cpp:300
↓ 1 callers
Method
avgRecall
src/caffe/util/confusion_matrix.cpp:276
↓ 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:101
↓ 1 callers
Function
caffe_cpu_dot_mul
src/caffe/util/math_functions.cpp:57
↓ 1 callers
Function
caffe_rng_uniform
src/caffe/util/math_functions.cpp:340
↓ 1 callers
Function
cblas_daxpby
include/caffe/util/mkl_alternate.hpp:88
↓ 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:82
↓ 1 callers
Method
channels
python/caffe/_caffe.hpp:32
↓ 1 callers
Function
classify
Simple classifier that is 50% certain that the annotation is correct
densecrf/test_densecrf/simple_dense_inference.cpp:58
↓ 1 callers
Method
clone
include/caffe/lmdb_dataset.hpp:58
↓ 1 callers
Function
colorize
Produce a color image from a bunch of labels
densecrf/test_densecrf/simple_dense_inference.cpp:45
↓ 1 callers
Method
configure_crop
Configure amount of context for cropping. If context is included, make the special input mean for context padding. Take
python/caffe/detector.py:179
↓ 1 callers
Function
convert_dataset
examples/mnist/convert_mnist_data.cpp:33
↓ 1 callers
Function
convert_dataset
examples/siamese/convert_mnist_siamese_data.cpp:33
↓ 1 callers
Function
convert_dataset
examples/cifar10/convert_cifar_data.cpp:39
↓ 1 callers
Function
crf_runner
(LOAD_MAT_FILE=1, train2=0)
python/my_script/crf_runner.py:116
↓ 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
Function
dense_runner
(LOAD_MAT_FILE, FEATURE_NAME, TEST_SET, SAVE_DIR, cmd)
python/my_script/crf_runner.py:56
↓ 1 callers
Function
dense_setting
(FEATURE_NAME, TEST_SET)
python/my_script/crf_runner.py:7
↓ 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
do_backward
matlab/caffe/matcaffe.cpp:100
↓ 1 callers
Function
do_forward
matlab/caffe/matcaffe.cpp:48
↓ 1 callers
Function
do_test
matlab/caffe/matcaffe.cpp:606
↓ 1 callers
Function
draw_net
Draws a caffe net and returns the image string encoded using the given extension. Input: caffe_net: a caffe.proto.caffe_pb2.NetParameter prot
python/caffe/draw.py:59
↓ 1 callers
Function
embed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:81
↓ 1 callers
Function
env_creater
()
run.py:46
↓ 1 callers
Function
environment_variable_creator
(dic)
python/my_script/tools.py:34
↓ 1 callers
Method
equal
src/caffe/lmdb_dataset.cpp:301
↓ 1 callers
Function
extract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:21
↓ 1 callers
Function
fast_log2
densecrf/libDenseCRF/fastmath.h:32
↓ 1 callers
Function
fast_log2
include/caffe/util/densecrf_util.hpp:33
↓ 1 callers
Method
file
src/gtest/gtest.h:8182
↓ 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
get
src/gtest/gtest.h:1446
↓ 1 callers
Function
getColor
densecrf/refine_pascal/dense_inference.cpp:165
↓ 1 callers
Function
getColor
densecrf/test_densecrf/simple_dense_inference.cpp:38
↓ 1 callers
Function
get_enum_name_by_value
()
python/caffe/draw.py:20
↓ 1 callers
Function
get_pydot_graph
(caffe_net)
python/caffe/draw.py:27
↓ 1 callers
Function
grid_runner
(IMG_DIR, CRF_BIN, FEATURE_DIR, ORIGINAL_SAVE_DIR)
python/my_script/crf_runner.py:73
↓ 1 callers
Function
grid_search
(LOAD_MAT_FILE=1, train2=0)
python/my_script/crf_runner.py:139
↓ 1 callers
Function
grid_setting
(FEATURE_NAME, TEST_SET, LOAD_MAT_FILE)
python/my_script/crf_runner.py:35
↓ 1 callers
Method
height
python/caffe/_caffe.hpp:33
↓ 1 callers
Method
init
src/caffe/util/permutohedral.cpp:115
↓ 1 callers
Method
is_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callers
Method
iter
include/caffe/solver.hpp:34
↓ 1 callers
Method
joinable
include/caffe/util/thread.hpp:19
↓ 1 callers
Method
line
src/gtest/gtest.h:8183
↓ 1 callers
Function
main
(argv)
python/detect.py:30
↓ 1 callers
Function
main
(argv)
python/classify.py:17
↓ 1 callers
Function
main
(argv)
python/draw_net.py:12
↓ 1 callers
Function
main
()
scripts/cpp_lint.py:4849
↓ 1 callers
Function
message
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callers
Method
net
python/caffe/_caffe.hpp:180
↓ 1 callers
Function
parse_readme_frontmatter
(dirname)
scripts/download_model_binary.py:30
↓ 1 callers
Function
putColor
densecrf/refine_pascal/dense_inference.cpp:168
↓ 1 callers
Function
putColor
densecrf/test_densecrf/simple_dense_inference.cpp:41
↓ 1 callers
Method
resize_and_crop_image
Takes an image name, resize it and crop the center square
tools/extra/resize_and_crop_images.py:20
↓ 1 callers
Function
round
densecrf/libDenseCRF/permutohedral.h:50
↓ 1 callers
Function
run
(RUN_TRAIN, RUN_TEST, RUN_TRAIN2, RUN_TEST2, RUN_SAVE)
run.py:53
↓ 1 callers
Method
set
src/gtest/gtest.h:2408
↓ 1 callers
Method
set_debug_info
include/caffe/net.hpp:166
↓ 1 callers
Method
set_forwarding_enabled
src/gtest/gtest-all.cpp:4210
↓ 1 callers
Method
set_loss
* @brief Sets the loss associated with a top blob at a given index. */
include/caffe/layer.hpp:188
↓ 1 callers
Function
sigmoid
src/caffe/layers/sigmoid_layer.cpp:11
↓ 1 callers
Method
size
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callers
Method
solver_type
src/caffe/test/test_gradient_based_solver.cpp:318
↓ 1 callers
Function
start_from_terminal
Parse command line options and start the server.
examples/web_demo/app.py:188
↓ 1 callers
Function
start_tornado
(app, port=5000)
examples/web_demo/app.py:180
↓ 1 callers
Method
successful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callers
Method
test_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callers
Function
test_prototext
(type_, caffe_, features, test_set)
python/my_script/tester.py:18
↓ 1 callers
Function
test_runner
(model, test_set, test_iter, type_)
python/my_script/tester.py:35
↓ 1 callers
Function
test_txt_maker
(test_set)
python/my_script/tester.py:12
↓ 1 callers
Function
test_variables
(type_)
python/my_script/tester.py:6
↓ 1 callers
Function
time
Time: benchmark the execution time of a model.
tools/caffe.cpp:198
↓ 1 callers
Method
total_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
src/gtest/gtest-all.cpp:3186
↓ 1 callers
Function
train_prototxt_maker
(train, init, solver, train_set)
python/my_script/trainer.py:30
↓ 1 callers
Function
train_runner
(solver, train_set, model)
python/my_script/trainer.py:40
↓ 1 callers
Function
train_text_maker
(train_set)
python/my_script/trainer.py:13
↓ 1 callers
Function
train_variables
(type_)
python/my_script/trainer.py:6
↓ 1 callers
Function
tuple
src/gtest/gtest.h:748
↓ 1 callers
Method
width
python/caffe/_caffe.hpp:34
↓ 1 callers
Function
writePPM
densecrf/libDenseCRF/util.cpp:113
Method
SingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
src/gtest/gtest-all.cpp:1947
Method
AbsValLayer
include/caffe/neuron_layers.hpp:98
Method
AccuracyLayer
* @param param provides AccuracyParameter accuracy_param, * with AccuracyLayer options: * - top_k (\b optional, default 1). * Sets
include/caffe/loss_layers.hpp:35
Method
AccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:21
Method
AdaGradSolver
include/caffe/solver.hpp:114
← previous
next →
701–800 of 2,537, ranked by callers