commit all files

This commit is contained in:
UnknownObject
2025-06-09 18:05:32 +08:00
parent 3e1b2b4fe5
commit 77c43ea6de
156 changed files with 12158 additions and 77 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/2/11.
//
@@ -51,4 +51,4 @@ TEST_CASE("test_Classification", "[nn_cls]") {
}
}
}
+2 -1
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/2/11.
//
#include "basic_types.h"
@@ -44,3 +44,4 @@ TEST_CASE("test_Detection", "[nn_detect]") {
}
#endif
}
+2 -2
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/2/11.
//
#include "basic_types.h"
@@ -48,4 +48,4 @@ TEST_CASE("test_Recognition", "[nn_rec]") {
}
}
}
+2 -2
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/2/11.
//
#define CATCH_CONFIG_RUNNER
@@ -7,4 +7,4 @@
int main(int argc, char* argv[]) {
return Catch::Session().run(argc, argv);;
}
}
+2 -2
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/2/11.
//
@@ -18,4 +18,4 @@ std::string getTestSaveDir() {
std::string getTestSaveData(const std::string& name) {
return getTestSaveDir() + "/" + name;
}
}
+2 -1
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/2/11.
//
#pragma once
@@ -39,3 +39,4 @@ struct test_case_line {
};
#endif //ZEPHYRLPR_TEST_SETTINGS_H