Skip to content

Commit eabea70

Browse files
authored
Add files via upload
1 parent fa1eaed commit eabea70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Anomaly_Detection/PaDiM/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set(SRCS
1414
${SRC_DIR}/train.cpp
1515
${SRC_DIR}/test.cpp
1616
${SRC_DIR}/anomaly_detection.cpp
17-
${SRC_DIR}/loss.cpp
1817
${SRC_DIR}/networks.cpp
1918
)
2019

Anomaly_Detection/PaDiM/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <opencv2/opencv.hpp> // cv::Mat
1111
#include <boost/program_options.hpp> // boost::program_options
1212
// For Original Header
13-
#include "networks.hpp" // MC_ResNet, SelectIndex
13+
#include "networks.hpp" // UNet_Generator, GAN_Discriminator
1414
#include "transforms.hpp" // transforms
1515

1616
// Define Namespace

0 commit comments

Comments
 (0)