Skip to content

Commit c2ed363

Browse files
committed
reorganize files
1 parent 219729d commit c2ed363

10 files changed

+4
-2
lines changed

startup.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
addpath toolbox;
1111
addpath toolbox/nms;
1212
addpath scripts;
13+
addpath utils;
1314

1415
rng(0);

tiny_face_detector.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
addpath matconvnet/matlab;
4040
vl_setupnn;
4141

42+
addpath utils;
4243
addpath toolbox/nms;
4344
addpath toolbox/export_fig;
4445

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test_time.m renamed to utils/measure_runtime.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% FILE: test_time.m
1+
% FILE: measure_runtime.m
22
%
33
% This script provides an analysis on the run-time of our detector regarding
44
% different input resolution. In a multi-scale testing scenario, the run-time
@@ -13,7 +13,7 @@
1313
addpath toolbox/nms;
1414
addpath toolbox/export_fig;
1515

16-
gpu_id = 3;
16+
gpu_id = 1;
1717
model_path = 'trained_models/imagenet-resnet-101-dag.mat';
1818

1919
% loadng pretrained model (and some final touches)
File renamed without changes.

0 commit comments

Comments
 (0)