c4-pedestrian-detector.cpp:283:8:错误:在此范围内未声明“ Show_Detection_Steps”

I am trying to compile the CPP file present here and it is giving me the following error. I am new to this. Any help will be highly appreciated. Also, any other way to compile and run it will be helpful if I am making it wrong.

(base) ritika@ritika-HP-Pavilion-Laptop-15-cc1xx:~/Downloads/C4-Real-time-pedestrian-detection-master$ g++ c4-pedestrian-detector.cpp 
    c4-pedestrian-detector.cpp: In member function ‘bool IntImage<T>::Load(cv::Mat, char)’:
    c4-pedestrian-detector.cpp:283:8: error: ‘Show_Detection_Steps’ was not declared in this scope
         if(Show_Detection_Steps)
            ^~~~~~~~~~~~~~~~~~~~