-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.m
More file actions
26 lines (21 loc) · 1012 Bytes
/
setup.m
File metadata and controls
26 lines (21 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
disp 'adding paths...'
addpath /u/tomas/thesis %% root directory
addpath /u/tomas/thesis/boost
addpath /u/tomas/thesis/experiments
addpath /u/tomas/thesis/experiments/mscript
addpath /u/tomas/thesis/legacy
addpath /u/tomas/thesis/matfiles
addpath /u/tomas/thesis/partition
addpath /u/tomas/thesis/read_data
addpath /u/tomas/thesis/results
addpath /u/tomas/thesis/test
addpath /u/tomas/thesis/third_party/
addpath /u/tomas/thesis/third_party/libsvm-mat-3.0-1
addpath /u/tomas/thesis/vis
path0 = '/scratch/vision/luzheng/data/video_summarization/adl/'; %% root directory
%person_ids = [1:6]; %% persons used in action recognition
%person_ids = [7:20]; %% persons used in action recognition
%person_ids = [7:7]; %% persons used in action recognition
path1 = [path0 'ADL_annotations/action_annotation/']; %% action annottaion
path2 = [path0 'ADL_detected_objects/testset/active/']; %% detected active objects
path3 = [path0 'ADL_detected_objects/testset/passive/']; %% detected passive objects