MCPcopy Create free account

hub / github.com/TheLegendAli/DeepLab-Context / functions

Functions2,537 in github.com/TheLegendAli/DeepLab-Context

↓ 1 callersFunction_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 callersFunction_OutputFormat
Gets the module's output format.
scripts/cpp_lint.py:767
↓ 1 callersFunction_SetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:787
↓ 1 callersFunction_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 callersFunction_SetOutputFormat
Sets the module's output format.
scripts/cpp_lint.py:772
↓ 1 callersFunction_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
scripts/cpp_lint.py:961
↓ 1 callersMethodaccumulate
src/caffe/util/confusion_matrix.cpp:45
↓ 1 callersMethodaccuracy
src/caffe/util/confusion_matrix.cpp:255
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/gtest/gtest-all.cpp:982
↓ 1 callersMethodapply
src/caffe/util/densecrf_pairwise.cpp:48
↓ 1 callersFunctionapply_orientation
(im, orientation)
examples/web_demo/exifutil.py:35
↓ 1 callersFunctionarray_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 callersMethodavgJaccard
src/caffe/util/confusion_matrix.cpp:300
↓ 1 callersMethodavgRecall
src/caffe/util/confusion_matrix.cpp:276
↓ 1 callersFunctionblobproto_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 callersFunctioncaffe_cpu_dot_mul
src/caffe/util/math_functions.cpp:57
↓ 1 callersFunctioncaffe_rng_uniform
src/caffe/util/math_functions.cpp:340
↓ 1 callersFunctioncblas_daxpby
include/caffe/util/mkl_alternate.hpp:88
↓ 1 callersFunctioncblas_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 callersMethodchannels
python/caffe/_caffe.hpp:32
↓ 1 callersFunctionclassify
Simple classifier that is 50% certain that the annotation is correct
densecrf/test_densecrf/simple_dense_inference.cpp:58
↓ 1 callersMethodclone
include/caffe/lmdb_dataset.hpp:58
↓ 1 callersFunctioncolorize
Produce a color image from a bunch of labels
densecrf/test_densecrf/simple_dense_inference.cpp:45
↓ 1 callersMethodconfigure_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 callersFunctionconvert_dataset
examples/mnist/convert_mnist_data.cpp:33
↓ 1 callersFunctionconvert_dataset
examples/siamese/convert_mnist_siamese_data.cpp:33
↓ 1 callersFunctionconvert_dataset
examples/cifar10/convert_cifar_data.cpp:39
↓ 1 callersFunctioncrf_runner
(LOAD_MAT_FILE=1, train2=0)
python/my_script/crf_runner.py:116
↓ 1 callersMethodcurrent_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 callersFunctiondense_runner
(LOAD_MAT_FILE, FEATURE_NAME, TEST_SET, SAVE_DIR, cmd)
python/my_script/crf_runner.py:56
↓ 1 callersFunctiondense_setting
(FEATURE_NAME, TEST_SET)
python/my_script/crf_runner.py:7
↓ 1 callersMethoddetect_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 callersFunctiondo_backward
matlab/caffe/matcaffe.cpp:100
↓ 1 callersFunctiondo_forward
matlab/caffe/matcaffe.cpp:48
↓ 1 callersFunctiondo_test
matlab/caffe/matcaffe.cpp:606
↓ 1 callersFunctiondraw_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 callersFunctionembed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:81
↓ 1 callersFunctionenv_creater
()
run.py:46
↓ 1 callersFunctionenvironment_variable_creator
(dic)
python/my_script/tools.py:34
↓ 1 callersMethodequal
src/caffe/lmdb_dataset.cpp:301
↓ 1 callersFunctionextract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:21
↓ 1 callersFunctionfast_log2
densecrf/libDenseCRF/fastmath.h:32
↓ 1 callersFunctionfast_log2
include/caffe/util/densecrf_util.hpp:33
↓ 1 callersMethodfile
src/gtest/gtest.h:8182
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
src/gtest/gtest-all.cpp:4209
↓ 1 callersFunctionget
src/gtest/gtest.h:1446
↓ 1 callersFunctiongetColor
densecrf/refine_pascal/dense_inference.cpp:165
↓ 1 callersFunctiongetColor
densecrf/test_densecrf/simple_dense_inference.cpp:38
↓ 1 callersFunctionget_enum_name_by_value
()
python/caffe/draw.py:20
↓ 1 callersFunctionget_pydot_graph
(caffe_net)
python/caffe/draw.py:27
↓ 1 callersFunctiongrid_runner
(IMG_DIR, CRF_BIN, FEATURE_DIR, ORIGINAL_SAVE_DIR)
python/my_script/crf_runner.py:73
↓ 1 callersFunctiongrid_search
(LOAD_MAT_FILE=1, train2=0)
python/my_script/crf_runner.py:139
↓ 1 callersFunctiongrid_setting
(FEATURE_NAME, TEST_SET, LOAD_MAT_FILE)
python/my_script/crf_runner.py:35
↓ 1 callersMethodheight
python/caffe/_caffe.hpp:33
↓ 1 callersMethodinit
src/caffe/util/permutohedral.cpp:115
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callersMethoditer
include/caffe/solver.hpp:34
↓ 1 callersMethodjoinable
include/caffe/util/thread.hpp:19
↓ 1 callersMethodline
src/gtest/gtest.h:8183
↓ 1 callersFunctionmain
(argv)
python/detect.py:30
↓ 1 callersFunctionmain
(argv)
python/classify.py:17
↓ 1 callersFunctionmain
(argv)
python/draw_net.py:12
↓ 1 callersFunctionmain
()
scripts/cpp_lint.py:4849
↓ 1 callersFunctionmessage
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callersMethodnet
python/caffe/_caffe.hpp:180
↓ 1 callersFunctionparse_readme_frontmatter
(dirname)
scripts/download_model_binary.py:30
↓ 1 callersFunctionputColor
densecrf/refine_pascal/dense_inference.cpp:168
↓ 1 callersFunctionputColor
densecrf/test_densecrf/simple_dense_inference.cpp:41
↓ 1 callersMethodresize_and_crop_image
Takes an image name, resize it and crop the center square
tools/extra/resize_and_crop_images.py:20
↓ 1 callersFunctionround
densecrf/libDenseCRF/permutohedral.h:50
↓ 1 callersFunctionrun
(RUN_TRAIN, RUN_TEST, RUN_TRAIN2, RUN_TEST2, RUN_SAVE)
run.py:53
↓ 1 callersMethodset
src/gtest/gtest.h:2408
↓ 1 callersMethodset_debug_info
include/caffe/net.hpp:166
↓ 1 callersMethodset_forwarding_enabled
src/gtest/gtest-all.cpp:4210
↓ 1 callersMethodset_loss
* @brief Sets the loss associated with a top blob at a given index. */
include/caffe/layer.hpp:188
↓ 1 callersFunctionsigmoid
src/caffe/layers/sigmoid_layer.cpp:11
↓ 1 callersMethodsize
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callersMethodsolver_type
src/caffe/test/test_gradient_based_solver.cpp:318
↓ 1 callersFunctionstart_from_terminal
Parse command line options and start the server.
examples/web_demo/app.py:188
↓ 1 callersFunctionstart_tornado
(app, port=5000)
examples/web_demo/app.py:180
↓ 1 callersMethodsuccessful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callersMethodtest_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callersFunctiontest_prototext
(type_, caffe_, features, test_set)
python/my_script/tester.py:18
↓ 1 callersFunctiontest_runner
(model, test_set, test_iter, type_)
python/my_script/tester.py:35
↓ 1 callersFunctiontest_txt_maker
(test_set)
python/my_script/tester.py:12
↓ 1 callersFunctiontest_variables
(type_)
python/my_script/tester.py:6
↓ 1 callersFunctiontime
Time: benchmark the execution time of a model.
tools/caffe.cpp:198
↓ 1 callersMethodtotal_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 callersFunctiontrain_prototxt_maker
(train, init, solver, train_set)
python/my_script/trainer.py:30
↓ 1 callersFunctiontrain_runner
(solver, train_set, model)
python/my_script/trainer.py:40
↓ 1 callersFunctiontrain_text_maker
(train_set)
python/my_script/trainer.py:13
↓ 1 callersFunctiontrain_variables
(type_)
python/my_script/trainer.py:6
↓ 1 callersFunctiontuple
src/gtest/gtest.h:748
↓ 1 callersMethodwidth
python/caffe/_caffe.hpp:34
↓ 1 callersFunctionwritePPM
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
MethodAbsValLayer
include/caffe/neuron_layers.hpp:98
MethodAccuracyLayer
* @param param provides AccuracyParameter accuracy_param, * with AccuracyLayer options: * - top_k (\b optional, default 1). * Sets
include/caffe/loss_layers.hpp:35
MethodAccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:21
MethodAdaGradSolver
include/caffe/solver.hpp:114
← previousnext →701–800 of 2,537, ranked by callers