-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,025 changed files
with
8,735 additions
and
32,600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
cmake_minimum_required(VERSION 3.10) | ||
project(Lima) | ||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# Doxyfile 1.5.1-KDevelop | ||
|
||
#--------------------------------------------------------------------------- | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 CEA LIST | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
# Copyright 2002-2013 CEA LIST | ||
# Copyright 2002-2013 CEA LIST | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# This file is part of LIMA. | ||
# | ||
# LIMA is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Affero General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LIMA is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Affero General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with LIMA. If not, see <http://www.gnu.org/licenses/> | ||
# SPDX-License-Identifier: MIT | ||
|
||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | ||
|
||
option(SHORTEN_POR_CORPUS_FOR_SVMLEARN "Use a shortened corpus for SVMTlearn to reduce learning time" OFF) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# define a set of string with may-be useful readable name | ||
# this file is meant to be included in a CMakeLists.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
# Copyright 2002-2013 CEA LIST | ||
# | ||
# This file is part of LIMA. | ||
# Copyright 2002-2013 CEA LIST | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# LIMA is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Affero General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LIMA is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Affero General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with LIMA. If not, see <http://www.gnu.org/licenses/> | ||
# SPDX-License-Identifier: MIT | ||
|
||
add_subdirectory(Modules) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
install(FILES | ||
Eigen_VERSION.cmake | ||
FindEigen.cmake | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
set(Eigen_URL https://bitbucket.org/eigen/eigen/get/429aa5254200.tar.gz,http://mirror.bazel.build/bitbucket.org/eigen/eigen/get/429aa5254200.tar.gz,) | ||
set(Eigen_ARCHIVE_HASH 429aa5254200) | ||
set(Eigen_HASH SHA256=61d8b6fc4279dd1dda986fb1677d15e3d641c07a3ea5abe255790b1f0c0c14e9) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# Finds the required directories to include Eigen. Since Eigen is | ||
# only header files, there is no library to locate, and therefore | ||
# no *_LIBRARIES variable is set. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,7 @@ | ||
# - Try to find Enchant | ||
# Once done, this will define | ||
# | ||
# ENCHANT_INCLUDE_DIRS - the Enchant include drectories | ||
# ENCHANT_LIBRARIES - link these to use Enchant | ||
# | ||
# Copyright (C) 2012 Samsung Electronics | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions | ||
# are met: | ||
# 1. Redistributions of source code must retain the above copyright | ||
# notice, this list of conditions and the following disclaimer. | ||
# 2. Redistributions in binary form must reproduce the above copyright | ||
# notice, this list of conditions and the following disclaimer in the | ||
# documentation and/or other materials provided with the distribution. | ||
# | ||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND ITS CONTRIBUTORS ``AS | ||
# IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | ||
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | ||
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR ITS | ||
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | ||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | ||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | ||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | ||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | ||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
# SPDX-License-Identifier: MIT | ||
|
||
find_package(PkgConfig) | ||
pkg_check_modules(PC_ENCHANT enchant) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
include(FindPackageHandleStandardArgs) | ||
include(Protobuf_VERSION) | ||
unset(PROTOBUF_FOUND) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# - Find the native QHttpServer includes and library | ||
|
||
# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.) | ||
# by Gael de Chalendar (CEA LIST) | ||
# Copyright 2002-2009 Kitware, Inc.) | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# - Find the native QHttpServer includes and library | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# - Find the native soci includes and library | ||
|
||
# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.) | ||
# by Gael de Chalendar (CEA LIST) | ||
# Copyright 2002-2009 Kitware, Inc.) | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# - Find the native SOCI includes and library | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# Locates the tensorFlow library and include directories. | ||
|
||
include(FindPackageHandleStandardArgs) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# - Find the native tre includes and library | ||
|
||
# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.) | ||
# by Olivier Mesnard (CEA LIST) | ||
# Copyright 2002-2009 Kitware, Inc.) | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# - Find the native tre includes and library | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
set(Protobuf_INSTALL_DIR "${TF_SOURCES_PATH}/google/") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
set -o errexit | ||
set -o pipefail | ||
set -o nounset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# vim: tabstop=4 shiftwidth=4 softtabstop=4 | ||
# -*- sh-basic-offset: 4 -*- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
set -o errexit | ||
set -o pipefail | ||
set -o nounset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
GITHUB_TOKEN="$1" | ||
|
||
set -o errexit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
GITHUB_TOKEN="$1" | ||
|
||
set -o errexit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
GITHUB_TOKEN="$1" | ||
|
||
set -o errexit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
# Copyright 2021 CEA LIST | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# This file is part of LIMA. | ||
# | ||
# LIMA is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Affero General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LIMA is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Affero General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with LIMA. If not, see <https://www.gnu.org/licenses/> | ||
# SPDX-License-Identifier: MIT | ||
|
||
cmake_minimum_required(VERSION 3.10) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
# Copyright 2021 CEA LIST | ||
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
# | ||
# This file is part of LIMA. | ||
# | ||
# LIMA is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Affero General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# LIMA is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Affero General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with LIMA. If not, see <https://www.gnu.org/licenses/> | ||
# SPDX-License-Identifier: MIT | ||
|
||
add_executable(deeplima-train-segm | ||
train-segm.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
/* | ||
Copyright 2021 CEA LIST | ||
This file is part of LIMA. | ||
LIMA is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
LIMA is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with LIMA. If not, see <http://www.gnu.org/licenses/> | ||
*/ | ||
// Copyright 2021 CEA LIST | ||
// SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
// | ||
// SPDX-License-Identifier: MIT | ||
|
||
#include <iostream> | ||
#include <fstream> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
/* | ||
Copyright 2021 CEA LIST | ||
This file is part of LIMA. | ||
LIMA is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
LIMA is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with LIMA. If not, see <http://www.gnu.org/licenses/> | ||
*/ | ||
// Copyright 2021 CEA LIST | ||
// SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]> | ||
// | ||
// SPDX-License-Identifier: MIT | ||
|
||
#include <iostream> | ||
#include <iomanip> | ||
|
Oops, something went wrong.