Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants