Skip to content

Commit

Permalink
Scoping.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementfarabet committed Jul 12, 2013
1 parent b044436 commit cdc49b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataSetLabelMe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- Authors: Clement Farabet, Benoit Corda
--------------------------------------------------------------------------------

local DataSetLabelMe = torch.class('DataSetLabelMe')
local DataSetLabelMe = torch.class('nn.DataSetLabelMe')

local path_images = 'Images'
local path_annotations = 'Annotations'
Expand Down
2 changes: 1 addition & 1 deletion DataSetSamplingPascal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- Authors: Clement Farabet, Benoit Corda
--------------------------------------------------------------------------------

local DataSetSamplingPascal = torch.class('DataSetSamplingPascal')
local DataSetSamplingPascal = torch.class('nn.DataSetSamplingPascal')

local path_images = 'Images'
local path_annotations = 'Annotations'
Expand Down

0 comments on commit cdc49b0

Please sign in to comment.