Skip to content

Commit

Permalink
Annotator Version 1 Added
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-kumar committed Aug 12, 2016
1 parent 20d1fbf commit e4c9311
Show file tree
Hide file tree
Showing 15 changed files with 1,206 additions and 0 deletions.
4 changes: 4 additions & 0 deletions detectors/global2D/CMakeLists.txt
Expand Up @@ -28,6 +28,8 @@ if(build)
"training/ODConvTrainer.h"
"training/solver.h"
"training/network.h"
"annotation/ODAnnotation.h"
"annotation/ODAnnotator.h"
)

set(impl_incs
Expand All @@ -44,6 +46,8 @@ if(build)
"training/ODConvTrainer.cpp"
"training/solver.cpp"
"training/network.cpp"
"annotation/ODAnnotator.cpp"
"annotation/ODAnnotation.cpp"
)


Expand Down

0 comments on commit e4c9311

Please sign in to comment.