Skip to content

Commit fa1eaed

Browse files
authored
Update main.cpp
1 parent a965b29 commit fa1eaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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" // UNet_Generator, GAN_Discriminator
13+
#include "networks.hpp" // MC_ResNet, SelectIndex
1414
#include "transforms.hpp" // transforms
1515

1616
// Define Namespace

0 commit comments

Comments
 (0)