@ -12,7 +12,7 @@ if(WITH_ASR)
endif()
if(WITH_CLS)
add_subdirectory(cls)
add_subdirectory(audio_classification)
if(WITH_VAD)
@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "cls/nnet/panns_interface.h"
#include "audio_classification/nnet/panns_interface.h"
#include "cls/nnet/panns_nnet.h"
#include "audio_classification/nnet/panns_nnet.h"
#include "common/base/config.h"
namespace ppspeech {
@ -12,7 +12,7 @@
#ifdef WITH_PROFILING
#include "kaldi/base/timer.h"
#endif
@ -17,7 +17,7 @@
#include "gflags/gflags.h"
#include "glog/logging.h"
DEFINE_string(conf_path, "", "config path");
DEFINE_string(scp_path, "", "wav scp path");