Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while compiling DetectionSuite from source #183

Open
hmrishavbandy opened this issue Mar 29, 2020 · 1 comment
Open

Error while compiling DetectionSuite from source #183

hmrishavbandy opened this issue Mar 29, 2020 · 1 comment
Assignees

Comments

@hmrishavbandy
Copy link

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);

@hmrishavbandy
Copy link
Author

Well, i figured that the file DatasetReader.cpp had a header missing.
#include<fstream>
will be submitting a pull request soon :)

@sergiopaniego sergiopaniego self-assigned this Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants