We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1eaed commit eabea70Copy full SHA for eabea70
Anomaly_Detection/PaDiM/CMakeLists.txt
@@ -14,7 +14,6 @@ set(SRCS
14
${SRC_DIR}/train.cpp
15
${SRC_DIR}/test.cpp
16
${SRC_DIR}/anomaly_detection.cpp
17
- ${SRC_DIR}/loss.cpp
18
${SRC_DIR}/networks.cpp
19
)
20
Anomaly_Detection/PaDiM/src/main.cpp
@@ -10,7 +10,7 @@
10
#include <opencv2/opencv.hpp> // cv::Mat
11
#include <boost/program_options.hpp> // boost::program_options
12
// For Original Header
13
-#include "networks.hpp" // MC_ResNet, SelectIndex
+#include "networks.hpp" // UNet_Generator, GAN_Discriminator
#include "transforms.hpp" // transforms
// Define Namespace
0 commit comments