Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Harick1/caffe-yolo
/ functions
Functions
2,741 in github.com/Harick1/caffe-yolo
⨍
Functions
2,741
◇
Types & classes
813
↳
Endpoints
3
↓ 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:189
↓ 1 callers
Function
embed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:82
↓ 1 callers
Function
exception_net_file
()
python/caffe/test/test_python_layer.py:72
↓ 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
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
get
src/gtest/gtest.h:1446
↓ 1 callers
Function
get_edge_label
Define edge label based on layer type.
python/caffe/draw.py:46
↓ 1 callers
Function
get_gpus
Parse GPU ids or use all available devices
tools/test_detection.cpp:36
↓ 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_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:173
↓ 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
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
lenet
(batch_size)
python/caffe/test/test_net_spec.py:7
↓ 1 callers
Method
line
src/gtest/gtest.h:8183
↓ 1 callers
Method
load_next_image
Load the next image in a batch.
examples/pycaffe/layers/pascal_multilabel_datalayers.py:106
↓ 1 callers
Function
load_pascal_annotation
This code is borrowed from Ross Girshick's FAST-RCNN code (https://github.com/rbgirshick/fast-rcnn). It parses the PASCAL .xml metadata f
examples/pycaffe/layers/pascal_multilabel_datalayers.py:140
↓ 1 callers
Function
main
()
tools/extra/parse_log.py:193
↓ 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:36
↓ 1 callers
Function
main
()
scripts/cpp_lint.py:4849
↓ 1 callers
Function
make_net
()
examples/pycaffe/caffenet.py:47
↓ 1 callers
Method
map
(self, key, value)
tools/extra/resize_and_crop_images.py:77
↓ 1 callers
Function
message
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callers
Function
name_to_label
src/caffe/util/io.cpp:199
↓ 1 callers
Function
nms
(dets, thresh)
examples/yolo/show_det.py:12
↓ 1 callers
Method
num_inputs
@brief Input and output blob numbers
include/caffe/net.hpp:198
↓ 1 callers
Method
num_outputs
include/caffe/net.hpp:199
↓ 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:169
↓ 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, train_dict_names, test_dict_list, test_dict_names) train_dict_list and test_dict_list are lists of d
tools/extra/parse_log.py:17
↓ 1 callers
Function
parse_readme_frontmatter
(dirname)
scripts/download_model_binary.py:30
↓ 1 callers
Function
parse_result
(reg_out)
examples/yolo/show_det.py:40
↓ 1 callers
Function
phase_net_file
()
python/caffe/test/test_python_layer.py:91
↓ 1 callers
Method
preprocess
preprocess() emulate the pre-processing occuring in the vgg16 caffe prototxt.
examples/pycaffe/tools.py:27
↓ 1 callers
Function
print_info
Ouput some info regarding the class
examples/pycaffe/layers/pascal_multilabel_datalayers.py:208
↓ 1 callers
Function
print_table
Print a simple nicely-aligned table. table must be a list of (equal-length) lists. Columns are space-separated, and as narrow as possible, bu
tools/extra/summarize.py:41
↓ 1 callers
Function
python_net_file
()
python/caffe/test/test_python_layer.py:59
↓ 1 callers
Function
python_param_net_file
()
python/caffe/test/test_python_layer_with_param_str.py:28
↓ 1 callers
Function
read_net
(filename)
tools/extra/summarize.py:22
↓ 1 callers
Function
reset
Usage: caffe_('reset')
matlab/+caffe/private/caffe_.cpp:458
↓ 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
resize_image
Resize an image array with interpolation. Parameters ---------- im : (H x W x K) ndarray new_dims : (height, width) tuple of new
python/caffe/io.py:306
↓ 1 callers
Function
save_csv_files
Save CSV files to output_dir If the input log file is, e.g., caffe.INFO, the names will be caffe.INFO.train and caffe.INFO.test
tools/extra/parse_log.py:132
↓ 1 callers
Method
scale_data
src/caffe/blob.cpp:325
↓ 1 callers
Method
set
src/gtest/gtest.h:2408
↓ 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:206
↓ 1 callers
Function
show_boxes
(im_path, boxes, thresh=0.5, show=0)
examples/yolo/show_det.py:63
↓ 1 callers
Function
sigmoid
src/caffe/layers/sigmoid_layer.cpp:9
↓ 1 callers
Function
silent_net
()
python/caffe/test/test_net_spec.py:44
↓ 1 callers
Method
simple_solver_param
src/caffe/test/test_solver_factory.cpp:19
↓ 1 callers
Method
size
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callers
Function
start_from_terminal
Parse command line options and start the server.
examples/web_demo/app.py:192
↓ 1 callers
Function
start_tornado
(app, port=5000)
examples/web_demo/app.py:184
↓ 1 callers
Method
successful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callers
Function
summarize_net
(net)
tools/extra/summarize.py:63
↓ 1 callers
Function
tanh_naive
src/caffe/test/test_tanh_layer.cpp:16
↓ 1 callers
Function
test_detection
Test: score a model.
tools/test_detection.cpp:181
↓ 1 callers
Method
test_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callers
Function
time
Time: benchmark the execution time of a model.
tools/caffe.cpp:301
↓ 1 callers
Method
to_proto
Generate a NetParameter that contains all layers needed to compute this top.
python/caffe/net_spec.py:90
↓ 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
Method
type
include/caffe/layers/filter_layer.hpp:28
↓ 1 callers
Method
type
include/caffe/layers/hinge_loss_layer.hpp:63
↓ 1 callers
Method
type
include/caffe/layers/detection_loss_layer.hpp:31
↓ 1 callers
Method
type
include/caffe/layers/multinomial_logistic_loss_layer.hpp:51
↓ 1 callers
Method
type
include/caffe/layers/sigmoid_cross_entropy_loss_layer.hpp:56
↓ 1 callers
Method
type
include/caffe/layers/softmax_loss_layer.hpp:61
↓ 1 callers
Method
type
include/caffe/layers/hdf5_data_layer.hpp:36
↓ 1 callers
Method
type
include/caffe/layers/absval_layer.hpp:32
↓ 1 callers
Method
type
include/caffe/layers/memory_data_layer.hpp:27
↓ 1 callers
Method
type
include/caffe/layers/flatten_layer.hpp:30
↓ 1 callers
Method
type
include/caffe/layers/split_layer.hpp:26
↓ 1 callers
Method
type
include/caffe/layers/reshape_layer.hpp:28
↓ 1 callers
Method
value
include/caffe/util/db_lmdb.hpp:33
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/layers/absval_layer.hpp:27
Method
AccuracyLayer
* @param param provides AccuracyParameter accuracy_param, * with AccuracyLayer options: * - top_k (\b optional, default 1). * Sets
include/caffe/layers/accuracy_layer.hpp:29
Method
AccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:19
Method
AdaDeltaPreSolve
src/caffe/solvers/adadelta_solver.cpp:8
Method
AdaDeltaSolver
include/caffe/sgd_solvers.hpp:109
Method
AdaGradSolver
include/caffe/sgd_solvers.hpp:66
Method
AdamPreSolve
src/caffe/solvers/adam_solver.cpp:8
Method
AdamSolver
include/caffe/sgd_solvers.hpp:133
Method
AddCreator
Adds a creator.
include/caffe/solver_factory.hpp:65
Method
AddCreator
Adds a creator.
include/caffe/layer_factory.hpp:67
← previous
next →
801–900 of 2,741, ranked by callers