You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I am getting the following error while I try to build the project with make after build files have been written using Cmake. /home/hmrishav/DetectionSuite/DeepLearningSuite/DeepLearningSuiteLib/DatasetConverters/readers/DatasetReader.cpp: In member function ‘void DatasetReader::SetClasses(const string&)’: /home/hmrishav/DetectionSuite/DeepLearningSuite/DeepLearningSuiteLib/DatasetConverters/readers/DatasetReader.cpp:197:38: error: variable ‘std::ifstream labelFile’ has initializer but incomplete type std::ifstream labelFile(classesFile);
The text was updated successfully, but these errors were encountered:
I am getting the following error while I try to build the project with make after build files have been written using Cmake.
/home/hmrishav/DetectionSuite/DeepLearningSuite/DeepLearningSuiteLib/DatasetConverters/readers/DatasetReader.cpp: In member function ‘void DatasetReader::SetClasses(const string&)’:
/home/hmrishav/DetectionSuite/DeepLearningSuite/DeepLearningSuiteLib/DatasetConverters/readers/DatasetReader.cpp:197:38: error: variable ‘std::ifstream labelFile’ has initializer but incomplete type std::ifstream labelFile(classesFile);
The text was updated successfully, but these errors were encountered: