Skip to content

Commit

Permalink
adding autorights notices
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick committed Oct 27, 2012
1 parent 664d6d4 commit 79c31b6
Show file tree
Hide file tree
Showing 144 changed files with 1,656 additions and 1 deletion.
11 changes: 11 additions & 0 deletions bbox_pred/bboxpred_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
% name Object class

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config();

Expand Down
11 changes: 11 additions & 0 deletions bbox_pred/bboxpred_get.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
% bs Source filter bounding boxes

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

ds_pred = [];
bs_pred = [];
Expand Down
11 changes: 11 additions & 0 deletions bbox_pred/bboxpred_input.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
% bs Coordinates for each filter placed in the detection

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

% detection windows' coordinates
x1 = ds(:,1);
Expand Down
11 changes: 11 additions & 0 deletions bbox_pred/bboxpred_rescore.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
% method Regression method

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config('pascal.year', year);
VOCopts = conf.pascal.VOCopts;
Expand Down
11 changes: 11 additions & 0 deletions bbox_pred/bboxpred_train.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
% method Regression method (default is least squares regression)

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config();

Expand Down
10 changes: 10 additions & 0 deletions car_grammar/car_grammar_init.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
function model = car_grammar_init()

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

[front, angled, side] = train_car_views();
%model = make_car_grammar(front, side);
Expand Down
10 changes: 10 additions & 0 deletions car_grammar/pascal_car_grammar.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
function pascal_car_grammar(dotrainval, testyear)

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

% Set configuration override
global VOC_CONFIG_OVERRIDE;
Expand Down
10 changes: 10 additions & 0 deletions car_grammar/pascal_train_car_grammar.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
function model = pascal_train_car_grammar(note)

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

% At every "checkpoint" in the training process we reset the
% RNG's seed to a fixed value so that experimental results are
Expand Down
10 changes: 10 additions & 0 deletions car_grammar/voc_config_car_grammar.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
% Set up configuration variables

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf.project = 'rel5-dev/car-grammar-3';

Expand Down
10 changes: 10 additions & 0 deletions compile.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ function compile(opt, verb, mex_file)
% verb Verbose output (default: off)

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

if ispc
error('This code is not supported on Windows.');
Expand Down
11 changes: 11 additions & 0 deletions context/context_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
% -1.1.

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config('pascal.year', year);
cachedir = conf.paths.model_dir;
Expand Down
11 changes: 11 additions & 0 deletions context/context_labels.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
% train_year Training dataset year

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config('pascal.year', train_year);
cachedir = conf.paths.model_dir;
Expand Down
11 changes: 11 additions & 0 deletions context/context_rescore.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
% train_year Training dataset year

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

if nargin < 2
conf = voc_config();
Expand Down
11 changes: 11 additions & 0 deletions context/context_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
% cls Object class to rescore (if not given, all are rescored)

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config();
cachedir = conf.paths.model_dir;
Expand Down
11 changes: 11 additions & 0 deletions context/context_train.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ function context_train(train_set, train_year, cls)
% cls Object class to train (trains all if not specified)

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config('pascal.year', train_year);
cachedir = conf.paths.model_dir;
Expand Down
10 changes: 10 additions & 0 deletions data/imreadx.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
% ex An example returned by pascal_data.m

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2009-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

im = color(imread(ex.im));
if ex.flip
Expand Down
11 changes: 11 additions & 0 deletions data/pascal_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
% year PASCAL dataset year

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

conf = voc_config('pascal.year', year);
dataset_fg = conf.training.train_set_fg;
Expand Down
11 changes: 11 additions & 0 deletions demo.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
function demo()

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2011-2012 Ross Girshick
% Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

startup;

Expand Down
10 changes: 10 additions & 0 deletions demo_cascade.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ function demo_cascade()
% DP algorithm to a single-threaded version of the cascade algorithm.

% AUTORIGHTS
% -------------------------------------------------------
% Copyright (C) 2009-2012 Ross Girshick
%
% This file is part of the voc-releaseX code
% (http://people.cs.uchicago.edu/~rbg/latent/)
% and is available under the terms of an MIT-like license
% provided in COPYING. Please retain this notice and
% COPYING if you use this file (or a portion of it) in
% your project.
% -------------------------------------------------------

startup;

Expand Down
12 changes: 12 additions & 0 deletions docs/autorights/autorights-notice-f.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-------------------------------------------------------
Copyright (C) <YEARS/> <AUTHORS/>
Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick

This file is part of the <PROGRAM/> code
(http://people.cs.uchicago.edu/~rbg/latent/)
and is available under the terms of an MIT-like license
provided in COPYING. Please retain this notice and
COPYING if you use this file (or a portion of it) in
your project.
-------------------------------------------------------

13 changes: 13 additions & 0 deletions docs/autorights/autorights-notice-fr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-------------------------------------------------------
Copyright (C) <YEARS/> <AUTHORS/>
Copyright (C) 2008, 2009, 2010 Pedro Felzenszwalb, Ross Girshick
Copyright (C) 2007 Pedro Felzenszwalb, Deva Ramanan

This file is part of the <PROGRAM/> code
(http://people.cs.uchicago.edu/~rbg/latent/)
and is available under the terms of an MIT-like license
provided in COPYING. Please retain this notice and
COPYING if you use this file (or a portion of it) in
your project.
-------------------------------------------------------

11 changes: 11 additions & 0 deletions docs/autorights/autorights-notice-one.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-------------------------------------------------------
Copyright (C) <YEARS/> <AUTHORS/>

This file is part of the <PROGRAM/> code
(http://people.cs.uchicago.edu/~rbg/latent/)
and is available under the terms of an MIT-like license
provided in COPYING. Please retain this notice and
COPYING if you use this file (or a portion of it) in
your project.
-------------------------------------------------------

11 changes: 11 additions & 0 deletions docs/autorights/autorights-notice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-------------------------------------------------------
Copyright (C) <YEARS/> <AUTHORS/>

This file is part of the <PROGRAM/> code
(http://people.cs.uchicago.edu/~rbg/latent/)
and is available under the terms of an MIT-like license
provided in COPYING. Please retain this notice and
COPYING if you use this file (or a portion of it) in
your project.
-------------------------------------------------------

Loading

0 comments on commit 79c31b6

Please sign in to comment.