Skip to content

Commit f9779e1

Browse files
Merge pull request #212 from JdeRobot/issue-211
Detection Studio renamed to Detection Metrics
2 parents b3ede13 + 6a0ee52 commit f9779e1

File tree

321 files changed

+911
-914
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+911
-914
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
push: true
3434
tags: jderobot/detection-studio:noetic
35-
context: DetectionStudio/Dockerfile/
36-
file: DetectionStudio/Dockerfile/Dockerfile
35+
context: DetectionMetrics/Dockerfile/
36+
file: DetectionMetrics/Dockerfile/Dockerfile

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ before_install:
6666
- ./install_darknet.sh
6767

6868
before_script:
69-
- cd DetectionStudio
69+
- cd DetectionMetrics
7070
- mkdir build
7171
- cd build
7272
- cmake ..
@@ -78,7 +78,7 @@ after_success:
7878
- ls -lh out/* # Assuming you have some files in out/ that you would like to upload
7979
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
8080
- travis_wait bash upload.sh out/*
81-
- cd $TRAVIS_BUILD_DIR && rm -rf DetectionStudio/build
81+
- cd $TRAVIS_BUILD_DIR && rm -rf DetectionMetrics/build
8282
- wget https://jderobot.org/resources/assets/jderobot.png
8383
- doxygen
8484
- echo "" > html/.nojekyll

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include(FindPkgConfig)
4040

4141
FIND_PACKAGE(Boost REQUIRED program_options filesystem)
4242

43-
set(DetectionStudio_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/DetectionStudioLib)
43+
set(DetectionMetrics_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/DetectionMetricsLib)
4444
SET( INTERFACES_CPP_DIR ${CMAKE_CURRENT_BINARY_DIR}/libs/interfaces/cpp/jderobot ${CMAKE_CURRENT_BINARY_DIR}/libs/interfaces/cpp)
4545

4646
if(ZeroCIce_FOUND)
@@ -56,14 +56,14 @@ endif(OpenCV_FOUND)
5656

5757
add_subdirectory(libs)
5858
if (QT_FOUND)
59-
add_subdirectory(DetectionStudioLib)
59+
add_subdirectory(DetectionMetricsLib)
6060
add_subdirectory(DatasetEvaluationApp)
6161
endif(QT_FOUND)
6262
add_subdirectory(SampleGenerationApp)
6363
add_subdirectory(Tools)
6464

6565
if(roscpp_FOUND)
66-
add_subdirectory(DetectionStudioROS)
66+
add_subdirectory(DetectionMetricsROS)
6767
endif()
6868
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/ClassMappingHierarchy.xml
6969
DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
File renamed without changes.

DetectionStudio/DatasetEvaluationApp/CMakeLists.txt renamed to DetectionMetrics/DatasetEvaluationApp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ include_directories(
3232
${Boost_INCLUDE_DIR}
3333
${QT_INCLUDE_DIRS}
3434
${CMAKE_CURRENT_LIST_DIR}
35-
${DetectionStudio_INCLUDE_DIR}
35+
${DetectionMetrics_INCLUDE_DIR}
3636
)
3737

3838

3939
add_executable(DatasetEvaluationApp ${SOURCES})
4040

4141

4242
TARGET_LINK_LIBRARIES(DatasetEvaluationApp
43-
DetectionStudio
43+
DetectionMetrics
4444
${OpenCV_LIBRARIES}
4545
${JderobotInterfaces_LIBRARIES}
4646
${EXTRA_LIBS}

DetectionStudio/DatasetEvaluationApp/SamplerGeneratorHandler/Converter.cpp renamed to DetectionMetrics/DatasetEvaluationApp/SamplerGeneratorHandler/Converter.cpp

File renamed without changes.

DetectionStudio/DatasetEvaluationApp/SamplerGeneratorHandler/Converter.h renamed to DetectionMetrics/DatasetEvaluationApp/SamplerGeneratorHandler/Converter.h

File renamed without changes.

DetectionStudio/DatasetEvaluationApp/SamplerGeneratorHandler/Deployer.cpp renamed to DetectionMetrics/DatasetEvaluationApp/SamplerGeneratorHandler/Deployer.cpp

File renamed without changes.

DetectionStudio/DatasetEvaluationApp/SamplerGeneratorHandler/Deployer.h renamed to DetectionMetrics/DatasetEvaluationApp/SamplerGeneratorHandler/Deployer.h

File renamed without changes.

0 commit comments

Comments
 (0)