Closed lantudou closed 3 years ago
What distro do you use, and what version?
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)
Thanks for your reply
I'm not surprised. You'll probably have to upgrade to something newer. That version is horribly out of date.
By the way, I have a question about the relationship between your DarkMark and DarkHelp.
It seems that the DarkHelp could help you to infer using darknet model and DarkMark could help you to check the training data and configuration. Why DarkMark is still need to use DarkHelp as the installation dependency?
I don't follow you. DarkMark is definitely not needed as a dependency to use DarkHelp. It is the other way around. DarkMark uses DarkHelp to do inference.
I have updated the gcc to version 6.5.0 20181026 (Ubuntu 6.5.0-2ubuntu1~16.04). there are still the same errors.
You need a compiler that supports C++17. This builds correctly for me in Ubuntu 18.04 using gcc 7.5.0, and in Ubuntu 20.04 using gcc 9.3.0.
I also just confirmed that it is building correctly in Windows using Visual Studio 2019.